aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-0/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-0/+5
2010-07-13re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek1-1/+1
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-0/+7
2010-07-05vec.h (VEC_splice, [...]): New macros.Nathan Froyd1-0/+91
2010-06-28vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd1-1/+2
2010-05-29vec.h: Include statistics.hSteven Bosscher1-0/+2
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-1/+2
2010-01-09vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.Alexandre Oliva1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-21/+21
2009-06-17vec.h (VEC_stack_alloc): Define different version if GATHER_STATISTICS is def...Ian Lance Taylor1-6/+12
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor1-6/+83
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+2
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-11toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka1-0/+5
2008-07-03re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley1-6/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-03-26vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg1-22/+4
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-41/+92
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+37
2007-01-02Revert:Kazu Hirata1-46/+0
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-0/+46
2006-01-30* vec.h (safe_grow): Remove duplicated line.Nathan Sidwell1-2/+0
2006-01-24genautomata.c (process_state_for_insn_equiv_partition): Use xcalloc for insn_...Zack Weinberg1-1/+86
2005-12-01* vec.h (VEC_block_remove): New.Nathan Sidwell1-0/+31
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-26calls.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-0/+53
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-10* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.Nathan Sidwell1-1/+1
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-54/+98
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-24* vec.h (VEC_safe_grow): Replace grow with safe_grow.Kazu Hirata1-1/+1
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-7/+6
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-336/+418
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-22vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell1-4/+4
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-15/+53
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-08-19vec.h (VEC_lower_bound): New macro.Daniel Berlin1-3/+68
2004-08-15* vec.h: Comment improvements.Ben Elliston1-5/+5
2004-08-02libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal.Gabriel Dos Reis1-6/+6
2004-07-20vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell1-38/+40
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-63/+147
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-0/+19
2004-07-15vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell1-8/+10