aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-27Fix bootstrap failure with --enable-gather-detailed-mem-stats.Diego Novillo
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-20 * vec.h (class vec_prefix): Change into struct.Jakub Jelinek
2012-11-20Convert vec<> into a POD.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-09-122012-09-12 Diego Novillo <dnovillo@google.com>Diego Novillo
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-09-05 PR bootstrap/54484Diego Novillo
2012-09-04Fix bootstrap failure with clang++.Diego Novillo
2012-09-04This patch works around a parsing problem with g++ 4.3. The parser isDiego Novillo
2012-09-04 PR bootstrap/54479Diego Novillo
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo
2012-08-21Restore df_free_collection_rec call in df_bb_verifyH.J. Lu
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-07-30gcc:Laurynas Biveinis
2012-07-24gcc/Steven Bosscher
2011-11-10 * vec.h (VEC_BASE): If base is at offset 0 in the structure,Jakub Jelinek
2011-09-07 * regrename.c (struct du_head): Make nregs signed.Bernd Schmidt
2011-05-272011-05-27 Andrew Pinski <pinskia@gmail.com>Andrew Pinski
2010-10-11gcc/Nathan Froyd
2010-08-20gcc/Nathan Froyd
2010-07-13 PR debug/44901Jakub Jelinek
2010-07-06gcc/Nathan Froyd
2010-07-05gcc/Nathan Froyd
2010-06-28gcc/Nathan Froyd
2010-05-29gcc/ChangeLog:Steven Bosscher
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva
2010-01-09* vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.Alexandre Oliva
2009-11-25Remove trailing white spaces.H.J. Lu
2009-06-17 * vec.h (VEC_stack_alloc): Define different version ifIan Lance Taylor
2009-06-10 * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor
2009-04-24gcc/:Ian Lance Taylor
2009-04-222009-04-21 Taras Glek <tglek@mozilla.com>Taras Glek
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-09-11 * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka
2008-07-032008-07-03 Andrew Haley <aph@redhat.com>Andrew Haley
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-03-26 * vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg
2007-01-17./:Ian Lance Taylor
2007-01-03 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Zdenek Dvorak
2007-01-02 Revert:Kazu Hirata
2007-01-02 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata
2006-01-30 * vec.h (safe_grow): Remove duplicated line.Nathan Sidwell
2006-01-24 * genautomata.c (process_state_for_insn_equiv_partition):Zack Weinberg
2005-12-01 * vec.h (VEC_block_remove): New.Nathan Sidwell
2005-08-06 * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,Kazu Hirata
2005-07-26 * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,Kazu Hirata
2005-07-20 Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo
2005-06-25Update FSF address.Kelley Cook