aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-02ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i-- check.Nathan Sidwell1-5/+3
2017-04-20ggc-page.c (ggc_allocated_p): Rename to ...Richard Biener1-10/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18Support GGC finalizers with PCH.Jason Merrill1-31/+62
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+5
2015-10-02system.h (ROUND_UP): New macro definition.Uros Bizjak1-5/+1
2015-08-19remove more useless typedefsTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-6/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-09gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03Fix memory report layout at various places.Martin Liska1-21/+25
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-6/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-1/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-1/+9
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka1-0/+17
2014-05-17comment ggc_handle_finalizersTrevor Saunders1-0/+5
2014-05-17add finalizers to ggcTrevor Saunders1-1/+86
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
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