aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
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