aboutsummaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-25Do not gather mem stats in run_exit_handles (PRMartin Liska1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-10Fix BITMAP identifier clash.Martin Liska1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-2/+0
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-58/+2
2015-06-01Remove old pool allocator.Martin Liska1-274/+0
2015-06-01Introduce new type-based pool allocator.Martin Liska1-28/+5
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-1/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-0/+1
2014-06-24add hash_map classTrevor Saunders1-47/+15
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-8/+9
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-04-28configure.ac: Do valgrind header checks unconditionally.Richard Biener1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-4/+4
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-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-32/+38
2012-08-21alloc-pool.c (pool_alloc): Fix valgrind annotation.Richard Guenther1-2/+6
2012-08-18alloc-pool.c (pool_alloc): Add valgrind markers.Andrew Pinski1-1/+11
2012-07-24* alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING check.Steven Bosscher1-5/+4
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-41/+36
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-9/+9
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-10-20ggc-page.c: Include cfgloop.h.Richard Guenther1-2/+2
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2008-10-08re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-28/+48
2008-07-04alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-3/+5
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-6/+3
2007-11-23re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther1-1/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-37/+49
2006-11-30cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher1-2/+2
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-2/+3
2006-06-20alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther1-0/+11
2006-05-18Whitespace fixupsMike Stump1-5/+5
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-0/+3