summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* backport: tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EX...Ian Lance Taylor2007-03-121-41/+92
* * vec.h (safe_grow): Remove duplicated line.Nathan Sidwell2006-01-301-2/+0
* genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg2006-01-241-1/+86
* * vec.h (VEC_block_remove): New.Nathan Sidwell2005-12-011-0/+31
* Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1
* calls.c, [...]: Fix comment typos.Kazu Hirata2005-07-261-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-0/+53
* Update FSF address.Kelley Cook2005-06-251-2/+2
* * vec.h (VEC_safe_grow): Append MEM_STAT_INFO.Nathan Sidwell2005-06-101-1/+1
* vec.h: Implement integral type vector specialization.Nathan Sidwell2005-05-271-54/+98
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* * vec.h (VEC_safe_grow): Replace grow with safe_grow.Kazu Hirata2005-04-241-1/+1
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-7/+6
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-336/+418
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell2004-09-221-4/+4
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-2/+2
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-3/+3
* vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell2004-09-081-15/+53
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-2/+2
* vec.h (VEC_lower_bound): New macro.Daniel Berlin2004-08-191-3/+68
* * vec.h: Comment improvements.Ben Elliston2004-08-151-5/+5
* libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal.Gabriel Dos Reis2004-08-021-6/+6
* vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell2004-07-201-38/+40
* vec.h: Propagate location information properly.Nathan Sidwell2004-07-191-63/+147
* vec.h (VEC_address): New function.Mark Mitchell2004-07-161-0/+19
* vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell2004-07-151-8/+10
* * vec.h: Comment fix.Ben Elliston2004-07-141-1/+1
* * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.Zack Weinberg2004-07-091-1/+1
* * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.Nathan Sidwell2004-07-091-2/+2
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-33/+49
* * vec.h: Fix the example use.Nathan Sidwell2004-07-071-3/+3
* vec.h (VEC_embedded_alloc): Remove.Nathan Sidwell2004-07-061-49/+82
* vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell2004-06-291-4/+4
* fix typoNathan Sidwell2004-06-281-1/+1
* vec.h, vec.c: New, type safe vector API.Nathan Sidwell2004-06-281-0/+567