1. ef83ddc 2nd attempt to fix ambiguities because of ADL by Matthias Braun · 7 years ago
  2. 854b1af Try to fix ambiguities with C++17 headers in unittest by Matthias Braun · 7 years ago
  3. 9fd397b ADT/STLExtras: Introduce llvm::empty; NFC by Matthias Braun · 7 years ago
  4. e2d47dd [MISC]Fix wrong usage of std::equal() by Chen Zheng · 7 years ago
  5. 721d957 [ADT] Add an early-increment iterator-like type and range adaptor. by Chandler Carruth · 7 years ago
  6. 13e70cb [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  7. 2bc260a Add ADL support to range based <algorithm> extensions by David Blaikie · 8 years ago
  8. ecf0e95 Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each. by Aaron Ballman · 8 years ago
  9. 3d2044e Fix sign compare warning in unit test by using an explicit unsigned literal suffix by David Blaikie · 9 years ago
  10. 309a088 [ADT] Improve the genericity of llvm::enumerate(). by Zachary Turner · 9 years ago
  11. e42462d [Unittests] Fix a build failure with clang 3.8. NFCI. by Davide Italiano · 9 years ago
  12. cc44ab6 [ADT] Add an llvm::erase_if utility to make the standard erase+remove_if by Chandler Carruth · 9 years ago
  13. d9eaa54 [ADT] Add a boring std::partition wrapper similar to our std::remove_if wrapper. by Chandler Carruth · 9 years ago
  14. cb22b89 [ADT] Add a generic concatenating iterator and range (take 2). by Chandler Carruth · 9 years ago
  15. 5dc0bba Revert r290512: [ADT] Add a generic concatenating iterator and range. by Chandler Carruth · 9 years ago
  16. fba73ae [ADT] Add a generic concatenating iterator and range. by Chandler Carruth · 9 years ago
  17. 0bc89fb [stl-extras] Provide an adaptor of std::count for ranges. by Michael Gottesman · 9 years ago
  18. d9f7446 [unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI. by Vedant Kumar · 9 years ago
  19. edce6e9 Rename llvm::apply -> llvm::apply_tuple. by Zachary Turner · 9 years ago
  20. 3174bde Add llvm::apply to STLExtras. by Zachary Turner · 9 years ago
  21. 6f83e8b Remove extra semicolon by Reid Kleckner · 9 years ago
  22. b0311b2 Fix the build with MSVC 2013, still cannot default move ctors yet by Reid Kleckner · 9 years ago
  23. aad1583 Fix build due to comparison of std::pairs. by Zachary Turner · 9 years ago
  24. aa0a562 Add llvm::enumerate() range adapter. by Zachary Turner · 9 years ago
  25. 4f20a0a Resubmit "Add llvm::enumerate() to STLExtras." by Zachary Turner · 9 years ago
  26. 928bf69 Revert "Add llvm::enumerate() to STLExtras." by Zachary Turner · 9 years ago
  27. 27e610f Add llvm::enumerate() to STLExtras. by Zachary Turner · 9 years ago
  28. e8529c2 [ADT] Add the worlds simplest STL extra. Or at least close to it. by Chandler Carruth · 9 years ago