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