summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener2016-10-071-0/+1
* Selftest frameworkDavid Malcolm2016-06-061-0/+113
* * bitmap.c (bitmap_find_bit): Remove useless test.Jeff Law2016-05-201-1/+1
* re PR tree-optimization/64058 (Performance degradation after r216304)Jeff Law2016-03-231-9/+54
* mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener2016-02-231-1/+22
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* bitmap.c (bitmap_find_bit): Guard the bitmap descriptor query with GATHER_STA...Richard Biener2015-12-041-3/+5
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* Fallout for new memory statistics infrastructure.Martin Liska2015-06-161-1/+1
* Fix BITMAP identifier clash.Martin Liska2015-06-101-2/+3
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-157/+21
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-0/+12
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-3/+3
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* bitmap.c (bitmap_ior, bitmap_ior_and_compl): Zap current as it could be deleted.Mike Stump2014-11-281-0/+4
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-4/+4
* 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-12/+10
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-2/+2
* re PR debug/61070 (debug_bitmap writes to stdout)Richard Biener2014-05-061-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-5/+5
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-29/+35
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-1/+18
* bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all c...Steven Bosscher2013-03-071-17/+28
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher2012-12-131-23/+37
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-5/+16
* bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher2012-09-071-20/+11
* bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher2012-07-261-2/+1
* bitmap.c (bitmap_descriptor): Adjust order of parameters to match MEM_STAT_DECL.Jason Merrill2012-07-241-1/+1
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-67/+63
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* bitmap.c: Delete unnecessary includes.Nathan Froyd2010-11-161-3/+0
* * bitmap.c (bitmap_clear_bit): Micro optimize.Uros Bizjak2010-06-221-5/+7
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-14/+14
* bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts.Jan Hubicka2010-06-091-13/+13
* bitmap.c (bitmap_and): Walk array forward.Jan Hubicka2010-06-091-16/+16
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* bitmap.c (bitmap_descriptor): Add search_iter.Jan Hubicka2010-06-021-7/+21
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp2009-08-251-2/+4
* bitmap.h (bitmap_ior_and_into): New.Paolo Bonzini2009-06-271-0/+78
* bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor2009-06-161-1/+1
* re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115)Brad Lucier2009-05-161-8/+9
* alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...Rafael Avila de Espindola2009-04-301-1/+1