]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/vec.c
Update copyright years.
[thirdparty/gcc.git] / gcc / vec.c
2016-01-04  Jakub JelinekUpdate copyright years.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-10  Martin LiskaFix BITMAP identifier clash.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-03  Martin LiskaFix GNU coding style in memory statistics.
2015-05-27  Martin LiskaNew memory allocation statistics infrastructure.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-02-12  Richard Bienervec.c (vec_prefix::calculate_allocation): Move as inlin...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-05  Trevor Saundersdon't try and free what must be a null vector when...
2013-10-28  Trevor Saundersdf-scan.c (df_collection_rec): Adjust.
2013-09-30  Richard Sandifordvec.h (vec_prefix, vec): Prefix member names with ...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-20  Jakub Jelinekvec.h (class vec_prefix): Change into struct.
2012-11-20  Diego NovilloConvert vec<> into a POD.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-04  Diego NovilloMake all VEC_* functions, member functions of vec_t.
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
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.