aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-02ggc-page.c (ggc_pch_read): Call validate_free_objects.Laurynas Biveinis1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-04-01emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka1-2/+2
2006-11-28ggc-page.c (ggc_print_statistics): Use %ul and a cast to unsigned long for pr...Richard Guenther1-4/+6
2006-07-25ggc-page.c (NUM_SIZE_LOOKUP): New constant - the length of the size_lookup[] ...Nick Clifton1-8/+11
2006-06-26ggc-page.c (init_ggc): Add missing element to size_lookup table.Richard Guenther1-49/+11
2006-06-23ggc-page.c (init_ggc): Do not round up the extra_order_size_table sizes to MA...Richard Guenther1-13/+51
2006-06-21ggc-page.c (extra_order_size_table): Add var_ann_d, tree_ssa_name, bitmap_ele...Richard Guenther1-0/+6
2006-06-19ggc-page.c (extra_order_size_tab): Add entries with size of struct function a...Richard Guenther1-10/+27
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-9/+9
2005-09-07ggc-page.c (ggc_push_context): Remove.Mark Mitchell1-95/+0
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-17ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.Zdenek Dvorak1-0/+3
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-14/+4
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt1-2/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-16ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a loop to look for...Steven Bosscher1-0/+6
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-27ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're using mmap.Matt Austern1-2/+9
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-61/+26
2004-09-02gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka1-11/+21
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-4/+4
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-5/+10
2004-03-01fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law1-7/+63
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+2
2004-01-28ggc.h (ggc_free): Declare.Richard Henderson1-40/+168
2004-01-26Revert accidental commit.Richard Henderson1-149/+29
2004-01-26c-parse.in (extension): Use itype.Richard Henderson1-29/+149
2003-12-21Patch from Dan NicolaescuDan Nicolaescu1-7/+18
2003-12-03* gcc-page.c (extra_order_size_tab): Correct comment.James E Wilson1-1/+1
2003-12-01ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher1-0/+14
2003-10-31ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING no...Richard Earnshaw1-1/+1
2003-10-29configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson1-3/+5
2003-10-27ggc-zone.c: New file, zone allocating collector.Daniel Berlin1-4/+23
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-1/+1
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-10-03ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener...Robert Bowdidge1-5/+25
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-17/+16
2003-07-14ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer1-3/+79
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-27ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand1-14/+3
2003-06-17alloc-pool.c: Don't check HAVE_LONG_DOUBLE.Kaveh R. Ghazi1-4/+0
2003-06-07ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger1-127/+87
2003-06-02ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero.Zack Weinberg1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-5/+5