summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+2
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-1/+1
* Remove trailing white spaces.hjl2009-11-251-9/+9
* * df-problems.c (df_byte_lr_alloc): Don't set problem_data toian2009-06-161-1/+1
* * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.ian2009-06-101-0/+141
* 2009-04-30 Rafael Avila de Espindola <espindola@google.com>espindola2009-04-301-1/+2
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.hubicka2008-09-111-2/+227
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* ./:ian2007-01-171-34/+109
* 2006-12-23 Andrew Pinski <pinskia@gmail.com>pinskia2006-12-231-1/+0
* * vec.c: Include bconfig.h when appropriate.dj2006-05-011-1/+8
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+1
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-51/+60
* * cfglayout.c, loop-doloop.c, profile.c, target-def.h,kazu2005-03-121-1/+1
* * value-prof.c (rtl_find_values_to_profile): Use gcc_assert andnathan2005-03-101-4/+2
* * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...nathan2004-09-081-6/+65
* * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,kazu2004-09-051-1/+1
* * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate,nathan2004-07-201-3/+3
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.zack2004-07-091-1/+1
* * vec.c (vec_assert_fail): Remove duplicate 'function'.nathan2004-07-081-2/+1
* .:nathan2004-07-081-22/+23
* * vec.h (VEC_embedded_alloc): Remove.nathan2004-07-061-21/+7
* * vec.h, vec.c: New, type safe vector API.nathan2004-06-281-0/+104