summaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix --enable-gather-detailed-mem-stats build.Martin Liska2018-01-121-1/+16
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR pch/68758 (Invalid read of size 8 in gt_pch_save (ggc-common.c:551))Martin Liska2016-01-281-4/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* ggc-common.c : Restore needed header for checking=release.Markus Trippelsdorf2015-10-311-0/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-2/+2
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-2/+1
* Fix BITMAP identifier clash.Martin Liska2015-06-101-2/+2
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* Fix GNU coding style in memory statistics.Martin Liska2015-06-031-12/+24
* Port pool-allocator memory stats to a new infrastructure.Martin Liska2015-06-031-5/+4
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-235/+144
* remove need for store_values_directlyTrevor Saunders2015-04-181-18/+20
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-12/+12
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders2014-12-101-75/+0
* implement a replacement for if_markedTrevor Saunders2014-11-201-0/+2
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-37/+37
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-24/+25
* add finalizers to ggcTrevor Saunders2014-05-171-2/+3
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-2/+2
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-5/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-82/+93
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-1/+67
* Remove zone allocator.Diego Novillo2013-01-241-10/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2012-12-031-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-10/+6
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-6/+5
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-16/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-12/+12
* params.c (set_param_value_internal): New.Joseph Myers2010-10-111-2/+2
* ggc-common.c (ggc_mark_root_tab): New function, split out from...Nathan Froyd2010-08-201-10/+15
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-13/+25
* ggc-zone.c: Update copyright year.Laurynas Biveinis2010-05-261-6/+14
* Makefile.in (c-pch.o, [...]): Depend on timevar.h.Diego Novillo2010-04-131-0/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* Add support for using ggc cache tables from plugins.Duncan Sands2009-09-281-32/+51
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-1/+48
* alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola2009-04-301-1/+1
* ggc-common.c (loc_array): Make static.Jan Hubicka2008-09-111-1/+1
* configure.ac: Check for caddr_t, define to char * if not defined.Andreas Tobler2008-07-061-2/+2