summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* split tree_typeNathan Froyd2011-05-111-1/+1
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-15/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-6/+6
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-21/+17
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* ggc-page.c (struct free_object): Pull definition out ...Dave Korn2009-12-031-5/+11
* Remove trailing white spaces.H.J. Lu2009-11-251-11/+11
* ggc-page.c: Include cfgloop.h.Richard Guenther2009-10-201-24/+36
* ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.Ian Lance Taylor2009-06-191-1/+1
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-0/+5
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-5/+7
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-4/+0
* ggc-page.c (alloc_page): Substituting xmalloc...Angelo Graziosi2008-07-111-2/+2
* alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-06-291-1/+1
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-17/+16
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-211-1/+52
* Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson2008-02-191-22/+11
* ggc-page.c (extra_order_size_tab): Add bitmap_head size.Richard Guenther2007-11-011-0/+1
* ggc-page.c (ggc_pch_read): Call validate_free_objects.Laurynas Biveinis2007-09-021-0/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka2007-04-011-2/+2
* ggc-page.c (ggc_print_statistics): Use %ul and a cast to unsigned long for pr...Richard Guenther2006-11-281-4/+6
* 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