Age | Commit message (Expand) | Author | Files | Lines |
2023-04-18 | middle-end/108786 - add bitmap_clear_first_set_bit | Richard Biener | 1 | -0/+3 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -10/+10 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-03 | Make sbitmap bitmap_set_bit and bitmap_clear_bit return changed state | Richard Biener | 1 | -1/+1 |
2021-10-14 | Add debug helpers for auto_bitmap. | Aldy Hernandez | 1 | -0/+3 |
2021-06-07 | Implement multi-bit aligned accessors for sparse bitmap. | Andrew MacLeod | 1 | -0/+7 |
2021-05-10 | Remove __cplusplus >= 201103 | Martin Liska | 1 | -2/+0 |
2021-02-01 | Fix statistic accounting for auto_vec and auto_bitmap | Richard Biener | 1 | -2/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-05-05 | Use const for some function arguments. | Martin Liska | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-09 | Add "fast" conversions from arrays to bitmaps | Richard Sandiford | 1 | -1/+121 |
2019-07-30 | re PR tree-optimization/91257 (Compile-time and memory-hog hog) | Richard Biener | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-05-07 | Fix bitmap registration of overheads. | Martin Liska | 1 | -3/+19 |
2019-02-26 | Improve memory statistics report readability. | Martin Liska | 1 | -1/+0 |
2019-02-05 | re PR middle-end/89150 (Tree form bitmaps break GC) | Richard Biener | 1 | -4/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-06 | bitmap.c (bitmap_head::crashme): Define. | Richard Biener | 1 | -0/+18 |
2018-11-16 | Don't use %z printf length specifier | Michael Matz | 1 | -3/+3 |
2018-11-05 | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 1 | -6/+6 |
2018-10-22 | re PR middle-end/63155 (memory hog) | Steven Bosscher | 1 | -68/+170 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-07-29 | use c++ for bitmap_initialize | Trevor Saunders | 1 | -2/+1 |
2017-07-29 | simplify the bitmap alloc_stat functions with c++ | Trevor Saunders | 1 | -10/+4 |
2017-05-14 | allow auto_bitmap to use other bitmap obstacks | Trevor Saunders | 1 | -0/+1 |
2017-05-14 | store the bitmap_head within the auto_bitmap | Trevor Saunders | 1 | -4/+4 |
2017-01-31 | re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo... | Aldy Hernandez | 1 | -0/+21 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-07 | bitmap.h: Document constraints on bitmap modification while iterating over it. | Richard Biener | 1 | -0/+12 |
2016-10-07 | bitmap.c (bitmap_elem_to_freelist): Set indx to -1. | Richard Biener | 1 | -0/+15 |
2016-03-23 | re PR tree-optimization/64058 (Performance degradation after r216304) | Jeff Law | 1 | -0/+3 |
2016-02-23 | mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t. | Richard Biener | 1 | -5/+10 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-03 | Fix GNU coding style in memory statistics. | Martin Liska | 1 | -3/+6 |
2015-06-03 | Port pool-allocator memory stats to a new infrastructure. | Martin Liska | 1 | -6/+5 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -0/+56 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -15/+15 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-13 | bitmap.c (struct bitmap_descriptor): Remove forward declaration. | Steven Bosscher | 1 | -8/+6 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -0/+3 |