summaryrefslogtreecommitdiff
path: root/gcc/fibonacci_heap.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-20Workaround bogus warning in fibonacci_heap<K,V>::consolidate.Jan Hubicka
2019-11-20Add pool_allocator for fibonaci heaps.Jan Hubicka
2019-10-23Initialize a field in fibonacci_node.Martin Liska
2019-09-27Const-correctness fixes for fibonacci_heap.hDavid Malcolm
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-07-20Add selftests for fibonacci_heapMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16* fibonacci_heap.h (min): Return m_data instead of non-existing data.Jan Hubicka
2014-11-24re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska
2014-11-18New template fibonacci_heap class introduced.Martin Liska