1. 45cf50f Use array_lengthof instead of sizeof trickery. by Chad Rosier · 13 years ago
  2. cb600e2 Canonicalize loop. by Chad Rosier · 13 years ago
  3. 980920a use DEFAULT_SYSROOT by Sebastian Pop · 13 years ago
  4. 9b515cb Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 14 years ago
  5. 8c26d44 Use strpbrk(3) instead of open coding it. by Benjamin Kramer · 14 years ago
  6. 10746f5 [driver] For consistency, handle all shell special characters handled by the by Chad Rosier · 14 years ago
  7. 9b1311d [driver] The -v option doesn't quoted the command line arguments for historical by Chad Rosier · 14 years ago
  8. be10f98 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 14 years ago
  9. 24fc69e Unbreak the MSVC build, using namespace clang is required otherwise MSVC will not find raw_ostream. by Francois Pichet · 14 years ago
  10. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  11. 1988642 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 14 years ago
  12. e3805fc When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 14 years ago
  13. 6dd2417 Missing header from last commit; accidental change. by John McCall · 14 years ago
  14. 24fc0de Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 14 years ago
  15. 462e7ed Driver: When compilation fails, don't try to remove output files we don't have by Daniel Dunbar · 14 years ago
  16. 6da9077 Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 15 years ago
  17. 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
  18. 7d11382 Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. by Benjamin Kramer · 15 years ago
  19. e89c04e Don't test isRegularFile before calling eraseFromDisk, since by Dan Gohman · 15 years ago
  20. b785d74 Driver: Eliminate PipedJob, which is now unused. by Daniel Dunbar · 15 years ago
  21. 775d406 Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 15 years ago
  22. 6a8efa8 Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 16 years ago
  23. 7c4de04 Driver: Fix -### to quote shell special characters, following gcc. by Daniel Dunbar · 16 years ago
  24. c927911 Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765. by Edward O'Callaghan · 16 years ago
  25. db521ec Fix for PR5568. by Edward O'Callaghan · 16 years ago
  26. da13faf Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 16 years ago
  27. e7af341 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 16 years ago
  28. b5d86bb Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 16 years ago
  29. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  30. 82ef1ab Driver: Mark some Compilation members const. by Daniel Dunbar · 16 years ago
  31. 38bfda6 Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 16 years ago
  32. aa246ca Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 16 years ago
  33. dac54a8 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 17 years ago
  34. 827faf8 Driver: Result files shouldn't be removed on failure when -save-temps by Daniel Dunbar · 17 years ago
  35. 1acb0eb Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 17 years ago
  36. 8d6ab2a Driver: Compilation::Execute wasn't returning result code correctly. by Daniel Dunbar · 17 years ago
  37. 1da82ae Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 17 years ago
  38. 64316c4 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 17 years ago
  39. 6c17bfd Driver: Cleanup temporary/result files. by Daniel Dunbar · 17 years ago
  40. 0928b31 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 17 years ago
  41. aabaac4 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 17 years ago
  42. f0eddb8 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 17 years ago
  43. 3ce436d Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 17 years ago
  44. b2cd66b Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 17 years ago
  45. 544ecd1 Stub out some structure for C++ driver. by Daniel Dunbar · 17 years ago