aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableIntervalMap.h
Commit message (Expand)AuthorAgeFilesLines
* Give ImmutableIntervalMap.h an include guard.Sebastian Redl2011-04-241-0/+6
* Fix C++0x incompatibility. The signature of std::make_pair<> changes from:Nick Lewycky2011-02-221-1/+1
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-241-27/+27
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-091-5/+5
* 80-columnsEric Christopher2010-07-131-4/+8
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-081-15/+15
* Remove redundant declaration.Zhongxing Xu2010-02-031-2/+0
* Add constructors.Zhongxing Xu2010-02-031-0/+5
* Return value on every path.Zhongxing Xu2010-02-021-3/+2
* simplify code.Zhongxing Xu2010-02-021-9/+6
* More logic correction: RemoveOverlap should always create new tree. Add aZhongxing Xu2010-02-021-10/+10
* Add a lookup method to the IntervalMap. The difference from the original Zhongxing Xu2010-02-021-1/+36
* Fix a bunch of errors in the old logic.Zhongxing Xu2010-02-021-7/+12
* Add an immutable interval map, prepared to be used by flat memory model Zhongxing Xu2010-02-011-0/+199