aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Use vec::reserve before vec_safe_grow_cleared is calledMartin Liska1-0/+11
2020-01-09vec.h: add auto_delete_vecDavid Malcolm1-0/+38
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-21cfgloop.h (loop_iterator::~loop_iterator): Remove.Richard Biener1-0/+8
2019-08-02vec.h (vec::sort): Add gcc_qsort_r support.Richard Biener1-1/+80
2019-02-26Improve memory statistics report readability.Martin Liska1-1/+1
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska1-0/+11
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-06re PR tree-optimization/86850 (ubsan: runtime error: member call on null poin...Richard Biener1-1/+1
2018-11-05Fix vector memory statistics.Martin Liska1-4/+8
2018-06-28Introduce auto_string_vec class.Martin Liska1-0/+21
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