This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDI...
[oota-llvm.git] / include / llvm / ADT / ImmutableIntervalMap.h
2011-04-24 Sebastian RedlGive ImmutableIntervalMap.h an include guard.
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-08-09 Zhongxing XuChange the Interval type to signed in ImmutableInterval...
2010-07-13 Eric Christopher80-columns
2010-02-08 Daniel DunbarImmutableIntervalMap: Fix for unqualified lookup into...
2010-02-03 Zhongxing XuRemove redundant declaration.
2010-02-03 Zhongxing XuAdd constructors.
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
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...