summaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-07-041-13/+17
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-8/+11
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-211-2/+9
* Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson2008-02-191-17/+4
* ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect flag.Jan Hubicka2007-12-011-0/+1
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-7/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* toplev.c (dump_memory_report): Break out from...Jan Hubicka2006-12-231-4/+24
* ggc-common.c (ggc_min_heapsize_heuristic): Be more conservative when choosing...Nathan Froyd2006-10-261-4/+4
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-3/+5
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* alloc-pool.c, [...]: Update copyright.Kazu Hirata2005-03-141-1/+1
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-5/+12
* * ggc-common.c (cmp_statistics): Fix sorting.Jan Hubicka2004-09-121-1/+1
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-14/+7
* gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka2004-09-021-15/+108
* ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.Geoffrey Keating2004-08-091-22/+45
* toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith2004-06-051-4/+15
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-4/+5
* c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address extra arguments.Richard Henderson2004-03-101-107/+78
* ggc-common.c (gt_pch_restore): Don't unmap addr unless we are going to call m...Ian Lance Taylor2004-03-051-13/+15
* ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka2004-03-031-5/+142
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* ggc.h (ggc_free): Declare.Richard Henderson2004-01-281-1/+2
* Revert accidental commit.Richard Henderson2004-01-261-7/+1
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-1/+7
* configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson2003-10-291-3/+5
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-3/+3
* ggc-common.c (init_ggc_heuristics): Don't use the heuristics when gc checking...Kaveh R. Ghazi2003-09-061-1/+1
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.Rainer Orth2003-08-011-1/+1
* c-common.c (allow_pch): Remove.Geoffrey Keating2003-07-291-45/+80
* ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.Rainer Orth2003-07-021-3/+3
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* re PR pch/9830 (PCH not working on Solaris)Eric Botcazou2003-06-081-5/+44
* ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-071-93/+63
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-12/+12
* cpppch.c (reset_ht): Remove.Matt Austern2003-04-031-0/+1
* ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka2003-03-171-1/+1
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-1/+1
* configure.in: Check for <memcheck.h>.Andreas Jaeger2003-03-041-2/+7
* ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid warnings.Kaveh R. Ghazi2003-03-021-3/+3
* invoke.texi (ggc-min-expand, [...]): Document new default behavior.Kaveh R. Ghazi2003-02-231-1/+44
* Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi2003-02-221-0/+41