aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-2/+9
2008-02-19Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson1-17/+4
2007-12-01ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect flag.Jan Hubicka1-0/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2006-12-23toplev.c (dump_memory_report): Break out from...Jan Hubicka1-4/+24
2006-10-26ggc-common.c (ggc_min_heapsize_heuristic): Be more conservative when choosing...Nathan Froyd1-4/+4
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-3/+5
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-5/+12
2004-09-12* ggc-common.c (cmp_statistics): Fix sorting.Jan Hubicka1-1/+1
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-14/+7
2004-09-02gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka1-15/+108
2004-08-09ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.Geoffrey Keating1-22/+45
2004-06-05toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith1-4/+15
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-4/+5
2004-03-10c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address extra arguments.Richard Henderson1-107/+78
2004-03-05ggc-common.c (gt_pch_restore): Don't unmap addr unless we are going to call m...Ian Lance Taylor1-13/+15
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-5/+142
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-28ggc.h (ggc_free): Declare.Richard Henderson1-1/+2
2004-01-26Revert accidental commit.Richard Henderson1-7/+1