summaryrefslogtreecommitdiff
path: root/gcc/vec.c
AgeCommit message (Expand)Author
2020-01-09vec.h: add auto_delete_vecDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-08-01sort.cc: introduce gcc_sort_rAlexander Monakov
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-02-26Improve memory statistics report readability.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-11-05Fix vector memory statistics.Martin Liska
2018-11-05Fix GNU coding style.Martin Liska
2018-09-03qsort_chk: call from gcc_qsort instead of wrapping itAlexander Monakov
2018-05-29Add vec::reverse.Martin Liska
2018-05-13Introduce gcc_qsortAlexander Monakov
2018-05-01Add VEC_ORDERED_REMOVE_IFTom de Vries
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-09-29qsort comparator consistency checkingAlexander Monakov
2017-01-01Update copyright years.Jakub Jelinek
2016-06-06Selftest frameworkDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-10Fix BITMAP identifier clash.Martin Liska
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-03Fix GNU coding style in memory statistics.Martin Liska
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-01-05Update copyright years.Jakub Jelinek
2014-02-12vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-05don't try and free what must be a null vector when reserving 0 elementsTrevor Saunders
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders
2013-09-30vec.h (vec_prefix, vec): Prefix member names with "m_".Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-20vec.h (class vec_prefix): Change into struct.Jakub Jelinek
2012-11-20Convert vec<> into a POD.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher
2012-01-16re PR c++/14179 (out of memory while parsing array with many initializers)Jason Merrill
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2009-11-25Remove trailing white spaces.H.J. Lu
2009-06-16df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.Ian Lance Taylor
2009-06-10vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.Ian Lance Taylor
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-09-11toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi