aboutsummaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Implement multi-bit aligned accessors for sparse bitmap.Andrew MacLeod1-0/+7
2021-05-10Remove __cplusplus >= 201103Martin Liska1-2/+0
2021-02-01Fix statistic accounting for auto_vec and auto_bitmapRichard Biener1-2/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-05Use const for some function arguments.Martin Liska1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-09Add "fast" conversions from arrays to bitmapsRichard Sandiford1-1/+121
2019-07-30re PR tree-optimization/91257 (Compile-time and memory-hog hog)Richard Biener1-0/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-05-07Fix bitmap registration of overheads.Martin Liska1-3/+19
2019-02-26Improve memory statistics report readability.Martin Liska1-1/+0
2019-02-05re PR middle-end/89150 (Tree form bitmaps break GC)Richard Biener1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener1-0/+18
2018-11-16Don't use %z printf length specifierMichael Matz1-3/+3
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-6/+6
2018-10-22re PR middle-end/63155 (memory hog)Steven Bosscher1-68/+170
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-29use c++ for bitmap_initializeTrevor Saunders1-2/+1
2017-07-29simplify the bitmap alloc_stat functions with c++Trevor Saunders1-10/+4
2017-05-14allow auto_bitmap to use other bitmap obstacksTrevor Saunders1-0/+1
2017-05-14store the bitmap_head within the auto_bitmapTrevor Saunders1-4/+4
2017-01-31re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo...Aldy Hernandez1-0/+21
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-07bitmap.h: Document constraints on bitmap modification while iterating over it.Richard Biener1-0/+12
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener1-0/+15
2016-03-23re PR tree-optimization/64058 (Performance degradation after r216304)Jeff Law1-0/+3
2016-02-23mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener1-5/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-3/+6
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-6/+5
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+56
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-15/+15
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-13bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher1-8/+6
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-0/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-3/+9
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-1/+1
2012-08-17bitmap.h (struct bitmap_element_def): GTY annotate next/prev.Richard Guenther1-10/+12
2012-07-26bitmap.h: Add explanation of sparse set as linked-list bitmap.Steven Bosscher1-5/+115
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-5/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1