1. 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
  2. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  3. 66b8a66 Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. by Bob Wilson · 12 years ago
  4. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  5. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  6. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  7. 6acf8b4 During LTO, we call 'dsymutil' when we compile source files. This necessitates by Bill Wendling · 12 years ago
  8. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  9. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  10. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  11. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 12 years ago
  12. badb6cd Fix copy-and-paste error in comment by David Chisnall · 12 years ago
  13. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 12 years ago
  14. fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 12 years ago
  15. 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago
  16. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  17. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  18. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  19. f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
  20. 285f9a2 [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's by Chad Rosier · 13 years ago
  21. 468eb7d Fix typo. From Damjan Marion. by Joerg Sonnenberger · 13 years ago
  22. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  23. fa41d69 Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. by Daniel Dunbar · 13 years ago
  24. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 13 years ago
  25. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  26. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  27. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  28. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  29. 748de8e Driver/Darwin: Make the compilation object available in AddLinkArgs. by Daniel Dunbar · 14 years ago
  30. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  31. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  32. 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
  33. 8c631e3 Driver: Eliminate now unnecessary tool hooks for whether they accept piped input/output. by Daniel Dunbar · 14 years ago
  34. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  35. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  36. 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 14 years ago
  37. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  38. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  39. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 14 years ago
  40. ed73473 Add in some more MIPS command line options. by Eric Christopher · 14 years ago
  41. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 14 years ago
  42. 82b51cc Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc by Daniel Dunbar · 15 years ago
  43. a6d3849 Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to by Daniel Dunbar · 15 years ago
  44. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  45. b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
  46. 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
  47. fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
  48. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  49. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  50. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  51. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  52. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  53. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  54. df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 15 years ago
  55. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 15 years ago
  56. 008f54a Driver: Add freebsd::Link - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  57. 68a31d4 Driver: Call 'as' directly on FreeBSD. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  58. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  59. a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 15 years ago
  60. 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 15 years ago
  61. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  62. 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 15 years ago
  63. ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 15 years ago
  64. b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 15 years ago
  65. 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 15 years ago
  66. 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 15 years ago
  67. 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 15 years ago
  68. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 15 years ago
  69. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 15 years ago
  70. 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 15 years ago