summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-9/+9
* * ggc-page.c (ggc_push_context): Remove.mmitchel2005-09-071-95/+0
* 2005-07-08 Daniel Berlin <dberlin@dberlin.org>dberlin2005-07-081-1/+4
* Update FSF address.kcook2005-06-251-2/+2
* * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,kazu2005-05-261-1/+1
* * ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.rakdver2005-05-171-0/+3
* * ggc-zone.c: Rewritten.drow2005-03-131-14/+4
* * ChangeLog.5: Fix log message typo(s).reichelt2005-02-241-2/+1
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of asteven2005-01-161-0/+6
* * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,kazu2004-10-221-1/+1
* * ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we'reaustern2004-09-271-2/+9
* * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,nathan2004-09-091-61/+26
* * gimplify.c (gimplify_compound_lval): Move "stack" varray out ofhubicka2004-09-021-11/+21
* * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,kazu2004-03-221-4/+4
* * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,kazu2004-03-111-1/+1
* * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):hubicka2004-03-031-5/+10
* * fold-const.c (fold): An equality comparison of a non-weak objectlaw2004-03-011-7/+63
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,kazu2004-01-311-1/+2
* * ggc.h (ggc_free): Declare.rth2004-01-281-40/+168
* Revert accidental commit.rth2004-01-261-149/+29
* * c-parse.in (extension): Use itype.rth2004-01-261-29/+149
* Patch from Dan Nicolaescuwilson2003-12-221-7/+18
* * gcc-page.c (extra_order_size_tab): Correct comment.wilson2003-12-041-1/+1
* * ggc.h (struct alloc_zone): Move forward declaration up.steven2003-12-011-0/+14
* * ggc-page.c (ggc_pch_read): Wrap call to poison_pages inrearnsha2003-10-311-1/+1
* * configure.in <enable-checking for valgrind>: Look forhp2003-10-291-3/+5
* 2003-10-26 Daniel Berlin <dberlin@dberlin.org>dberlin2003-10-271-4/+23
* * rtl.h (rtl_size): Declare.rsandifo2003-10-181-1/+1
* * c-pretty-print.c: Fix comment formatting.kazu2003-10-051-3/+3
* * ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite()bowdidge2003-10-041-5/+25
* * builtins.c: Fix comment typos.kazu2003-08-191-1/+1
* * alias.c: Fix comment formatting.kazu2003-07-221-2/+2
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-17/+16
* * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regsgerald2003-07-141-3/+79
* * basic-block.h: Fix comment typos.kazu2003-07-011-2/+2
* * ggc-page.c (inverse_table): Change type of mult to size_t.uweigand2003-06-271-14/+3
* gcc:ghazi2003-06-171-4/+0
* * ggc.h: Convert to ISO C90 prototypes.aj2003-06-071-127/+87
* * ggc-page.c (init_ggc): Give better diagnostics on failure tozack2003-06-021-1/+1
* * diagnostic.c (output_format): Add support for %m.zack2003-05-131-5/+5
* * ggc-page.c (TREE_EXP_SIZE): Define.steven2003-04-301-0/+4
* Update comment for ggc_alloc - to match API change made 2000-6-9.bothner2003-03-171-2/+1
* * ggc-page.c (struct page_entry): Remove varray.h header.mrs2003-03-131-27/+291
* * configure.in: Check for <memcheck.h>.aj2003-03-041-1/+5
* * ggc-page.c (G.context_depth_allocations): New.rth2003-01-301-1/+21
* * ggc-page.c (ggc_collect): Avoid overflow computinggeoffk2003-01-101-2/+2
* Merge from pch-branch.geoffk2003-01-101-10/+248
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):hp2002-11-201-1/+44