aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Add vec::reverse.Martin Liska1-0/+14
2018-05-01Add VEC_ORDERED_REMOVE_IFTom de Vries1-0/+34
2018-02-26re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4)Jakub Jelinek1-4/+15
2018-02-16re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4)Jakub Jelinek1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-27hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins...Gerald Pfeifer1-2/+2
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-0/+77
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-11/+30
2017-05-18Define CONSTEXPR macro and use it in vec.h.Martin Liska1-4/+1
2017-05-14allow constructing a auto_vec with a preallocation, and a possibly larger act...Trevor Saunders1-0/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-22re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-10/+4
2016-12-15PR bootstrap/78817 - stage2 bootstrap failure in vec.h:1613:5: error: argumen...Martin Sebor1-4/+10
2016-12-01vec.h (vec<T, [...]): Guard call to memset if len-oldlen != 0.Richard Biener1-2/+6
2016-09-23vec.h (vNULL): Extend comment to say = vNULL initialization isn't needed for ...Jakub Jelinek1-1/+3
2016-09-23vec.h (vnull::operator vec): Add constexpr keyword for C++11 and later.Jakub Jelinek1-0/+3
2016-04-24add some utility methods to vecTrevor Saunders1-1/+43
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Fix memory leak in cilkMartin Liska1-0/+12
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-32/+8
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-6/+8
2015-04-27vec.h (vec): Make splice arguments const.Richard Sandiford1-9/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15vec.h (vec::safe_grow): Guard against a grow to zero size.Richard Biener1-1/+4
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-2/+3
2014-02-12vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h.Richard Biener1-21/+28
2014-02-07parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka1-2/+2
2014-01-17re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener1-1/+53
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-19/+22
2013-11-22add auto_vecTrevor Saunders1-0/+11
2013-11-05don't try and free what must be a null vector when reserving 0 elementsTrevor Saunders1-5/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-217/+131
2013-09-30vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford1-88/+88
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-23/+23
2013-07-11This patch adds a call to ggc_free from va_gc::release, which is called by ve...Teresa Johnson1-1/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-27Fix bootstrap failure with --enable-gather-detailed-mem-stats.Diego Novillo1-28/+29
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+12
2012-11-20vec.h (class vec_prefix): Change into struct.Jakub Jelinek1-94/+98
2012-11-20Convert vec<> into a POD.Diego Novillo1-95/+108
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-648/+1309
2012-09-12vec.h: Remove compatibility notes for previous distinction between vectors of...Diego Novillo1-18/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-128/+21
2012-09-05re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler)Diego Novillo1-1/+1
2012-09-04Fix bootstrap failure with clang++.Diego Novillo1-3/+3
2012-09-04This patch works around a parsing problem with g++ 4.3.Diego Novillo1-14/+13
2012-09-04re PR bootstrap/54479 (Bootstrap with release-checking broken)Diego Novillo1-1/+2
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo1-625/+648