aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-11toplev.c (dump_memory_report): Call dump_vec_loc_statistics.Jan Hubicka1-2/+227
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-01-17vec.h (VEC_reserve_exact): Define.Ian Lance Taylor1-34/+109
2006-12-23vec.c: Don't include tree.h.Andrew Pinski1-1/+0
2006-05-01vec.c: Include bconfig.h when appropriate.DJ Delorie1-1/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-51/+60
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-4/+2
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-6/+65