aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-03-26vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg1-22/+4
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-41/+92
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+37
2007-01-02Revert:Kazu Hirata1-46/+0
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+46
2006-01-30* vec.h (safe_grow): Remove duplicated line.Nathan Sidwell1-2/+0
2006-01-24genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg1-1/+86
2005-12-01* vec.h (VEC_block_remove): New.Nathan Sidwell1-0/+31
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-0/+53
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-10* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.Nathan Sidwell1-1/+1
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-54/+98
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-24* vec.h (VEC_safe_grow): Replace grow with safe_grow.Kazu Hirata1-1/+1
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-7/+6
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-336/+418
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-22vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell1-4/+4
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-15/+53
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-08-19vec.h (VEC_lower_bound): New macro.Daniel Berlin1-3/+68
2004-08-15* vec.h: Comment improvements.Ben Elliston1-5/+5
2004-08-02libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal.Gabriel Dos Reis1-6/+6
2004-07-20vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell1-38/+40
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-63/+147
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-0/+19
2004-07-15vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell1-8/+10
2004-07-14* vec.h: Comment fix.Ben Elliston1-1/+1
2004-07-09* vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg1-1/+1
2004-07-09* vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.Nathan Sidwell1-2/+2
2004-07-08vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell1-33/+49
2004-07-07* vec.h: Fix the example use.Nathan Sidwell1-3/+3
2004-07-06vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell1-49/+82
2004-06-29vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell1-4/+4
2004-06-28fix typoNathan Sidwell1-1/+1
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell1-0/+567