summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* ggc-page.c (NUM_SIZE_LOOKUP): New constant - the length of the size_lookup[] ...Nick Clifton2006-07-251-8/+11
* ggc-page.c (init_ggc): Add missing element to size_lookup table.Richard Guenther2006-06-261-49/+11
* ggc-page.c (init_ggc): Do not round up the extra_order_size_table sizes to MA...Richard Guenther2006-06-231-13/+51
* ggc-page.c (extra_order_size_table): Add var_ann_d, tree_ssa_name, bitmap_ele...Richard Guenther2006-06-211-0/+6
* ggc-page.c (extra_order_size_tab): Add entries with size of struct function a...Richard Guenther2006-06-191-10/+27
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-9/+9
* ggc-page.c (ggc_push_context): Remove.Mark Mitchell2005-09-071-95/+0
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.Zdenek Dvorak2005-05-171-0/+3
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-14/+4
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-2/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a loop to look for...Steven Bosscher2005-01-161-0/+6
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're using mmap.Matt Austern2004-09-271-2/+9
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-61/+26
* gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka2004-09-021-11/+21
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-4/+4
* c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-03-111-1/+1
* ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka2004-03-031-5/+10
* fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law2004-03-011-7/+63
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+2
* ggc.h (ggc_free): Declare.Richard Henderson2004-01-281-40/+168
* Revert accidental commit.Richard Henderson2004-01-261-149/+29
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-29/+149
* Patch from Dan NicolaescuDan Nicolaescu2003-12-211-7/+18
* * gcc-page.c (extra_order_size_tab): Correct comment.James E Wilson2003-12-031-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-0/+14
* ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING no...Richard Earnshaw2003-10-311-1/+1
* 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-4/+23
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-1/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-3/+3
* ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener...Robert Bowdidge2003-10-031-5/+25
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-17/+16
* ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer2003-07-141-3/+79
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand2003-06-271-14/+3
* alloc-pool.c: Don't check HAVE_LONG_DOUBLE.Kaveh R. Ghazi2003-06-171-4/+0
* ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-071-127/+87
* ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero.Zack Weinberg2003-06-021-1/+1
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-5/+5
* ggc-page.c (TREE_EXP_SIZE): Define.Steven Bosscher2003-04-301-0/+4
* Update comment for ggc_alloc - to match API change made 2000-6-9.Per Bothner2003-03-171-2/+1
* ggc-page.c (struct page_entry): Remove varray.h header.Mike Stump2003-03-131-27/+291