1. 468eb7d Fix typo. From Damjan Marion. by Joerg Sonnenberger · 13 years ago
  2. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  3. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 14 years ago
  4. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  5. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  6. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  7. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  8. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  9. 748de8e Driver/Darwin: Make the compilation object available in AddLinkArgs. by Daniel Dunbar · 14 years ago
  10. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  11. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  12. 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
  13. 8c631e3 Driver: Eliminate now unnecessary tool hooks for whether they accept piped input/output. by Daniel Dunbar · 14 years ago
  14. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  15. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  16. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  17. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  18. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  19. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 15 years ago
  20. ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
  21. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 15 years ago
  22. 82b51cc Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc by Daniel Dunbar · 15 years ago
  23. a6d3849 Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to by Daniel Dunbar · 15 years ago
  24. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  25. b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
  26. 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  27. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  28. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  29. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  30. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  31. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  32. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  33. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  34. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  35. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
  36. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
  37. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
  38. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
  39. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 16 years ago
  40. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 16 years ago
  41. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
  42. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
  43. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 16 years ago
  44. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 16 years ago
  45. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
  46. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
  47. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
  48. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
  49. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
  50. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago