summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka2008-09-111-0/+5
* re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley2008-07-031-6/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg2007-03-261-22/+4
* vec.h (VEC_reserve_exact): Define.Ian Lance Taylor2007-01-171-41/+92
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-0/+37
* Revert:Kazu Hirata2007-01-021-46/+0
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-0/+46
* * vec.h (safe_grow): Remove duplicated line.Nathan Sidwell2006-01-301-2/+0
* genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg2006-01-241-1/+86
* * vec.h (VEC_block_remove): New.Nathan Sidwell2005-12-011-0/+31
* Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-0/+53
* Update FSF address.Kelley Cook2005-06-251-2/+2