Age | Commit message (Expand) | Author | Files | Lines |
2004-09-09 | gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -61/+26 |
2004-09-02 | gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC. | Jan Hubicka | 1 | -11/+21 |
2004-03-22 | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 1 | -4/+4 |
2004-03-11 | c-typeck.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |
2004-03-03 | ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic... | Jan Hubicka | 1 | -5/+10 |
2004-03-01 | fold-const.c (fold): An equality comparison of a non-weak object against zero... | Jeff Law | 1 | -7/+63 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+2 |
2004-01-28 | ggc.h (ggc_free): Declare. | Richard Henderson | 1 | -40/+168 |
2004-01-26 | Revert accidental commit. | Richard Henderson | 1 | -149/+29 |
2004-01-26 | c-parse.in (extension): Use itype. | Richard Henderson | 1 | -29/+149 |
2003-12-21 | Patch from Dan Nicolaescu | Dan Nicolaescu | 1 | -7/+18 |
2003-12-03 | * gcc-page.c (extra_order_size_tab): Correct comment. | James E Wilson | 1 | -1/+1 |
2003-12-01 | ggc.h (struct alloc_zone): Move forward declaration up. | Steven Bosscher | 1 | -0/+14 |
2003-10-31 | ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING no... | Richard Earnshaw | 1 | -1/+1 |
2003-10-29 | configure.in: Look for <valgrind/memcheck.h> first. | Hans-Peter Nilsson | 1 | -3/+5 |
2003-10-27 | ggc-zone.c: New file, zone allocating collector. | Daniel Berlin | 1 | -4/+23 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -1/+1 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2003-10-03 | ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener... | Robert Bowdidge | 1 | -5/+25 |
2003-08-19 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -17/+16 |
2003-07-14 | ggc-page.c (extra_order_size_table): Insns have 9 slots. | Gerald Pfeifer | 1 | -3/+79 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-27 | ggc-page.c (inverse_table): Change type of mult to size_t. | Ulrich Weigand | 1 | -14/+3 |
2003-06-17 | alloc-pool.c: Don't check HAVE_LONG_DOUBLE. | Kaveh R. Ghazi | 1 | -4/+0 |
2003-06-07 | ggc.h: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -127/+87 |
2003-06-02 | ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero. | Zack Weinberg | 1 | -1/+1 |
2003-05-13 | diagnostic.c (output_format): Add support for %m. | Zack Weinberg | 1 | -5/+5 |
2003-04-30 | ggc-page.c (TREE_EXP_SIZE): Define. | Steven Bosscher | 1 | -0/+4 |
2003-03-17 | Update comment for ggc_alloc - to match API change made 2000-6-9. | Per Bothner | 1 | -2/+1 |
2003-03-13 | ggc-page.c (struct page_entry): Remove varray.h header. | Mike Stump | 1 | -27/+291 |
2003-03-04 | configure.in: Check for <memcheck.h>. | Andreas Jaeger | 1 | -1/+5 |
2003-01-30 | ggc-page.c (G.context_depth_allocations): New. | Richard Henderson | 1 | -1/+21 |
2003-01-10 | ggc-page.c (ggc_collect): Avoid overflow computing min_expand. | Geoffrey Keating | 1 | -2/+2 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -10/+248 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-20 | ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty. | Hans-Peter Nilsson | 1 | -1/+44 |
2002-11-12 | params.def (ggc-min-expand, [...]): New parameters. | Zack Weinberg | 1 | -38/+11 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-08-24 | ggc-page.c (compute_inverse): Short circuit calculation for object sizes larg... | Zack Weinberg | 1 | -0/+12 |
2002-08-22 | ggc-page.c: Avoid division in ggc_set_mark. | Zack Weinberg | 1 | -4/+55 |
2002-08-14 | ggc-page.c (RTL_SIZE): New. | Richard Henderson | 1 | -1/+6 |
2002-06-04 | gbl-ctors.h: Fix formatting. | Kazu Hirata | 1 | -34/+34 |
2002-05-24 | ggc-page.c (alloc_page): Cast variables of type size_t to unsigned long, adju... | Andreas Jaeger | 1 | -6/+8 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -2/+1 |
2002-01-05 | cse.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -3/+3 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |