2012-10-15 Paolo Carlini <paolo.carlini@oracle.com>
[gcc.git] / gcc / vec.c
2012-09-04 Diego NovilloMake all VEC_* functions, member functions of vec_t.
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-07-24 Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2012-01-16 Jason Merrillre PR c++/14179 (out of memory while parsing array...
2011-05-27 Andrew Pinskire PR other/48981 (bootstrap-lto -O3 produces miscompil...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-06-16 Ian Lance Taylordf-problems.c (df_byte_lr_alloc): Don't set problem_dat...
2009-06-10 Ian Lance Taylorvec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
2009-04-30 Rafael Avila de... alloc-pool.c (alloc_pool_descriptor): Use an insert_opi...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-09-11 Jan Hubickatoplev.c (dump_memory_report): Call dump_vec_loc_statis...
2008-06-20 Kaveh R. Ghaziggc.h (GGC_RESIZEVAR): New, reorder macros.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-01-17 Ian Lance Taylorvec.h (VEC_reserve_exact): Define.
2006-12-23 Andrew Pinskivec.c: Don't include tree.h.
2006-05-01 DJ Delorievec.c: Include bconfig.h when appropriate.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-03-12 Kazu Hiratacfglayout.c, [...]: Update copyright.
2005-03-10 Nathan Sidwellvalue-prof.c (rtl_find_values_to_profile): Use gcc_asse...
2004-09-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Rename to ...
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-07-20 Nathan Sidwellvec.h (VEC_T_length, [...]): Use unsigned, not size_t.
2004-07-09 Zack Weinberg* vec.c, vec.h (vec_assert_fail): Use unsigned int...
2004-07-08 Nathan Sidwell* vec.c (vec_assert_fail): Remove duplicate 'function'.
2004-07-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Allocation is signed.
2004-07-06 Nathan Sidwellvec.h (VEC_embedded_alloc): Remove.
2004-06-28 Nathan Sidwellvec.h, vec.c: New, type safe vector API.