summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableIntervalMap.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Give ImmutableIntervalMap.h an include guard.Sebastian Redl2011-04-24
* Fix C++0x incompatibility. The signature of std::make_pair<> changes from:Nick Lewycky2011-02-22
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-24
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-09
* 80-columnsEric Christopher2010-07-13
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-08
* Remove redundant declaration.Zhongxing Xu2010-02-03
* Add constructors.Zhongxing Xu2010-02-03
* Return value on every path.Zhongxing Xu2010-02-02
* simplify code.Zhongxing Xu2010-02-02
* More logic correction: RemoveOverlap should always create new tree. Add aZhongxing Xu2010-02-02
* Add a lookup method to the IntervalMap. The difference from the original Zhongxing Xu2010-02-02
* Fix a bunch of errors in the old logic.Zhongxing Xu2010-02-02
* Add an immutable interval map, prepared to be used by flat memory model Zhongxing Xu2010-02-01