aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Adjust by-value function vec arguments to by-reference.Martin Sebor1-10/+37
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-01-09vec.h: add auto_delete_vecDavid Malcolm1-0/+27
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-01sort.cc: introduce gcc_sort_rAlexander Monakov1-10/+11
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-02-26Improve memory statistics report readability.Martin Liska1-3/+0
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-5/+5
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-7/+13
2018-11-05Fix vector memory statistics.Martin Liska1-13/+21
2018-11-05Fix GNU coding style.Martin Liska1-1/+0
2018-09-03qsort_chk: call from gcc_qsort instead of wrapping itAlexander Monakov1-11/+2
2018-05-29Add vec::reverse.Martin Liska1-0/+38
2018-05-13Introduce gcc_qsortAlexander Monakov1-1/+1
2018-05-01Add VEC_ORDERED_REMOVE_IFTom de Vries1-0/+46
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska1-21/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-29qsort comparator consistency checkingAlexander Monakov1-0/+93
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+192
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-10Fix BITMAP identifier clash.Martin Liska1-3/+5
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+1
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-6/+12
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-184/+94
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-02-12vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h.Richard Biener1-35/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-05don't try and free what must be a null vector when reserving 0 elementsTrevor Saunders1-3/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-43/+0
2013-09-30vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-0/+11
2012-11-20vec.h (class vec_prefix): Change into struct.Jakub Jelinek1-7/+7
2012-11-20Convert vec<> into a POD.Diego Novillo1-6/+7
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-200/+43
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo1-11/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-118/+5
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-15/+9
2012-01-16re PR c++/14179 (out of memory while parsing array with many initializers)Jason Merrill1-1/+12
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski1-17/+9
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-9/+9
2009-06-16df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.Ian Lance Taylor1-1/+1
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor1-0/+141
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola1-1/+2