Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / IntervalMap.cpp
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.