summaryrefslogtreecommitdiff
path: root/gcc/bitmap.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-09-14Mark the copy/move constructor/operator= of auto_bitmap as deleteAndrew Pinski
2024-01-03Update copyright years.Jakub Jelinek
2023-04-18middle-end/108786 - add bitmap_clear_first_set_bitRichard Biener
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-01-02Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-11-03Make sbitmap bitmap_set_bit and bitmap_clear_bit return changed stateRichard Biener
2021-10-14Add debug helpers for auto_bitmap.Aldy Hernandez
2021-06-07Implement multi-bit aligned accessors for sparse bitmap.Andrew MacLeod
2021-05-10Remove __cplusplus >= 201103Martin Liska
2021-02-01Fix statistic accounting for auto_vec and auto_bitmapRichard Biener
2021-01-04Update copyright years.Jakub Jelinek
2020-05-05Use const for some function arguments.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-09-09Add "fast" conversions from arrays to bitmapsRichard Sandiford
2019-07-30re PR tree-optimization/91257 (Compile-time and memory-hog hog)Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-07Fix bitmap registration of overheads.Martin Liska
2019-02-26Improve memory statistics report readability.Martin Liska
2019-02-05re PR middle-end/89150 (Tree form bitmaps break GC)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-10-22re PR middle-end/63155 (memory hog)Steven Bosscher
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-01-03Update copyright years.Jakub Jelinek
2017-07-29use c++ for bitmap_initializeTrevor Saunders
2017-07-29simplify the bitmap alloc_stat functions with c++Trevor Saunders
2017-05-14allow auto_bitmap to use other bitmap obstacksTrevor Saunders
2017-05-14store the bitmap_head within the auto_bitmapTrevor Saunders
2017-01-31re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo...Aldy Hernandez
2017-01-01Update copyright years.Jakub Jelinek
2016-10-07bitmap.h: Document constraints on bitmap modification while iterating over it.Richard Biener
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener
2016-03-23re PR tree-optimization/64058 (Performance degradation after r216304)Jeff Law
2016-02-23mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-07-13Fix double word typos.Aldy Hernandez
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-03Fix GNU coding style in memory statistics.Martin Liska
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford