1. 502b9e1 Retire llvm::array_endof in favor of non-member std::end. by Benjamin Kramer · 11 years ago
  2. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  3. 8fb5a91 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  4. c3779ff Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
  5. 7159bd9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
  6. 76ff1d9 Options: explicit handling of -- by Hans Wennborg · 12 years ago
  7. d505fbf Options: Add new option kind that consumes remaining arguments by Hans Wennborg · 12 years ago
  8. b8f3420 Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
  9. 8669b97 Option parsing: remove non-SUPPORT_ALIASARGS fall-back by Hans Wennborg · 12 years ago
  10. 5fdcf86 Option parsing: add support for alias arguments. by Hans Wennborg · 12 years ago
  11. 31d6fd8 Option parsing: allow aliases in groups by Hans Wennborg · 12 years ago
  12. dd44a36 Add some flag exclusion tests. by Reid Kleckner · 12 years ago
  13. 508baf7 llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  14. 07d2f3f Whitespace. by NAKAMURA Takumi · 13 years ago
  15. b034cb7 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 13 years ago
  16. 41ee041 Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago