More logic correction: RemoveOverlap should always create new tree. Add a
[oota-llvm.git] / include / llvm / ADT / ImmutableIntervalMap.h
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-01 Zhongxing XuAdd an immutable interval map, prepared to be used...