aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-11split tree_typeNathan Froyd1-1/+1
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-15/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-6/+6
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-21/+17
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2009-12-03ggc-page.c (struct free_object): Pull definition out ...Dave Korn1-5/+11
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-10-20ggc-page.c: Include cfgloop.h.Richard Guenther1-24/+36
2009-06-19ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.Ian Lance Taylor1-1/+1
2009-05-26plugins.texi (Loading plugins): typo.Basile Starynkevitch1-0/+5
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-5/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+0
2008-07-11ggc-page.c (alloc_page): Substituting xmalloc...Angelo Graziosi1-2/+2
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-1/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-17/+16
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-1/+52
2008-02-19Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson1-22/+11
2007-11-01ggc-page.c (extra_order_size_tab): Add bitmap_head size.Richard Guenther1-0/+1
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