summaryrefslogtreecommitdiff
path: root/gcc/vec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* 2014-02-12 Richard Biener <rguenther@suse.de>rguenth2014-02-121-35/+16
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* don't try and free what must be a null vector when reserving 0 elementstbsaunde2013-11-051-3/+1
* * df-scan.c (df_collection_rec): Adjust.law2013-10-281-43/+0
* gcc/rsandifo2013-09-301-2/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-0/+11
* * vec.h (class vec_prefix): Change into struct.jakub2012-11-201-7/+7
* Convert vec<> into a POD.dnovillo2012-11-201-6/+7
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-200/+43
* Make all VEC_* functions, member functions of vec_t.dnovillo2012-09-041-11/+11
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-118/+5
* gcc/steven2012-07-241-15/+9
* PR c++/14179jason2012-01-161-1/+12
* 2011-05-27 Andrew Pinski <pinskia@gmail.com>pinskia2011-05-271-17/+9
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+2
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-1/+1
* Remove trailing white spaces.hjl2009-11-251-9/+9
* * df-problems.c (df_byte_lr_alloc): Don't set problem_data toian2009-06-161-1/+1
* * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.ian2009-06-101-0/+141
* 2009-04-30 Rafael Avila de Espindola <espindola@google.com>espindola2009-04-301-1/+2
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.hubicka2008-09-111-2/+227
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* ./:ian2007-01-171-34/+109
* 2006-12-23 Andrew Pinski <pinskia@gmail.com>pinskia2006-12-231-1/+0
* * vec.c: Include bconfig.h when appropriate.dj2006-05-011-1/+8
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+1
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-51/+60
* * cfglayout.c, loop-doloop.c, profile.c, target-def.h,kazu2005-03-121-1/+1
* * value-prof.c (rtl_find_values_to_profile): Use gcc_assert andnathan2005-03-101-4/+2
* * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...nathan2004-09-081-6/+65
* * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,kazu2004-09-051-1/+1
* * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate,nathan2004-07-201-3/+3
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.zack2004-07-091-1/+1
* * vec.c (vec_assert_fail): Remove duplicate 'function'.nathan2004-07-081-2/+1
* .:nathan2004-07-081-22/+23
* * vec.h (VEC_embedded_alloc): Remove.nathan2004-07-061-21/+7
* * vec.h, vec.c: New, type safe vector API.nathan2004-06-281-0/+104