Douglas Gregor
|
cc2c05cb75
|
Make a few more LLVM headers parsable as standalone headers.
Fix some problems with the hidden copy constructors for
ImmutableMap/ImmutableSet found by Clang++.
llvm-svn: 86186
|
2009-11-05 23:01:30 +00:00 |
|
Misha Brukman
|
da77da48f3
|
Removed trailing whitespace.
llvm-svn: 62000
|
2009-01-09 19:25:42 +00:00 |
|
Dan Gohman
|
490250e7f2
|
Add a clear() method to PriorityQueue.
llvm-svn: 52656
|
2008-06-23 23:47:46 +00:00 |
|
Dan Gohman
|
512bf41c02
|
Simplify erase_one slightly. It's not necessary to preserve
the value of the element to be erased while the heap is
being updated.
llvm-svn: 52646
|
2008-06-23 21:46:21 +00:00 |
|
Dan Gohman
|
4099d0bf27
|
Add a priority queue class, which is a wrapper around std::priority_queue
and provides fairly efficient removal of arbitrary elements. Switch
ScheduleDAGRRList from std::set to this new priority queue.
llvm-svn: 52582
|
2008-06-21 18:35:25 +00:00 |
|