Age | Commit message (Expand) | Author | Files | Lines |
2013-07-11 | This patch adds a call to ggc_free from va_gc::release, which is called by ve... | Teresa Johnson | 1 | -1/+13 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-27 | Fix bootstrap failure with --enable-gather-detailed-mem-stats. | Diego Novillo | 1 | -28/+29 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+12 |
2012-11-20 | vec.h (class vec_prefix): Change into struct. | Jakub Jelinek | 1 | -94/+98 |
2012-11-20 | Convert vec<> into a POD. | Diego Novillo | 1 | -95/+108 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -648/+1309 |
2012-09-12 | vec.h: Remove compatibility notes for previous distinction between vectors of... | Diego Novillo | 1 | -18/+0 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -128/+21 |
2012-09-05 | re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler) | Diego Novillo | 1 | -1/+1 |
2012-09-04 | Fix bootstrap failure with clang++. | Diego Novillo | 1 | -3/+3 |
2012-09-04 | This patch works around a parsing problem with g++ 4.3. | Diego Novillo | 1 | -14/+13 |
2012-09-04 | re PR bootstrap/54479 (Bootstrap with release-checking broken) | Diego Novillo | 1 | -1/+2 |
2012-09-04 | Make all VEC_* functions, member functions of vec_t. | Diego Novillo | 1 | -625/+648 |
2012-08-21 | Restore df_free_collection_rec call in df_bb_verify | H.J. Lu | 1 | -15/+3 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -1001/+738 |
2012-07-30 | gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio... | Laurynas Biveinis | 1 | -12/+28 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -7/+3 |
2011-11-10 | vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve... | Jakub Jelinek | 1 | -0/+5 |
2011-09-07 | regrename.c (struct du_head): Make nregs signed. | Bernd Schmidt | 1 | -0/+5 |
2011-05-27 | re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc) | Andrew Pinski | 1 | -78/+82 |
2010-10-11 | vec.h (VEC_qsort): Define. | Nathan Froyd | 1 | -0/+6 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -0/+5 |
2010-07-13 | re PR debug/44901 (-fcompare-debug failure for tree-predcom.c) | Jakub Jelinek | 1 | -1/+1 |
2010-07-06 | vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro. | Nathan Froyd | 1 | -0/+7 |
2010-07-05 | vec.h (VEC_splice, [...]): New macros. | Nathan Froyd | 1 | -0/+91 |
2010-06-28 | vec.h (vec_heap_free): Add parentheses around free. | Nathan Froyd | 1 | -1/+2 |
2010-05-29 | vec.h: Include statistics.h | Steven Bosscher | 1 | -0/+2 |
2010-01-09 | Update copyright notices of my recent commits. | Alexandre Oliva | 1 | -1/+2 |
2010-01-09 | vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren. | Alexandre Oliva | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -21/+21 |
2009-06-17 | vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def... | Ian Lance Taylor | 1 | -6/+12 |
2009-06-10 | vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I. | Ian Lance Taylor | 1 | -6/+83 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -2/+2 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -2/+2 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-09-11 | toplev.c (dump_memory_report): Call dump_vec_loc_statistics. | Jan Hubicka | 1 | -0/+5 |
2008-07-03 | re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma... | Andrew Haley | 1 | -6/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-03-26 | vec.h: Remove all #if IN_GENGTYPE blocks. | Zack Weinberg | 1 | -22/+4 |
2007-01-17 | vec.h (VEC_reserve_exact): Define. | Ian Lance Taylor | 1 | -41/+92 |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -0/+37 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -46/+0 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -0/+46 |
2006-01-30 | * vec.h (safe_grow): Remove duplicated line. | Nathan Sidwell | 1 | -2/+0 |
2006-01-24 | genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_... | Zack Weinberg | 1 | -1/+86 |
2005-12-01 | * vec.h (VEC_block_remove): New. | Nathan Sidwell | 1 | -0/+31 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-26 | calls.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -0/+53 |