1. c66a5a3 Add some whitespace to test my commit privileges. by Ed Schouten · 15 years ago
  2. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 15 years ago
  3. bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 15 years ago
  4. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  5. bb71b39 Remove a FIXME, use -emit-pth to drive PTH generation. - c.f. r68164 by Daniel Dunbar · 15 years ago
  6. 8a8d8af Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test case. by Daniel Dunbar · 15 years ago
  7. 8e4fea6 Tweak darwin::Assemble and add a FIXME. by Daniel Dunbar · 15 years ago
  8. 077ba6a Driver: Forward -Wp, and -Xpreprocessor arguments to clang when using by Daniel Dunbar · 15 years ago
  9. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  10. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  11. 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 15 years ago
  12. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  13. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  14. 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 15 years ago
  15. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 15 years ago
  16. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 15 years ago
  17. b9f3a77 Driver: Pass -f[no-]pascal-strings on to clang, even if it has been by Daniel Dunbar · 15 years ago
  18. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  19. 9b646da Turn on -analyzer-eagerly-assume by default when using 'clang-cc' to perform by Ted Kremenek · 15 years ago
  20. 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 15 years ago
  21. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 15 years ago
  22. 546654a Driver: Forward -MMD (not -MM) to clang-cc; this got lost in by Daniel Dunbar · 15 years ago
  23. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  24. a428df8 Driver: lipo wasn't being called correctly (translation failure from by Daniel Dunbar · 15 years ago
  25. a880db0 Driver: Add two special groups of "whitelisted" options which we know by Daniel Dunbar · 15 years ago
  26. 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 15 years ago
  27. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 15 years ago
  28. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 15 years ago
  29. 55b3b5f Driver/clang: -mattr strings were not comma separated. by Daniel Dunbar · 15 years ago
  30. 7587719 Driver: Claim -arch options when pipelining, and claim arguments that by Daniel Dunbar · 15 years ago
  31. 115a792 Driver: Handle "linker input" arguments. by Daniel Dunbar · 15 years ago
  32. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 15 years ago
  33. ecc6362 Driver: Resolve program path for "cp" (used as part of transparent gcc by Daniel Dunbar · 15 years ago
  34. 632f50e Driver: Lookup program names using llvm::sys::Program::FindProgramByName by Daniel Dunbar · 15 years ago
  35. 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 15 years ago
  36. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 15 years ago
  37. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 15 years ago
  38. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 15 years ago
  39. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 15 years ago