summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* ./: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