aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-34/+109
2006-12-23vec.c: Don't include tree.h.Andrew Pinski1-1/+0
2006-05-01vec.c: Include bconfig.h when appropriate.DJ Delorie1-1/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-51/+60
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-4/+2
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-6/+65
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-07-20vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell1-3/+3
2004-07-09* vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg1-1/+1
2004-07-08* vec.c (vec_assert_fail): Remove duplicate 'function'.Nathan Sidwell1-2/+1
2004-07-08vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell1-22/+23
2004-07-06vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell1-21/+7
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell1-0/+104