1. 0d802a4 Revert "raw_ostream: add operator<< overload for std::error_code" by Pavel Labath · 6 years ago
  2. 40837e9 raw_ostream: add operator<< overload for std::error_code by Pavel Labath · 6 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. 08426e1 Refactor ExecuteAndWait to take StringRefs. by Zachary Turner · 7 years ago
  5. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  6. 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 8 years ago
  7. 208eecd Convenience/safety fix for llvm::sys::Execute(And|No)Wait by Alexander Kornienko · 8 years ago
  8. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  9. 17d266b Remove unused lambda captures. NFC by Malcolm Parsons · 9 years ago
  10. 07670b3 Resubmit "Update llvm command line parser to support subcommands." by Zachary Turner · 9 years ago
  11. d16490d Revert r274054 to try to appease the bot by Manman Ren · 9 years ago
  12. 2012d74 Update llvm command line parser to support subcommands. by Zachary Turner · 9 years ago
  13. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
  14. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
  15. c2e2311 Silence -Wsign-conversion issue in ProgramTest.cpp by Reid Kleckner · 10 years ago
  16. 85ca294 Fix unit tests on Windows: handle env vars with non-ASCII chars. by Pawel Bylica · 10 years ago
  17. c38deee More long path name support on Windows, this time in program execution. by Paul Robinson · 11 years ago
  18. 9c35966 Add writeFileWithSystemEncoding to LibLLVMSuppor. by Rafael Espindola · 11 years ago
  19. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  20. ec1aaca Fix the behavior of ExecuteAndWait with a non-zero timeout. by Peter Collingbourne · 11 years ago
  21. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  22. d88b983 Add non-blocking Wait() for launched processes by Tareq A. Siraj · 12 years ago
  23. bf40e95 Fixed typo in CreateProcessTrailingSlash test by Tareq A. Siraj · 12 years ago
  24. 479a9bd Remove unused includes. by Rafael Espindola · 12 years ago
  25. e03dfd9 Port GetMainExecutable over to PathV2. by Rafael Espindola · 12 years ago
  26. 7c1023a Avoid using PathV1.h in Program.h. by Rafael Espindola · 12 years ago
  27. cb2eca0 Remove the program class. by Rafael Espindola · 12 years ago
  28. 95012aa Try to fix ProgramTest on FreeBSD by Reid Kleckner · 13 years ago
  29. 206ddd0 Don't forward declare environ on Windows by Reid Kleckner · 13 years ago
  30. de0c260 Un-revert the environ copy in ProgramTest after fixing it on OS X by Reid Kleckner · 13 years ago
  31. 6718a3b Revert "Add a missing reference on a std::vector<> out param" by Michael Gottesman · 13 years ago
  32. 7ff21d9 Add a missing reference on a std::vector<> out param by Reid Kleckner · 13 years ago
  33. 21a8c2f [Support] Propagate the environment into the test child process by Reid Kleckner · 13 years ago
  34. 74679a9 [Support] Fix argv string escape bug on Windows by Reid Kleckner · 13 years ago