aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-217/+131
2013-09-30vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford1-88/+88
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-23/+23
2013-07-11This patch adds a call to ggc_free from va_gc::release, which is called by ve...Teresa Johnson1-1/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-27Fix bootstrap failure with --enable-gather-detailed-mem-stats.Diego Novillo1-28/+29
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+12
2012-11-20vec.h (class vec_prefix): Change into struct.Jakub Jelinek1-94/+98
2012-11-20Convert vec<> into a POD.Diego Novillo1-95/+108
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-648/+1309
2012-09-12vec.h: Remove compatibility notes for previous distinction between vectors of...Diego Novillo1-18/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-128/+21
2012-09-05re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler)Diego Novillo1-1/+1
2012-09-04Fix bootstrap failure with clang++.Diego Novillo1-3/+3
2012-09-04This patch works around a parsing problem with g++ 4.3.Diego Novillo1-14/+13
2012-09-04re PR bootstrap/54479 (Bootstrap with release-checking broken)Diego Novillo1-1/+2
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo1-625/+648
2012-08-21Restore df_free_collection_rec call in df_bb_verifyH.J. Lu1-15/+3
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1001/+738
2012-07-30gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis1-12/+28
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-7/+3
2011-11-10vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve...Jakub Jelinek1-0/+5
2011-09-07regrename.c (struct du_head): Make nregs signed.Bernd Schmidt1-0/+5
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski1-78/+82
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-0/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-0/+5
2010-07-13re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek1-1/+1
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-0/+7
2010-07-05vec.h (VEC_splice, [...]): New macros.Nathan Froyd1-0/+91
2010-06-28vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd1-1/+2
2010-05-29vec.h: Include statistics.hSteven Bosscher1-0/+2
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-1/+2
2010-01-09vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.Alexandre Oliva1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-21/+21
2009-06-17vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def...Ian Lance Taylor1-6/+12
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor1-6/+83
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-11toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka1-0/+5
2008-07-03re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley1-6/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-03-26vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg1-22/+4
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-41/+92
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+37
2007-01-02Revert:Kazu Hirata1-46/+0
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+46
2006-01-30* vec.h (safe_grow): Remove duplicated line.Nathan Sidwell1-2/+0
2006-01-24genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg1-1/+86
2005-12-01* vec.h (VEC_block_remove): New.Nathan Sidwell1-0/+31