summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-6/+8
* vec.h (vec): Make splice arguments const.Richard Sandiford2015-04-271-9/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* vec.h (vec::safe_grow): Guard against a grow to zero size.Richard Biener2014-12-151-1/+4
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-2/+3
* vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h.Richard Biener2014-02-121-21/+28
* parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka2014-02-071-2/+2
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener2014-01-171-1/+53
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-19/+22
* add auto_vecTrevor Saunders2013-11-221-0/+11
* don't try and free what must be a null vector when reserving 0 elementsTrevor Saunders2013-11-051-5/+1
* df-scan.c (df_collection_rec): Adjust.Trevor Saunders2013-10-281-217/+131
* vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford2013-09-301-88/+88
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-23/+23
* This patch adds a call to ggc_free from va_gc::release, which is called by ve...Teresa Johnson2013-07-111-1/+13
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Fix bootstrap failure with --enable-gather-detailed-mem-stats.Diego Novillo2012-11-271-28/+29
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+12
* vec.h (class vec_prefix): Change into struct.Jakub Jelinek2012-11-201-94/+98
* Convert vec<> into a POD.Diego Novillo2012-11-201-95/+108
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-648/+1309
* vec.h: Remove compatibility notes for previous distinction between vectors of...Diego Novillo2012-09-121-18/+0
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-128/+21
* re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler)Diego Novillo2012-09-051-1/+1
* Fix bootstrap failure with clang++.Diego Novillo2012-09-041-3/+3
* This patch works around a parsing problem with g++ 4.3.Diego Novillo2012-09-041-14/+13
* re PR bootstrap/54479 (Bootstrap with release-checking broken)Diego Novillo2012-09-041-1/+2
* Make all VEC_* functions, member functions of vec_t.Diego Novillo2012-09-041-625/+648
* Restore df_free_collection_rec call in df_bb_verifyH.J. Lu2012-08-211-15/+3
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1001/+738
* gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis2012-07-301-12/+28
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-7/+3
* vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve...Jakub Jelinek2011-11-101-0/+5
* regrename.c (struct du_head): Make nregs signed.Bernd Schmidt2011-09-071-0/+5
* re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski2011-05-271-78/+82
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-0/+6
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-0/+5
* re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek2010-07-131-1/+1
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-0/+7
* vec.h (VEC_splice, [...]): New macros.Nathan Froyd2010-07-051-0/+91
* vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd2010-06-281-1/+2
* vec.h: Include statistics.hSteven Bosscher2010-05-291-0/+2
* Update copyright notices of my recent commits.Alexandre Oliva2010-01-091-1/+2
* vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.Alexandre Oliva2010-01-091-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-21/+21
* vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def...Ian Lance Taylor2009-06-171-6/+12
* vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor2009-06-101-6/+83
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+2