summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka2008-09-111-2/+227
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* vec.h (VEC_reserve_exact): Define.Ian Lance Taylor2007-01-171-34/+109
* vec.c: Don't include tree.h.Andrew Pinski2006-12-231-1/+0
* vec.c: Include bconfig.h when appropriate.DJ Delorie2006-05-011-1/+8
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-51/+60
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell2005-03-101-4/+2
* vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell2004-09-081-6/+65
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell2004-07-201-3/+3
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg2004-07-091-1/+1
* * vec.c (vec_assert_fail): Remove duplicate 'function'.Nathan Sidwell2004-07-081-2/+1
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-22/+23
* vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell2004-07-061-21/+7
* vec.h, vec.c: New, type safe vector API.Nathan Sidwell2004-06-281-0/+104