summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-02-25Do not gather mem stats in run_exit_handles (PRMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-06-10Fix BITMAP identifier clash.Martin Liska
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska
2015-06-01Remove old pool allocator.Martin Liska
2015-06-01Introduce new type-based pool allocator.Martin Liska
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-01-05Update copyright years.Jakub Jelinek
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka
2014-09-02support ggc hash_map and hash_setTrevor Saunders
2014-06-24add hash_map classTrevor Saunders
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-04-28configure.ac: Do valgrind header checks unconditionally.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl
2012-08-21alloc-pool.c (pool_alloc): Fix valgrind annotation.Richard Guenther
2012-08-18alloc-pool.c (pool_alloc): Add valgrind markers.Andrew Pinski
2012-07-24* alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING check.Steven Bosscher
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-20ggc-page.c: Include cfgloop.h.Richard Guenther
2009-04-30alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-10-08re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck
2008-07-04alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi
2008-06-29alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi
2007-11-23re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2006-11-30cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle
2006-06-20alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther
2006-05-18Whitespace fixupsMike Stump
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki
2005-06-25Update FSF address.Kelley Cook
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz
2004-08-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell