Age | Commit message (Expand) | Author | Files | Lines |
2008-09-11 | toplev.c (dump_memory_report): Call dump_vec_loc_statistics. | Jan Hubicka | 1 | -0/+5 |
2008-07-03 | re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma... | Andrew Haley | 1 | -6/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-03-26 | vec.h: Remove all #if IN_GENGTYPE blocks. | Zack Weinberg | 1 | -22/+4 |
2007-01-17 | vec.h (VEC_reserve_exact): Define. | Ian Lance Taylor | 1 | -41/+92 |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -0/+37 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -46/+0 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -0/+46 |
2006-01-30 | * vec.h (safe_grow): Remove duplicated line. | Nathan Sidwell | 1 | -2/+0 |
2006-01-24 | genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_... | Zack Weinberg | 1 | -1/+86 |
2005-12-01 | * vec.h (VEC_block_remove): New. | Nathan Sidwell | 1 | -0/+31 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-26 | calls.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -0/+53 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-10 | * vec.h (VEC_safe_grow): Append MEM_STAT_INFO. | Nathan Sidwell | 1 | -1/+1 |
2005-05-27 | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 1 | -54/+98 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-24 | * vec.h (VEC_safe_grow): Replace grow with safe_grow. | Kazu Hirata | 1 | -1/+1 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -7/+6 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -336/+418 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-22 | vec.h (VEC_space): Return true if there _is_ space. | Nathan Sidwell | 1 | -4/+4 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 1 | -15/+53 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-19 | vec.h (VEC_lower_bound): New macro. | Daniel Berlin | 1 | -3/+68 |
2004-08-15 | * vec.h: Comment improvements. | Ben Elliston | 1 | -5/+5 |
2004-08-02 | libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal. | Gabriel Dos Reis | 1 | -6/+6 |
2004-07-20 | vec.h (VEC_T_length, [...]): Use unsigned, not size_t. | Nathan Sidwell | 1 | -38/+40 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -63/+147 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -0/+19 |
2004-07-15 | vec.h (VEC_T_truncate): Allow truncation of an empty vector. | Nathan Sidwell | 1 | -8/+10 |
2004-07-14 | * vec.h: Comment fix. | Ben Elliston | 1 | -1/+1 |
2004-07-09 | * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument. | Zack Weinberg | 1 | -1/+1 |
2004-07-09 | * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto. | Nathan Sidwell | 1 | -2/+2 |
2004-07-08 | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 1 | -33/+49 |
2004-07-07 | * vec.h: Fix the example use. | Nathan Sidwell | 1 | -3/+3 |
2004-07-06 | vec.h (VEC_embedded_alloc): Remove. | Nathan Sidwell | 1 | -49/+82 |
2004-06-29 | vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int. | Nathan Sidwell | 1 | -4/+4 |
2004-06-28 | fix typo | Nathan Sidwell | 1 | -1/+1 |
2004-06-28 | vec.h, vec.c: New, type safe vector API. | Nathan Sidwell | 1 | -0/+567 |