summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* middle-end/108786 - add bitmap_clear_first_set_bitRichard Biener2023-04-181-0/+3
* don't declare header-defined functions both static and inlinePatrick Palka2023-02-161-10/+10
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Make sbitmap bitmap_set_bit and bitmap_clear_bit return changed stateRichard Biener2021-11-031-1/+1
* Add debug helpers for auto_bitmap.Aldy Hernandez2021-10-141-0/+3
* Implement multi-bit aligned accessors for sparse bitmap.Andrew MacLeod2021-06-071-0/+7
* Remove __cplusplus >= 201103Martin Liska2021-05-101-2/+0
* Fix statistic accounting for auto_vec and auto_bitmapRichard Biener2021-02-011-2/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Use const for some function arguments.Martin Liska2020-05-051-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Add "fast" conversions from arrays to bitmapsRichard Sandiford2019-09-091-1/+121
* re PR tree-optimization/91257 (Compile-time and memory-hog hog)Richard Biener2019-07-301-0/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-2/+4
* Fix bitmap registration of overheads.Martin Liska2019-05-071-3/+19
* Improve memory statistics report readability.Martin Liska2019-02-261-1/+0
* re PR middle-end/89150 (Tree form bitmaps break GC)Richard Biener2019-02-051-4/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* bitmap.c (bitmap_head::crashme): Define.Richard Biener2018-12-061-0/+18
* Don't use %z printf length specifierMichael Matz2018-11-161-3/+3
* Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska2018-11-051-6/+6
* re PR middle-end/63155 (memory hog)Steven Bosscher2018-10-221-68/+170
* bitmap.c (bitmap_head::dump): New.Aldy Hernandez2018-10-171-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* use c++ for bitmap_initializeTrevor Saunders2017-07-291-2/+1
* simplify the bitmap alloc_stat functions with c++Trevor Saunders2017-07-291-10/+4
* allow auto_bitmap to use other bitmap obstacksTrevor Saunders2017-05-141-0/+1
* store the bitmap_head within the auto_bitmapTrevor Saunders2017-05-141-4/+4
* re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo...Aldy Hernandez2017-01-311-0/+21
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* bitmap.h: Document constraints on bitmap modification while iterating over it.Richard Biener2016-10-071-0/+12
* bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener2016-10-071-0/+15
* re PR tree-optimization/64058 (Performance degradation after r216304)Jeff Law2016-03-231-0/+3
* mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener2016-02-231-5/+10
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* Fix GNU coding style in memory statistics.Martin Liska2015-06-031-3/+6
* Port pool-allocator memory stats to a new infrastructure.Martin Liska2015-06-031-6/+5
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-0/+56
* Update copyright years.Jakub Jelinek2015-01-051-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-15/+15
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* bitmap.c (struct bitmap_descriptor): Remove forward declaration.Steven Bosscher2012-12-131-8/+6
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-0/+3