aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-28re PR pch/68758 (Invalid read of size 8 in gt_pch_save (ggc-common.c:551))Martin Liska1-4/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-31ggc-common.c : Restore needed header for checking=release.Markus Trippelsdorf1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-10Fix BITMAP identifier clash.Martin Liska1-2/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-12/+24
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-5/+4
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-235/+144
2015-04-18remove need for store_values_directlyTrevor Saunders1-18/+20
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-12/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders1-75/+0
2014-11-20implement a replacement for if_markedTrevor Saunders1-0/+2
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-37/+37
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-24/+25
2014-05-17add finalizers to ggcTrevor Saunders1-2/+3
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-5/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-82/+93
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+67
2013-01-24Remove zone allocator.Diego Novillo1-10/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-03re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-10/+6
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-6/+5
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-16/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-12/+12
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-2/+2
2010-08-20ggc-common.c (ggc_mark_root_tab): New function, split out from...Nathan Froyd1-10/+15
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-13/+25
2010-05-26ggc-zone.c: Update copyright year.Laurynas Biveinis1-6/+14
2010-04-13Makefile.in (c-pch.o, [...]): Depend on timevar.h.Diego Novillo1-0/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-09-28Add support for using ggc cache tables from plugins.Duncan Sands1-32/+51
2009-05-26plugins.texi (Loading plugins): typo.Basile Starynkevitch1-1/+48
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola1-1/+1
2008-09-11ggc-common.c (loc_array): Make static.Jan Hubicka1-1/+1
2008-07-06configure.ac: Check for caddr_t, define to char * if not defined.Andreas Tobler1-2/+2
2008-07-04alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-13/+17
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-8/+11