summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bootstrap failure with --enable-gather-detailed-mem-stats.dnovillo2012-11-271-28/+29
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+12
* * vec.h (class vec_prefix): Change into struct.jakub2012-11-201-94/+98
* Convert vec<> into a POD.dnovillo2012-11-201-95/+108
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-648/+1309
* 2012-09-12 Diego Novillo <dnovillo@google.com>dnovillo2012-09-121-18/+0
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-128/+21
* PR bootstrap/54484dnovillo2012-09-051-1/+1
* Fix bootstrap failure with clang++.dnovillo2012-09-041-3/+3
* This patch works around a parsing problem with g++ 4.3. The parser isdnovillo2012-09-041-14/+13
* PR bootstrap/54479dnovillo2012-09-041-1/+2
* Make all VEC_* functions, member functions of vec_t.dnovillo2012-09-041-625/+648
* Restore df_free_collection_rec call in df_bb_verifyhjl2012-08-211-15/+3
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1001/+738
* gcc:lauras2012-07-301-12/+28
* gcc/steven2012-07-241-7/+3
* * vec.h (VEC_BASE): If base is at offset 0 in the structure,jakub2011-11-101-0/+5
* * regrename.c (struct du_head): Make nregs signed.bernds2011-09-071-0/+5
* 2011-05-27 Andrew Pinski <pinskia@gmail.com>pinskia2011-05-271-78/+82
* gcc/froydnj2010-10-111-0/+6
* gcc/froydnj2010-08-201-0/+5
* PR debug/44901jakub2010-07-131-1/+1
* gcc/froydnj2010-07-061-0/+7
* gcc/froydnj2010-07-051-0/+91
* gcc/froydnj2010-06-281-1/+2
* gcc/ChangeLog:steven2010-05-291-0/+2
* Update copyright notices of my recent commits.aoliva2010-01-091-1/+2
* * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.aoliva2010-01-091-2/+2
* Remove trailing white spaces.hjl2009-11-251-21/+21
* * vec.h (VEC_stack_alloc): Define different version ifian2009-06-171-6/+12
* * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.ian2009-06-101-6/+83
* gcc/:ian2009-04-241-2/+2
* 2009-04-21 Taras Glek <tglek@mozilla.com>dnovillo2009-04-221-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.hubicka2008-09-111-0/+5
* 2008-07-03 Andrew Haley <aph@redhat.com>aph2008-07-031-6/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * vec.h: Remove all #if IN_GENGTYPE blocks.zack2007-03-261-22/+4
* ./:ian2007-01-171-41/+92
* * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.kazu2007-01-031-0/+37
* Revert:kazu2007-01-021-46/+0
* * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.kazu2007-01-021-0/+46
* * vec.h (safe_grow): Remove duplicated line.nathan2006-01-301-2/+0
* * genautomata.c (process_state_for_insn_equiv_partition):hp2006-01-241-1/+86
* * vec.h (VEC_block_remove): New.nathan2005-12-011-0/+31
* * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,kazu2005-08-061-1/+1
* * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,kazu2005-07-261-1/+1
* Make CONSTRUCTOR use VEC to store initializers.giovannibajo2005-07-201-0/+53
* Update FSF address.kcook2005-06-251-2/+2
* * vec.h (VEC_safe_grow): Append MEM_STAT_INFO.nathan2005-06-101-1/+1