aboutsummaryrefslogtreecommitdiff
path: root/gcc/fibonacci_heap.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-20Workaround bogus warning in fibonacci_heap<K,V>::consolidate.Jan Hubicka1-2/+3
2019-11-20Add pool_allocator for fibonaci heaps.Jan Hubicka1-10/+42
2019-10-23Initialize a field in fibonacci_node.Martin Liska1-1/+1
2019-09-27Const-correctness fixes for fibonacci_heap.hDavid Malcolm1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-20Add selftests for fibonacci_heapMartin Liska1-9/+28
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16* fibonacci_heap.h (min): Return m_data instead of non-existing data.Jan Hubicka1-1/+1
2014-11-24re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska1-17/+43
2014-11-18New template fibonacci_heap class introduced.Martin Liska1-0/+608