1. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  2. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  3. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  4. af61589 [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  5. 4e1ec63 ArgList: cache index ranges containing arguments with each ID by Richard Smith · 9 years ago
  6. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  7. 93a9a83 Generalize ArgList::AddAllArgs more by Douglas Katzman · 9 years ago
  8. c700490 Use the range variant of remove_if instead of unpacking begin/end by David Majnemer · 9 years ago
  9. 9a8b5e7 Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs(). by Eric Christopher · 10 years ago
  10. 42b56ee Add a dump method for ArgList. by Eric Christopher · 10 years ago
  11. f2b9608 Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. by Douglas Katzman · 10 years ago
  12. 49381be [Option] Plug a leak when move-assigning an InputArgList. by Benjamin Kramer · 10 years ago
  13. 1f58493 Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way to describe this situation by David Blaikie · 10 years ago
  14. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  15. 008067a Make getLastArgNoClaim work for up to 4 arguments. by Filipe Cabecinhas · 11 years ago
  16. 1ee89fc Teach Twine to support SmallString. by Yaron Keren · 11 years ago
  17. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  18. 6cd780f Prefer SmallVector::append/insert over push_back loops. by Benjamin Kramer · 11 years ago
  19. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  20. 63e3a29 Add an overload of getLastArgNoClaim taking two OptSpecifiers. by Ehsan Akhgari · 11 years ago
  21. ac002d3 Generic: add range-adapter for option parsing. by Tim Northover · 11 years ago
  22. 6f07046 ArgList: use MakeArgList overloads in subclasses and clean up some calls. by Justin Bogner · 11 years ago
  23. f9d2d51 Options: Use erase_if to remove Args from the list. by Benjamin Kramer · 11 years ago
  24. e9907ba Protect the ArgList dtor by David Blaikie · 12 years ago
  25. f70b21a Use unique_ptr to handle ownership of synthesized args in DerivedArgList by David Blaikie · 12 years ago
  26. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  27. 8e5283a Avoid buffer copies when a Twine already is a StringRef. by David Blaikie · 12 years ago
  28. a75eba9 Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" by Reid Kleckner · 12 years ago
  29. cacb40c [Option] Store arg strings in a set backed by a BumpPtrAllocator by Reid Kleckner · 12 years ago
  30. 12e0332 Merge changes to clang's Driver code into LLVM's Option library by Reid Kleckner · 12 years ago
  31. be81023 Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 13 years ago
  32. 41ee041 Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago