summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Do not gather mem stats in run_exit_handles (PRMartin Liska2016-02-251-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix BITMAP identifier clash.Martin Liska2015-06-101-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-2/+0
* Port pool-allocator memory stats to a new infrastructure.Martin Liska2015-06-031-58/+2
* Remove old pool allocator.Martin Liska2015-06-011-274/+0
* Introduce new type-based pool allocator.Martin Liska2015-06-011-28/+5
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-1/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-4/+4
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-0/+1
* add hash_map classTrevor Saunders2014-06-241-47/+15
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-8/+9
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-1/+1
* configure.ac: Do valgrind header checks unconditionally.Richard Biener2014-04-281-3/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-4/+4
* 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
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-32/+38
* alloc-pool.c (pool_alloc): Fix valgrind annotation.Richard Guenther2012-08-211-2/+6
* alloc-pool.c (pool_alloc): Add valgrind markers.Andrew Pinski2012-08-181-1/+11
* * alloc-pool.c (create_alloc_pool): Fix ENABLE_CHECKING check.Steven Bosscher2012-07-241-5/+4
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-41/+36
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-9/+9
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* ggc-page.c: Include cfgloop.h.Richard Guenther2009-10-201-2/+2
* alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola2009-04-301-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-081-28/+48
* alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-07-041-3/+5
* alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-06-291-6/+3
* re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther2007-11-231-1/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-37/+49
* cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher2006-11-301-2/+2
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-2/+3
* alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther2006-06-201-0/+11
* Whitespace fixupsMike Stump2006-05-181-5/+5
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* alloc-pool.c, [...]: Update copyright.Kazu Hirata2005-03-141-1/+1
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-0/+3
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac...Nathan Sidwell2004-08-301-29/+8
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1