]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/vec.h
Update copyright years.
[thirdparty/gcc.git] / gcc / vec.h
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-27  Gerald Pfeiferhash-set.h (DEFINE_DEBUG_HASH_SET): Remove static quali...
2017-11-20  Aldy Hernandezvec.h (debug_helper): New function.
2017-06-16  Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-05-18  Martin LiskaDefine CONSTEXPR macro and use it in vec.h.
2017-05-14  Trevor Saundersallow constructing a auto_vec with a preallocation...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-22  Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-16  Martin SeborPR bootstrap/78817 - stage2 bootstrap failure in vec...
2016-12-01  Richard Bienervec.h (vec<T, [...]): Guard call to memset if len-oldle...
2016-09-23  Jakub Jelinekvec.h (vNULL): Extend comment to say = vNULL initializa...
2016-09-23  Jakub Jelinekvec.h (vnull::operator vec): Add constexpr keyword...
2016-04-24  Trevor Saundersadd some utility methods to vec
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-27  Martin LiskaFix memory leak in cilk
2015-07-13  Aldy HernandezFix double word typos.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-05-27  Martin LiskaNew memory allocation statistics infrastructure.
2015-04-27  Richard Sandifordvec.h (vec): Make splice arguments const.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-15  Richard Bienervec.h (vec::safe_grow): Guard against a grow to zero...
2014-05-17  Trevor Saundersrm a bunch of _stat allocation functions
2014-02-12  Richard Bienervec.c (vec_prefix::calculate_allocation): Move as inlin...
2014-02-07  Jan Hubickaparser.c (synthesize_implicit_template_parm): Use grow_...
2014-01-17  Richard Bienerre PR tree-optimization/46590 (long compile time with...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-20  Trevor Saundersmerge auto_vec and stack_vec
2013-11-22  Trevor Saundersadd auto_vec
2013-11-05  Trevor Saundersdon't try and free what must be a null vector when...
2013-10-28  Trevor Saundersdf-scan.c (df_collection_rec): Adjust.
2013-09-30  Richard Sandifordvec.h (vec_prefix, vec): Prefix member names with ...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-07-11  Teresa JohnsonThis patch adds a call to ggc_free from va_gc::release...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-27  Diego NovilloFix bootstrap failure with --enable-gather-detailed...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-20  Jakub Jelinekvec.h (class vec_prefix): Change into struct.
2012-11-20  Diego NovilloConvert vec<> into a POD.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-12  Diego Novillovec.h: Remove compatibility notes for previous distinct...
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-09-05  Diego Novillore PR bootstrap/54484 (r190927 breaks bootstrap with...
2012-09-04  Diego NovilloFix bootstrap failure with clang++.
2012-09-04  Diego NovilloThis patch works around a parsing problem with g++...
2012-09-04  Diego Novillore PR bootstrap/54479 (Bootstrap with release-checking...
2012-09-04  Diego NovilloMake all VEC_* functions, member functions of vec_t.
2012-08-21  H.J. LuRestore df_free_collection_rec call in df_bb_verify
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-07-30  Laurynas Biveinisgengtype.c (adjust_field_type): Diagnose duplicate...
2012-07-24  Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2011-11-10  Jakub Jelinekvec.h (VEC_BASE): If base is at offset 0 in the structu...
2011-09-07  Bernd Schmidtregrename.c (struct du_head): Make nregs signed.
2011-05-27  Andrew Pinskire PR other/48981 (bootstrap-lto -O3 produces miscompil...
2010-10-11  Nathan Froydvec.h (VEC_qsort): Define.
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-13  Jakub Jelinekre PR debug/44901 (-fcompare-debug failure for tree...
2010-07-06  Nathan Froydvec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
2010-07-05  Nathan Froydvec.h (VEC_splice, [...]): New macros.
2010-06-28  Nathan Froydvec.h (vec_heap_free): Add parentheses around free.
2010-05-29  Steven Bosschervec.h: Include statistics.h
2010-01-09  Alexandre OlivaUpdate copyright notices of my recent commits.
2010-01-09  Alexandre Olivavec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-06-17  Ian Lance Taylorvec.h (VEC_stack_alloc): Define different version if...
2009-06-10  Ian Lance Taylorvec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
2009-04-24  Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-22  Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-09-11  Jan Hubickatoplev.c (dump_memory_report): Call dump_vec_loc_statis...
2008-07-03  Andrew Haleyre PR bootstrap/33304 (Bootstrap failure on solaris2...
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-03-26  Zack Weinbergvec.h: Remove all #if IN_GENGTYPE blocks.
2007-01-17  Ian Lance Taylorvec.h (VEC_reserve_exact): Define.
2007-01-03  Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2007-01-02  Kazu HirataRevert:
2007-01-02  Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2006-01-30  Nathan Sidwell* vec.h (safe_grow): Remove duplicated line.
2006-01-24  Zack Weinberggenautomata.c (process_state_for_insn_equiv_partition...
2005-12-01  Nathan Sidwell* vec.h (VEC_block_remove): New.
2005-08-06  Kazu HirataMakefile.in, [...]: Fix comment/doc typos.
2005-07-26  Kazu Hiratacalls.c, [...]: Fix comment typos.
2005-07-20  Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-06-25  Kelley CookUpdate FSF address.
2005-06-10  Nathan Sidwell* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
2005-05-27  Nathan Sidwellvec.h: Implement integral type vector specialization.
2005-04-28  Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-24  Kazu Hirata* vec.h (VEC_safe_grow): Replace grow with safe_grow.
2005-04-21  Nathan Sidwelllambda.h (lambda_vector_min_nz): Likewise.
2005-04-21  Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2004-10-22  Kazu Hirataalias.c, [...]: Fix comment formatting.
2004-09-22  Nathan Sidwellvec.h (VEC_space): Return true if there _is_ space.
2004-09-17  Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2004-09-14  Kazu Hiratacgraph.h, [...]: Fix comment typos.
2004-09-08  Nathan Sidwellvec.c (vec_p_reserve, [...]): Rename to ...
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-08-19  Daniel Berlinvec.h (VEC_lower_bound): New macro.
2004-08-15  Ben Elliston* vec.h: Comment improvements.
2004-08-02  Gabriel Dos Reislibiberty.h (XDELETE, [...]): Remove any const-qualific...
2004-07-20  Nathan Sidwellvec.h (VEC_T_length, [...]): Use unsigned, not size_t.
next