aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-26c-parse.in (extension): Use itype.Richard Henderson1-1/+7
2003-10-29configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson1-3/+5
2003-10-27ggc-zone.c: New file, zone allocating collector.Daniel Berlin1-3/+3
2003-09-06ggc-common.c (init_ggc_heuristics): Don't use the heuristics when gc checking...Kaveh R. Ghazi1-1/+1
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-01* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.Rainer Orth1-1/+1
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-45/+80
2003-07-02ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.Rainer Orth1-3/+3
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-08re PR pch/9830 (PCH not working on Solaris)Eric Botcazou1-5/+44
2003-06-07ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger1-93/+63
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-12/+12
2003-04-03cpppch.c (reset_ht): Remove.Matt Austern1-0/+1
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka1-1/+1
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-03-04configure.in: Check for <memcheck.h>.Andreas Jaeger1-2/+7
2003-03-02ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid warnings.Kaveh R. Ghazi1-3/+3
2003-02-23invoke.texi (ggc-min-expand, [...]): Document new default behavior.Kaveh R. Ghazi1-1/+44
2003-02-22Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi1-0/+41