aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/IntervalMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-02Explicitly include <cassert> when using assertJoerg Sonnenberger1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-1/+1
2010-12-03Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen1-3/+3
2010-11-26Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen1-1/+102
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen1-0/+60
2010-11-19Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen1-60/+0
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen1-0/+60