Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / vec.c
2016-01-04 jakub Update copyright years.
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-10 marxinFix BITMAP identifier clash.
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-03 marxinFix GNU coding style in memory statistics.
2015-05-27 marxinNew memory allocation statistics infrastructure.
2015-01-05 jakub Update copyright years.
2014-04-02 mrsMerge in trunk.
2014-02-12 rguenth2014-02-12 Richard Biener <rguenther@suse.de>
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-11-06 mrsMerge in trunk.
2013-11-05 tbsaundedon't try and free what must be a null vector when...
2013-11-04 mrsMerge in trunk.
2013-10-28 law * df-scan.c (df_collection_rec): Adjust.
2013-10-20 mrsMerge in trunk.
2013-09-30 rsandifogcc/
2013-01-10 rsandifoUpdate copyright years in gcc/
2012-11-20 dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-20 jakub * vec.h (class vec_prefix): Change into struct.
2012-11-20 dnovilloConvert vec<> into a POD.
2012-11-18 dnovilloThis patch rewrites the old VEC macro-based interface...
2012-09-04 dnovilloMake all VEC_* functions, member functions of vec_t.
2012-08-15 dnovilloMerge from cxx-conversion branch (gcc.gnu.org/wiki...
2012-07-24 stevengcc/
2012-01-16 jason PR c++/14179
2011-05-27 pinskia2011-05-27 Andrew Pinski <pinskia@gmail.com>
2011-01-03 jakubUpdate Copyright years for files modified in 2010.
2010-07-08 manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-11-25 hjlRemove trailing white spaces.
2009-06-16 ian * df-problems.c (df_byte_lr_alloc): Don't set problem_...
2009-06-10 ian * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
2009-04-30 espindola2009-04-30 Rafael Avila de Espindola <espindola@googl...
2009-02-20 jakubUpdate Copyright years for files modified in 2008 and...
2008-09-11 hubicka * toplev.c (dump_memory_report): Call dump_vec_loc_sta...
2008-06-20 ghazi * ggc.h (GGC_RESIZEVAR): New, reorder macros.
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-01-17 ian./:
2006-12-23 pinskia2006-12-23 Andrew Pinski <pinskia@gmail.com>
2006-05-01 dj* vec.c: Include bconfig.h when appropriate.
2005-06-25 kcookUpdate FSF address.
2005-06-01 ghazi * basic-block.h, bb-reorder.c, c-gimplify.c, config...
2005-04-21 nathan * vec.h: Update API to separate allocation mechanism...
2005-03-12 kazu * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
2005-03-10 nathan * value-prof.c (rtl_find_values_to_profile): Use gcc_a...
2004-09-08 nathan * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...
2004-09-05 kazu * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
2004-07-20 nathan * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate...
2004-07-09 zack * vec.c, vec.h (vec_assert_fail): Use unsigned int...
2004-07-08 nathan * vec.c (vec_assert_fail): Remove duplicate 'function'.
2004-07-08 nathan.:
2004-07-06 nathan * vec.h (VEC_embedded_alloc): Remove.
2004-06-28 nathan * vec.h, vec.c: New, type safe vector API.