| Commit message (Expand) | Author | Age | Files | Lines |
* | vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve... | Jakub Jelinek | 2011-11-10 | 1 | -0/+5 |
* | regrename.c (struct du_head): Make nregs signed. | Bernd Schmidt | 2011-09-07 | 1 | -0/+5 |
* | re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc) | Andrew Pinski | 2011-05-27 | 1 | -78/+82 |
* | vec.h (VEC_qsort): Define. | Nathan Froyd | 2010-10-11 | 1 | -0/+6 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -0/+5 |
* | re PR debug/44901 (-fcompare-debug failure for tree-predcom.c) | Jakub Jelinek | 2010-07-13 | 1 | -1/+1 |
* | vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro. | Nathan Froyd | 2010-07-06 | 1 | -0/+7 |
* | vec.h (VEC_splice, [...]): New macros. | Nathan Froyd | 2010-07-05 | 1 | -0/+91 |
* | vec.h (vec_heap_free): Add parentheses around free. | Nathan Froyd | 2010-06-28 | 1 | -1/+2 |
* | vec.h: Include statistics.h | Steven Bosscher | 2010-05-29 | 1 | -0/+2 |
* | Update copyright notices of my recent commits. | Alexandre Oliva | 2010-01-09 | 1 | -1/+2 |
* | vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren. | Alexandre Oliva | 2010-01-09 | 1 | -2/+2 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -21/+21 |
* | vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def... | Ian Lance Taylor | 2009-06-17 | 1 | -6/+12 |
* | vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I. | Ian Lance Taylor | 2009-06-10 | 1 | -6/+83 |
* | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 2009-04-24 | 1 | -2/+2 |
* | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 2009-04-22 | 1 | -2/+2 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | toplev.c (dump_memory_report): Call dump_vec_loc_statistics. | Jan Hubicka | 2008-09-11 | 1 | -0/+5 |
* | re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma... | Andrew Haley | 2008-07-03 | 1 | -6/+12 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | vec.h: Remove all #if IN_GENGTYPE blocks. | Zack Weinberg | 2007-03-26 | 1 | -22/+4 |
* | vec.h (VEC_reserve_exact): Define. | Ian Lance Taylor | 2007-01-17 | 1 | -41/+92 |
* | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 2007-01-03 | 1 | -0/+37 |
* | Revert: | Kazu Hirata | 2007-01-02 | 1 | -46/+0 |
* | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 2007-01-02 | 1 | -0/+46 |
* | * 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 |