| Commit message (Expand) | Author | Age | Files | Lines |
* | * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c, | kazu | 2004-03-22 | 1 | -4/+4 |
* | * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h, | kazu | 2004-03-11 | 1 | -1/+1 |
* | * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat): | hubicka | 2004-03-03 | 1 | -5/+10 |
* | * fold-const.c (fold): An equality comparison of a non-weak object | law | 2004-03-01 | 1 | -7/+63 |
* | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | kazu | 2004-01-31 | 1 | -1/+2 |
* | * ggc.h (ggc_free): Declare. | rth | 2004-01-28 | 1 | -40/+168 |
* | Revert accidental commit. | rth | 2004-01-26 | 1 | -149/+29 |
* | * c-parse.in (extension): Use itype. | rth | 2004-01-26 | 1 | -29/+149 |
* | Patch from Dan Nicolaescu | wilson | 2003-12-22 | 1 | -7/+18 |
* | * gcc-page.c (extra_order_size_tab): Correct comment. | wilson | 2003-12-04 | 1 | -1/+1 |
* | * ggc.h (struct alloc_zone): Move forward declaration up. | steven | 2003-12-01 | 1 | -0/+14 |
* | * ggc-page.c (ggc_pch_read): Wrap call to poison_pages in | rearnsha | 2003-10-31 | 1 | -1/+1 |
* | * configure.in <enable-checking for valgrind>: Look for | hp | 2003-10-29 | 1 | -3/+5 |
* | 2003-10-26 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2003-10-27 | 1 | -4/+23 |
* | * rtl.h (rtl_size): Declare. | rsandifo | 2003-10-18 | 1 | -1/+1 |
* | * c-pretty-print.c: Fix comment formatting. | kazu | 2003-10-05 | 1 | -3/+3 |
* | * ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() | bowdidge | 2003-10-04 | 1 | -5/+25 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * alias.c: Fix comment formatting. | kazu | 2003-07-22 | 1 | -2/+2 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -17/+16 |
* | * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs | gerald | 2003-07-14 | 1 | -3/+79 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -2/+2 |
* | * ggc-page.c (inverse_table): Change type of mult to size_t. | uweigand | 2003-06-27 | 1 | -14/+3 |
* | gcc: | ghazi | 2003-06-17 | 1 | -4/+0 |
* | * ggc.h: Convert to ISO C90 prototypes. | aj | 2003-06-07 | 1 | -127/+87 |
* | * ggc-page.c (init_ggc): Give better diagnostics on failure to | zack | 2003-06-02 | 1 | -1/+1 |
* | * diagnostic.c (output_format): Add support for %m. | zack | 2003-05-13 | 1 | -5/+5 |
* | * ggc-page.c (TREE_EXP_SIZE): Define. | steven | 2003-04-30 | 1 | -0/+4 |
* | Update comment for ggc_alloc - to match API change made 2000-6-9. | bothner | 2003-03-17 | 1 | -2/+1 |
* | * ggc-page.c (struct page_entry): Remove varray.h header. | mrs | 2003-03-13 | 1 | -27/+291 |
* | * configure.in: Check for <memcheck.h>. | aj | 2003-03-04 | 1 | -1/+5 |
* | * ggc-page.c (G.context_depth_allocations): New. | rth | 2003-01-30 | 1 | -1/+21 |
* | * ggc-page.c (ggc_collect): Avoid overflow computing | geoffk | 2003-01-10 | 1 | -2/+2 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -10/+248 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): | hp | 2002-11-20 | 1 | -1/+44 |
* | * params.def (ggc-min-expand, ggc-min-heapsize): New parameters. | zack | 2002-11-12 | 1 | -38/+11 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -2/+2 |
* | * ggc-page.c (compute_inverse): Short circuit calculation for | zack | 2002-08-24 | 1 | -0/+12 |
* | * ggc-page.c: Avoid division in ggc_set_mark. | zack | 2002-08-22 | 1 | -4/+55 |
* | * ggc-page.c (RTL_SIZE): New. | rth | 2002-08-15 | 1 | -1/+6 |
* | * gbl-ctors.h: Fix formatting. | kazu | 2002-06-04 | 1 | -34/+34 |
* | * ggc-page.c (alloc_page): Cast variables of type size_t to | aj | 2002-05-24 | 1 | -6/+8 |
* | * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in | ghazi | 2002-03-03 | 1 | -2/+1 |
* | * cse.c: Fix formatting. | kazu | 2002-01-05 | 1 | -3/+3 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-11 | 1 | -3/+3 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -1/+1 |
* | * ggc-page.c (ggc_marked_p): Properly convert return to boolean. | kenner | 2001-09-21 | 1 | -1/+1 |
* | * fold-const.c (hashtab.h): Include. | kenner | 2001-09-20 | 1 | -0/+29 |