summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou2017-12-151-5/+0
* ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i-- check.Nathan Sidwell2017-05-021-5/+3
* ggc-page.c (ggc_allocated_p): Rename to ...Richard Biener2017-04-201-10/+14
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Support GGC finalizers with PCH.Jason Merrill2015-11-181-31/+62
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-6/+5
* system.h (ROUND_UP): New macro definition.Uros Bizjak2015-10-021-5/+1
* remove more useless typedefsTrevor Saunders2015-08-191-4/+4
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-6/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod2015-06-091-0/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* Fix memory report layout at various places.Martin Liska2015-06-031-21/+25
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-6/+6
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+11
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+1
* State cleanups from jit branchDavid Malcolm2014-10-211-0/+5
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-1/+1
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-1/+9
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-1/+1
* ggc.h (ggc_grow): New function.Jan Hubicka2014-05-251-0/+17
* comment ggc_handle_finalizersTrevor Saunders2014-05-171-0/+5
* add finalizers to ggcTrevor Saunders2014-05-171-1/+86
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-7/+7
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* ggc-page.c (ggc_pch_write_object): Remove erroneous ATTRIBUTE_UNUSED marking.David Malcolm2013-06-171-1/+1
* re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak2013-02-071-10/+10
* Remove zone allocator.Diego Novillo2013-01-241-22/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-0/+20
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-69/+64
* 2012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-04-021-13/+13
* Use more efficient alignment in ggcAndi Kleen2011-10-291-4/+8
* Add a fragmentation fallback in ggc-page v2Andi Kleen2011-10-291-8/+15
* Free large chunks in ggc v2Andi Kleen2011-10-291-0/+48
* Add missing page rounding of a page_entryAndi Kleen2011-10-291-0/+1
* Properly test for madvise on Solaris 10 (PR bootstrap/50777)Rainer Orth2011-10-191-2/+3
* ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.Andi Kleen2011-10-171-1/+1
* Use MADV_DONTNEED for freeing in garbage collectorAndi Kleen2011-10-171-1/+47