re PR middle-end/42834 (memcpy folding overeager)
[gcc.git] / gcc / vec.h
2010-06-28 Nathan Froydvec.h (vec_heap_free): Add parentheses around free.
2010-05-29 Steven Bosschervec.h: Include statistics.h
2010-01-09 Alexandre OlivaUpdate copyright notices of my recent commits.
2010-01-09 Alexandre Olivavec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-06-17 Ian Lance Taylorvec.h (VEC_stack_alloc): Define different version if...
2009-06-10 Ian Lance Taylorvec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-09-11 Jan Hubickatoplev.c (dump_memory_report): Call dump_vec_loc_statis...
2008-07-03 Andrew Haleyre PR bootstrap/33304 (Bootstrap failure on solaris2...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-03-26 Zack Weinbergvec.h: Remove all #if IN_GENGTYPE blocks.
2007-01-17 Ian Lance Taylorvec.h (VEC_reserve_exact): Define.
2007-01-03 Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2007-01-02 Kazu HirataRevert:
2007-01-02 Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2006-01-30 Nathan Sidwell* vec.h (safe_grow): Remove duplicated line.
2006-01-24 Zack Weinberggenautomata.c (process_state_for_insn_equiv_partition...
2005-12-01 Nathan Sidwell* vec.h (VEC_block_remove): New.
2005-08-06 Kazu HirataMakefile.in, [...]: Fix comment/doc typos.
2005-07-26 Kazu Hiratacalls.c, [...]: Fix comment typos.
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-10 Nathan Sidwell* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
2005-05-27 Nathan Sidwellvec.h: Implement integral type vector specialization.
2005-04-28 Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-24 Kazu Hirata* vec.h (VEC_safe_grow): Replace grow with safe_grow.
2005-04-21 Nathan Sidwelllambda.h (lambda_vector_min_nz): Likewise.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2004-10-22 Kazu Hirataalias.c, [...]: Fix comment formatting.
2004-09-22 Nathan Sidwellvec.h (VEC_space): Return true if there _is_ space.
2004-09-17 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2004-09-14 Kazu Hiratacgraph.h, [...]: Fix comment typos.
2004-09-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Rename to ...
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-08-19 Daniel Berlinvec.h (VEC_lower_bound): New macro.
2004-08-15 Ben Elliston* vec.h: Comment improvements.
2004-08-02 Gabriel Dos Reislibiberty.h (XDELETE, [...]): Remove any const-qualific...
2004-07-20 Nathan Sidwellvec.h (VEC_T_length, [...]): Use unsigned, not size_t.
2004-07-19 Nathan Sidwellvec.h: Propagate location information properly.
2004-07-16 Mark Mitchellvec.h (VEC_address): New function.
2004-07-15 Nathan Sidwellvec.h (VEC_T_truncate): Allow truncation of an empty...
2004-07-14 Ben Elliston* vec.h: Comment fix.
2004-07-09 Zack Weinberg* vec.c, vec.h (vec_assert_fail): Use unsigned int...
2004-07-09 Nathan Sidwell* vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
2004-07-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Allocation is signed.
2004-07-07 Nathan Sidwell* vec.h: Fix the example use.
2004-07-06 Nathan Sidwellvec.h (VEC_embedded_alloc): Remove.
2004-06-29 Nathan Sidwellvec.h (VEC_T_safe_push, [...]): Tweak for when size_t...
2004-06-28 Nathan Sidwellfix typo
2004-06-28 Nathan Sidwellvec.h, vec.c: New, type safe vector API.