1. b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
  2. 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  3. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  6. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  7. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  8. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  9. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  10. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  11. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  12. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  13. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  14. a5a7bd0 Improve dependency file support. 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. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  18. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 15 years ago
  19. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 15 years ago
  20. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 15 years ago
  21. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 15 years ago
  22. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 15 years ago
  23. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 15 years ago
  24. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 15 years ago
  25. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 15 years ago
  26. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 15 years ago