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