1. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  2. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  3. d99d0e8 Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. by Benjamin Kramer · 14 years ago
  4. 978e3a2 Don't test isRegularFile before calling eraseFromDisk, since by Dan Gohman · 14 years ago
  5. d0b77e1 Driver: Eliminate PipedJob, which is now unused. by Daniel Dunbar · 14 years ago
  6. 279c1db 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 · 14 years ago
  7. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  8. b86c5fc Driver: Fix -### to quote shell special characters, following gcc. by Daniel Dunbar · 14 years ago
  9. 98873ec Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765. by Edward O'Callaghan · 15 years ago
  10. 56eec2b Fix for PR5568. by Edward O'Callaghan · 15 years ago
  11. 265e9ef Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 15 years ago
  12. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  13. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  14. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  15. df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
  16. c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
  17. 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
  18. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  19. 9e3a224 Driver: Result files shouldn't be removed on failure when -save-temps by Daniel Dunbar · 15 years ago
  20. af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 15 years ago
  21. 56b10ab Driver: Compilation::Execute wasn't returning result code correctly. by Daniel Dunbar · 15 years ago
  22. ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 15 years ago
  23. 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 15 years ago
  24. e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 15 years ago
  25. 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 15 years ago
  26. aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 15 years ago
  27. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 15 years ago
  28. 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 15 years ago
  29. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 15 years ago
  30. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago