| Commit message (Expand) | Author | Age | Files | Lines |
* | Change GPLv2 files (which do not have exceptions or additions) over to GPLv3. | Nick Clifton | 2007-09-01 | 1 | -5/+4 |
* | backport: tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EX... | Ian Lance Taylor | 2007-03-12 | 1 | -41/+92 |
* | * vec.h (safe_grow): Remove duplicated line. | Nathan Sidwell | 2006-01-30 | 1 | -2/+0 |
* | genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_... | Zack Weinberg | 2006-01-24 | 1 | -1/+86 |
* | * vec.h (VEC_block_remove): New. | Nathan Sidwell | 2005-12-01 | 1 | -0/+31 |
* | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 2005-08-06 | 1 | -1/+1 |
* | calls.c, [...]: Fix comment typos. | Kazu Hirata | 2005-07-26 | 1 | -1/+1 |
* | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 2005-07-20 | 1 | -0/+53 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | * vec.h (VEC_safe_grow): Append MEM_STAT_INFO. | Nathan Sidwell | 2005-06-10 | 1 | -1/+1 |
* | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 2005-05-27 | 1 | -54/+98 |
* | attribs.c, [...]: Update copyright. | Kazu Hirata | 2005-04-28 | 1 | -1/+1 |
* | * vec.h (VEC_safe_grow): Replace grow with safe_grow. | Kazu Hirata | 2005-04-24 | 1 | -1/+1 |
* | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 2005-04-21 | 1 | -7/+6 |
* | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 2005-04-21 | 1 | -336/+418 |
* | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-10-22 | 1 | -1/+1 |
* | vec.h (VEC_space): Return true if there _is_ space. | Nathan Sidwell | 2004-09-22 | 1 | -4/+4 |
* | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 2004-09-17 | 1 | -2/+2 |
* | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 2004-09-14 | 1 | -3/+3 |
* | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 2004-09-08 | 1 | -15/+53 |
* | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -2/+2 |
* | vec.h (VEC_lower_bound): New macro. | Daniel Berlin | 2004-08-19 | 1 | -3/+68 |
* | * vec.h: Comment improvements. | Ben Elliston | 2004-08-15 | 1 | -5/+5 |
* | libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. | Gabriel Dos Reis | 2004-08-02 | 1 | -6/+6 |
* | vec.h (VEC_T_length, [...]): Use unsigned, not size_t. | Nathan Sidwell | 2004-07-20 | 1 | -38/+40 |
* | vec.h: Propagate location information properly. | Nathan Sidwell | 2004-07-19 | 1 | -63/+147 |
* | vec.h (VEC_address): New function. | Mark Mitchell | 2004-07-16 | 1 | -0/+19 |
* | vec.h (VEC_T_truncate): Allow truncation of an empty vector. | Nathan Sidwell | 2004-07-15 | 1 | -8/+10 |
* | * vec.h: Comment fix. | Ben Elliston | 2004-07-14 | 1 | -1/+1 |
* | * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument. | Zack Weinberg | 2004-07-09 | 1 | -1/+1 |
* | * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto. | Nathan Sidwell | 2004-07-09 | 1 | -2/+2 |
* | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 2004-07-08 | 1 | -33/+49 |
* | * vec.h: Fix the example use. | Nathan Sidwell | 2004-07-07 | 1 | -3/+3 |
* | vec.h (VEC_embedded_alloc): Remove. | Nathan Sidwell | 2004-07-06 | 1 | -49/+82 |
* | vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int. | Nathan Sidwell | 2004-06-29 | 1 | -4/+4 |
* | fix typo | Nathan Sidwell | 2004-06-28 | 1 | -1/+1 |
* | vec.h, vec.c: New, type safe vector API. | Nathan Sidwell | 2004-06-28 | 1 | -0/+567 |