summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * vec.h: Implement integral type vector specialization.nathan2005-05-271-54/+98
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * vec.h (VEC_safe_grow): Replace grow with safe_grow.kazu2005-04-241-1/+1
* * lambda.h (lambda_vector_min_nz): Likewise.nathan2005-04-211-7/+6
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-336/+418
* * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,kazu2004-10-221-1/+1
* * vec.h (VEC_space): Return true if there _is_ space.nathan2004-09-221-4/+4
* * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,kazu2004-09-171-2/+2
* * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,kazu2004-09-141-3/+3
* * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...nathan2004-09-081-15/+53
* * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,kazu2004-09-051-1/+1
* * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,kazu2004-09-051-2/+2
* 2004-08-19 Daniel Berlin <dberlin@dberlin.org>dberlin2004-08-191-3/+68
* * vec.h: Comment improvements.bje2004-08-151-5/+5
* include/gdr2004-08-021-6/+6
* * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate,nathan2004-07-201-38/+40
* .:nathan2004-07-191-63/+147
* * vec.h (VEC_address): New function.mmitchel2004-07-161-0/+19
* * vec.h (VEC_T_truncate): Allow truncation of an empty vector.nathan2004-07-151-8/+10
* * vec.h: Comment fix.bje2004-07-141-1/+1
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.zack2004-07-091-1/+1
* * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.nathan2004-07-091-2/+2
* .:nathan2004-07-081-33/+49
* * vec.h: Fix the example use.nathan2004-07-071-3/+3
* * vec.h (VEC_embedded_alloc): Remove.nathan2004-07-061-49/+82