aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-7/+7
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-06-17ggc-page.c (ggc_pch_write_object): Remove erroneous ATTRIBUTE_UNUSED marking.David Malcolm1-1/+1
2013-02-07re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak1-10/+10
2013-01-24Remove zone allocator.Diego Novillo1-22/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-0/+20
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-69/+64
2012-04-022012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-13/+13
2011-10-29Use more efficient alignment in ggcAndi Kleen1-4/+8
2011-10-29Add a fragmentation fallback in ggc-page v2Andi Kleen1-8/+15
2011-10-29Free large chunks in ggc v2Andi Kleen1-0/+48
2011-10-29Add missing page rounding of a page_entryAndi Kleen1-0/+1
2011-10-19Properly test for madvise on Solaris 10 (PR bootstrap/50777)Rainer Orth1-2/+3
2011-10-17ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.Andi Kleen1-1/+1
2011-10-17Use MADV_DONTNEED for freeing in garbage collectorAndi Kleen1-1/+47
2011-10-17Reduce memory waste due to non-power-of-2 allocsTom Tromey1-11/+42
2011-10-16Increase the GGC quire size to 2MBAndi Kleen1-1/+1
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