summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* Fix memory leak in cilkmarxin2015-11-271-0/+12
* Fix double word typos.aldyh2015-07-131-2/+2
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-32/+8
* New memory allocation statistics infrastructure.marxin2015-05-271-6/+8
* gcc/rsandifo2015-04-271-9/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-15 Richard Biener <rguenther@suse.de>rguenth2014-12-151-1/+4
* rm a bunch of _stat allocation functionstbsaunde2014-05-171-2/+3
* 2014-02-12 Richard Biener <rguenther@suse.de>rguenth2014-02-121-21/+28
* * parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.hubicka2014-02-071-2/+2
* 2014-01-17 Richard Biener <rguenther@suse.de>rguenth2014-01-171-1/+53
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-19/+22
* add auto_vectbsaunde2013-11-221-0/+11
* don't try and free what must be a null vector when reserving 0 elementstbsaunde2013-11-051-5/+1
* * df-scan.c (df_collection_rec): Adjust.law2013-10-281-217/+131
* gcc/rsandifo2013-09-301-88/+88
* gcc/rsandifo2013-09-281-23/+23
* This patch adds a call to ggc_free from va_gc::release, which istejohnson2013-07-111-1/+13
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Fix bootstrap failure with --enable-gather-detailed-mem-stats.dnovillo2012-11-271-28/+29
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+12
* * vec.h (class vec_prefix): Change into struct.jakub2012-11-201-94/+98
* Convert vec<> into a POD.dnovillo2012-11-201-95/+108
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-648/+1309
* 2012-09-12 Diego Novillo <dnovillo@google.com>dnovillo2012-09-121-18/+0
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-128/+21
* PR bootstrap/54484dnovillo2012-09-051-1/+1
* Fix bootstrap failure with clang++.dnovillo2012-09-041-3/+3
* This patch works around a parsing problem with g++ 4.3. The parser isdnovillo2012-09-041-14/+13
* PR bootstrap/54479dnovillo2012-09-041-1/+2
* Make all VEC_* functions, member functions of vec_t.dnovillo2012-09-041-625/+648
* Restore df_free_collection_rec call in df_bb_verifyhjl2012-08-211-15/+3
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1001/+738
* gcc:lauras2012-07-301-12/+28
* gcc/steven2012-07-241-7/+3
* * vec.h (VEC_BASE): If base is at offset 0 in the structure,jakub2011-11-101-0/+5
* * regrename.c (struct du_head): Make nregs signed.bernds2011-09-071-0/+5
* 2011-05-27 Andrew Pinski <pinskia@gmail.com>pinskia2011-05-271-78/+82
* gcc/froydnj2010-10-111-0/+6
* gcc/froydnj2010-08-201-0/+5
* PR debug/44901jakub2010-07-131-1/+1
* gcc/froydnj2010-07-061-0/+7
* gcc/froydnj2010-07-051-0/+91
* gcc/froydnj2010-06-281-1/+2
* gcc/ChangeLog:steven2010-05-291-0/+2
* Update copyright notices of my recent commits.aoliva2010-01-091-1/+2
* * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.aoliva2010-01-091-2/+2
* Remove trailing white spaces.hjl2009-11-251-21/+21