| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -3/+3 |
* | * ggc-page.c (size_lookup): Increase minimum allocation size | zack | 2001-05-31 | 1 | -5/+5 |
* | * sibcall.c (skip_copy_to_return_value): Call | zack | 2001-02-20 | 1 | -10/+0 |
* | * ggc-page.c (alloc_annon): Call perror and correctly call exit. | kenner | 2001-01-14 | 1 | -8/+12 |
* | * ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap. | rth | 2001-01-13 | 1 | -22/+186 |
* | * ggc-page.c (alloc_page): Round up allocation size to one page. | rth | 2001-01-13 | 1 | -4/+7 |
* | 2001-01-11 Zack Weinberg <zack@wolery.stanford.edu> | zack | 2001-01-12 | 1 | -36/+54 |
* | * ggc-page.c (max_alignment): New structure. | mmitchel | 2001-01-08 | 1 | -13/+28 |
* | * ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now. | mmitchel | 2001-01-05 | 1 | -0/+11 |
* | Special-case tree_decl/tree_list allocations. | mmitchel | 2001-01-04 | 1 | -34/+88 |
* | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -5/+0 |
* | * flags.h (time_report, mem_report): New global flags. | zack | 2000-08-29 | 1 | -13/+27 |
* | * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're | zack | 2000-08-24 | 1 | -32/+54 |
* | * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing | law | 2000-07-23 | 1 | -6/+8 |
* | toplevel: | zack | 2000-06-09 | 1 | -7/+3 |
* | hangeLog: | samuel | 2000-04-28 | 1 | -9/+4 |
* | * Makefile.in (ggc-page.o): Now includes toplev.h. | kenner | 2000-04-15 | 1 | -18/+16 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -4/+4 |
* | * flow.c (mark_regs_live_at_end): Delete unused variables. | ghazi | 2000-02-10 | 1 | -1/+1 |
* | (struct globals): Likewise. | mmitchel | 2000-01-23 | 1 | -1/+1 |
* | * ggc-page.c (struct page_entry): Make `context_depth' an | mmitchel | 2000-01-23 | 1 | -4/+4 |
* | * ggc-common.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -12/+12 |
* | * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro. | oliva | 2000-01-16 | 1 | -9/+9 |
* | 1999-12-26 Zack Weinberg <zack@wolery.cumb.org> | zack | 1999-12-26 | 1 | -3/+3 |
* | * lcm.c (compute_laterin): Cast bb->aux to size_t not int. | rth | 1999-11-30 | 1 | -2/+2 |
* | * ggc-page.c (struct page_entry): Remove save_num_free_objects. | mmitchel | 1999-11-01 | 1 | -23/+59 |
* | * ggc-common.c: Update pre-function commentary. | rth | 1999-10-30 | 1 | -24/+34 |
* | * ggc-common.c (ggc_print_statistics): Make arguments to fprintf | mmitchel | 1999-10-30 | 1 | -3/+6 |