| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver and option support for -gsplit-dwarf. This is a part of | Eric Christopher | 2013-02-05 | 1 | -0/+14 |
* | [driver] Don't try to generate diagnostic information for dsymutil crashes. | Chad Rosier | 2013-02-01 | 1 | -0/+1 |
* | [driver] Associate a JobAction with each result file. This enables the driver | Chad Rosier | 2013-01-24 | 1 | -0/+1 |
* | Add support for passing the main file name down to the assembler | Eric Christopher | 2012-12-18 | 1 | -5/+7 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
* | Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. | Bob Wilson | 2012-11-23 | 1 | -57/+7 |
* | Revert r167567, restoring the ability of clang to run gcc in cases where it | Nick Lewycky | 2012-11-15 | 1 | -7/+57 |
* | Rip out a bunch of code for invoking gcc from clang. | Bob Wilson | 2012-11-08 | 1 | -57/+7 |
* | getArchTypeForDarwinArchName is only used in the clang driver, copy it there. | Rafael Espindola | 2012-10-31 | 1 | -0/+2 |
* | During LTO, we call 'dsymutil' when we compile source files. This necessitates | Bill Wendling | 2012-10-02 | 1 | -1/+2 |
* | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman | 2012-08-08 | 1 | -0/+30 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -0/+7 |
* | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel | 2012-06-11 | 1 | -0/+1 |
* | [driver] Don't try to generate diagnostic information for linker crashes. | Chad Rosier | 2012-03-07 | 1 | -0/+12 |
* | Fix copy-and-paste error in comment | David Chisnall | 2012-02-15 | 1 | -1/+1 |
* | First pass at Solaris toolchain support. This version compiles and links hello | David Chisnall | 2012-02-15 | 1 | -0/+29 |
* | Have the driver pass CPU and target feature information to cc1as. | Jim Grosbach | 2012-02-10 | 1 | -0/+1 |
* | Remove the ToolTriple logic in NetBSD, which was completely broken by | Joerg Sonnenberger | 2012-01-26 | 1 | -8/+4 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+38 |
* | Add the depfile as a result file so that it is deleted if we crash, | Peter Collingbourne | 2011-11-06 | 1 | -1/+2 |
* | Add support for a verifier to the driver. Currently only verifies debug | Eric Christopher | 2011-08-23 | 1 | -0/+15 |
* | [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's | Chad Rosier | 2011-08-17 | 1 | -0/+1 |
* | Fix typo. From Damjan Marion. | Joerg Sonnenberger | 2011-06-21 | 1 | -1/+1 |
* | Make the triple an explicit argument of FindTargetProgramPath. | Joerg Sonnenberger | 2011-05-16 | 1 | -3/+11 |
* | Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements. | Daniel Dunbar | 2011-03-17 | 1 | -1/+2 |
* | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+29 |
* | Add support for soft/hard float options to the Sparc target | Bruno Cardoso Lopes | 2010-11-09 | 1 | -0/+1 |
* | Use ld directly on linux. Changes from the previous try: | Rafael Espindola | 2010-11-07 | 1 | -0/+12 |
* | Revert while I debug test failures :-( | Rafael Espindola | 2010-11-03 | 1 | -12/+0 |
* | Switch clang to run ld directly on linux. I tested this on all the linux | Rafael Espindola | 2010-11-03 | 1 | -0/+12 |
* | Driver/Darwin: Make the compilation object available in AddLinkArgs. | Daniel Dunbar | 2010-09-09 | 1 | -1/+2 |
* | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+16 |
* | Run the assembler instead of gcc on Linux. | Rafael Espindola | 2010-08-10 | 1 | -0/+16 |
* | Driver: Add Compilation::addCommand and switch tools to using it, now that we | Daniel Dunbar | 2010-08-02 | 1 | -19/+0 |
* | Driver: Eliminate now unnecessary tool hooks for whether they accept piped in... | Daniel Dunbar | 2010-08-02 | 1 | -44/+0 |
* | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+35 |
* | Driver: Add an explicit dsymutil action. | Daniel Dunbar | 2010-06-04 | 1 | -0/+17 |
* | Driver: Add Tool::ShortName, intended to be a human readable name for the tool. | Daniel Dunbar | 2010-05-22 | 1 | -23/+38 |
* | Driver: Add a tool definition for the Clang integrated assembler. | Daniel Dunbar | 2010-05-20 | 1 | -0/+20 |
* | VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. | Duncan Sands | 2010-05-11 | 1 | -22/+22 |
* | Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for | Daniel Dunbar | 2010-04-06 | 1 | -0/+5 |
* | Add in some more MIPS command line options. | Eric Christopher | 2010-03-02 | 1 | -0/+1 |
* | Driver: Add -[no-]integrated-as for clang. | Daniel Dunbar | 2010-02-03 | 1 | -0/+1 |
* | Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bc | Daniel Dunbar | 2010-01-25 | 1 | -6/+12 |
* | Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going to | Daniel Dunbar | 2010-01-22 | 1 | -1/+0 |
* | Remove ';' after method definition. Noticed by clang++, which one would think | Daniel Dunbar | 2009-12-19 | 1 | -1/+1 |
* | ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. | Daniel Dunbar | 2009-09-10 | 1 | -0/+1 |
* | Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. | Daniel Dunbar | 2009-09-09 | 1 | -0/+2 |
* | Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t... | Daniel Dunbar | 2009-09-09 | 1 | -16/+21 |