SmallVector: Resolve a long-standing fixme by using the existing unitialized_copy...
[oota-llvm.git] / include / llvm / ADT / iterator_range.h
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
2014-10-08 David BlaikieReformat some stuff I missed in recent previous commits
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-04-10 David BlaikieSimplify make_range by using move semantics
2014-04-10 Jim Grosbachiterator_range: Add an llvm::make_range() helper method.
2014-03-10 Aaron BallmanRemoving llvm::distance and llvm::copy for iterator_ran...
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
2014-03-03 Chandler Carruth[C++11] Add an iterator_range class template. This...