aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-12c-pch.c (asm_file_startpos): Change to `long'.Kaveh R. Ghazi1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-105/+448
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-20ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty.Hans-Peter Nilsson1-1/+33
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-135/+0
2002-09-13* ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.Nathan Sidwell1-1/+2
2002-06-04Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-4/+1
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-14/+14
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-411/+53