OSDN Git Service

2010-04-07 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / vec.h
2010-01-09 aolivaUpdate copyright notices of my recent commits.
2010-01-09 aoliva* vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
2009-11-25 hjlRemove trailing white spaces.
2009-06-17 ian * vec.h (VEC_stack_alloc): Define different version if
2009-06-10 ian * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
2009-04-24 iangcc/:
2009-04-22 dnovillo2009-04-21 Taras Glek <tglek@mozilla.com>
2009-02-20 jakubUpdate Copyright years for files modified in 2008 and...
2008-09-11 hubicka * toplev.c (dump_memory_report): Call dump_vec_loc_sta...
2008-07-03 aph2008-07-03 Andrew Haley <aph@redhat.com>
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-03-26 zack * vec.h: Remove all #if IN_GENGTYPE blocks.
2007-01-17 ian./:
2007-01-03 kazu * alias.c (init_alias_analysis): Use VEC_safe_grow_cle...
2007-01-02 kazu Revert:
2007-01-02 kazu * alias.c (init_alias_analysis): Use VEC_safe_grow_cle...
2006-01-30 nathan * vec.h (safe_grow): Remove duplicated line.
2006-01-24 hp * genautomata.c (process_state_for_insn_equiv_partition):
2005-12-01 nathan * vec.h (VEC_block_remove): New.
2005-08-06 kazu * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
2005-07-26 kazu * calls.c, fold-const.c, ipa-reference.c, ipa-type...
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-06-25 kcookUpdate FSF address.
2005-06-10 nathan * vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
2005-05-27 nathan * vec.h: Implement integral type vector specialization.
2005-04-28 kazu * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
2005-04-24 kazu * vec.h (VEC_safe_grow): Replace grow with safe_grow.
2005-04-21 nathan * lambda.h (lambda_vector_min_nz): Likewise.
2005-04-21 nathan * vec.h: Update API to separate allocation mechanism...
2004-10-22 kazu * alias.c, basic-block.h, cgraphunit.c, combine.c...
2004-09-22 nathan * vec.h (VEC_space): Return true if there _is_ space.
2004-09-17 kazu * basic-block.h, c-decl.c, c-parse.in, cgraphunit...
2004-09-14 kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-08 nathan * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...
2004-09-05 kazu * c-common.c, c-decl.c, combine.c, defaults.h, fold...
2004-09-05 kazu * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
2004-08-19 dberlin2004-08-19 Daniel Berlin <dberlin@dberlin.org>
2004-08-15 bje * vec.h: Comment improvements.
2004-08-02 gdrinclude/
2004-07-20 nathan * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate...
2004-07-19 nathan.:
2004-07-16 mmitchel * vec.h (VEC_address): New function.
2004-07-15 nathan * vec.h (VEC_T_truncate): Allow truncation of an empty...
2004-07-14 bje * vec.h: Comment fix.
2004-07-09 zack * vec.c, vec.h (vec_assert_fail): Use unsigned int...
2004-07-09 nathan * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
2004-07-08 nathan.:
2004-07-07 nathan * vec.h: Fix the example use.
2004-07-06 nathan * vec.h (VEC_embedded_alloc): Remove.
2004-06-29 nathan * vec.h (VEC_T_safe_push, VEC_T_safe_insert): Tweak...
2004-06-28 nathanfix typo
2004-06-28 nathan * vec.h, vec.c: New, type safe vector API.