| Commit message (Expand) | Author | Age | Files | Lines |
* | Fallout for new memory statistics infrastructure. | Martin Liska | 2015-06-16 | 1 | -1/+1 |
* | Fix BITMAP identifier clash. | Martin Liska | 2015-06-10 | 1 | -2/+3 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -6/+0 |
* | New memory allocation statistics infrastructure. | Martin Liska | 2015-05-27 | 1 | -157/+21 |
* | bitmap.c (bitmap_set_range): Handle count==1 specially. | Richard Sandiford | 2015-05-19 | 1 | -0/+12 |
* | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 2015-05-09 | 1 | -3/+3 |
* | remove need for store_values_directly | Trevor Saunders | 2015-04-18 | 1 | -6/+6 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | bitmap.c (bitmap_ior, bitmap_ior_and_compl): Zap current as it could be deleted. | Mike Stump | 2014-11-28 | 1 | -0/+4 |
* | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 2014-09-22 | 1 | -4/+4 |
* | Remove a layer of indirection from hash_table | Trevor Saunders | 2014-06-24 | 1 | -8/+9 |
* | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 2014-05-26 | 1 | -12/+10 |
* | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 2014-05-17 | 1 | -2/+2 |
* | re PR debug/61070 (debug_bitmap writes to stdout) | Richard Biener | 2014-05-06 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 2013-12-10 | 1 | -5/+5 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 2013-04-26 | 1 | -29/+35 |
* | Add uniform debug dump function names. | Lawrence Crowl | 2013-03-29 | 1 | -1/+18 |
* | bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all c... | Steven Bosscher | 2013-03-07 | 1 | -17/+28 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -1/+1 |
* | bitmap.c (struct bitmap_descriptor): Remove forward declaration. | Steven Bosscher | 2012-12-13 | 1 | -23/+37 |
* | bitmap.h (bitmap_and_into): Update prototype. | Steven Bosscher | 2012-10-08 | 1 | -5/+16 |
* | bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit. | Steven Bosscher | 2012-09-07 | 1 | -20/+11 |
* | bitmap.h: Add explanation of sparse set as linked-list bitmap. | Steven Bosscher | 2012-07-26 | 1 | -2/+1 |
* | bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL. | Jason Merrill | 2012-07-24 | 1 | -1/+1 |
* | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 2012-07-24 | 1 | -67/+63 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | bitmap.c: Delete unnecessary includes. | Nathan Froyd | 2010-11-16 | 1 | -3/+0 |
* | * bitmap.c (bitmap_clear_bit): Micro optimize. | Uros Bizjak | 2010-06-22 | 1 | -5/+7 |
* | bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin... | Jan Hubicka | 2010-06-13 | 1 | -14/+14 |
* | bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts. | Jan Hubicka | 2010-06-09 | 1 | -13/+13 |
* | bitmap.c (bitmap_and): Walk array forward. | Jan Hubicka | 2010-06-09 | 1 | -16/+16 |
* | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2010-06-08 | 1 | -2/+2 |
* | bitmap.c (bitmap_descriptor): Add search_iter. | Jan Hubicka | 2010-06-02 | 1 | -7/+21 |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -3/+3 |
* | hwint.h (HOST_LONG_FORMAT): New macro | Douglas B Rupp | 2009-08-25 | 1 | -2/+4 |
* | bitmap.h (bitmap_ior_and_into): New. | Paolo Bonzini | 2009-06-27 | 1 | -0/+78 |
* | bitmap.c (bitmap_clear): Don't declare as inline. | Ian Lance Taylor | 2009-06-16 | 1 | -1/+1 |
* | re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115) | Brad Lucier | 2009-05-16 | 1 | -8/+9 |
* | alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an... | Rafael Avila de Espindola | 2009-04-30 | 1 | -1/+1 |
* | bitmap.c (bitmap_last_set_bit): New function. | Jan Hubicka | 2009-03-29 | 1 | -0/+53 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning ab... | Ben Elliston | 2009-01-18 | 1 | -2/+2 |
* | alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 2008-07-04 | 1 | -4/+6 |
* | bitmap.h (bitmap_set_bit): Return bool. | Richard Guenther | 2008-07-02 | 1 | -6/+19 |
* | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 2008-06-06 | 1 | -2/+14 |
* | bitmap.h (bitmap_single_bit_set_p): Declare. | Richard Guenther | 2007-11-09 | 1 | -0/+34 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | bitmap.c (hash_descriptor, [...]): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -60/+62 |