1. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  2. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  3. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 14 years ago
  4. ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
  5. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 15 years ago
  6. 82b51cc Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc by Daniel Dunbar · 15 years ago
  7. a6d3849 Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to by Daniel Dunbar · 15 years ago
  8. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  9. b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
  10. 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  11. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  12. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  13. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  14. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  15. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  16. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  17. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  18. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  19. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  20. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  21. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  22. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  23. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 15 years ago
  24. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 15 years ago
  25. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  26. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 15 years ago
  27. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 15 years ago
  28. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 16 years ago
  29. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  30. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  31. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  32. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  33. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
  34. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago