aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-0/+11
2012-11-20vec.h (class vec_prefix): Change into struct.Jakub Jelinek1-7/+7
2012-11-20Convert vec<> into a POD.Diego Novillo1-6/+7
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-200/+43
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo1-11/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-118/+5
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-15/+9
2012-01-16re PR c++/14179 (out of memory while parsing array with many initializers)Jason Merrill1-1/+12
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski1-17/+9
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-06-16df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.Ian Lance Taylor1-1/+1
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor1-0/+141
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola1-1/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-11toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka1-2/+227
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
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