summaryrefslogtreecommitdiff
path: root/gcc/vec.h
Commit message (Expand)AuthorAgeFilesLines
* vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve...Jakub Jelinek2011-11-101-0/+5
* regrename.c (struct du_head): Make nregs signed.Bernd Schmidt2011-09-071-0/+5
* re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski2011-05-271-78/+82
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-0/+6
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-0/+5
* re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek2010-07-131-1/+1
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-0/+7
* vec.h (VEC_splice, [...]): New macros.Nathan Froyd2010-07-051-0/+91
* vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd2010-06-281-1/+2
* vec.h: Include statistics.hSteven Bosscher2010-05-291-0/+2
* Update copyright notices of my recent commits.Alexandre Oliva2010-01-091-1/+2
* vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.Alexandre Oliva2010-01-091-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-21/+21
* vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def...Ian Lance Taylor2009-06-171-6/+12
* vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor2009-06-101-6/+83
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka2008-09-111-0/+5
* re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley2008-07-031-6/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg2007-03-261-22/+4
* vec.h (VEC_reserve_exact): Define.Ian Lance Taylor2007-01-171-41/+92
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-0/+37
* Revert:Kazu Hirata2007-01-021-46/+0
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-0/+46
* * 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