summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-231-0/+15
* [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier2011-08-171-0/+1
* Fix typo. From Damjan Marion.Joerg Sonnenberger2011-06-211-1/+1
* Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger2011-05-161-3/+11
* Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements.Daniel Dunbar2011-03-171-1/+2
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-021-0/+29
* Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes2010-11-091-0/+1
* Use ld directly on linux. Changes from the previous try:Rafael Espindola2010-11-071-0/+12
* Revert while I debug test failures :-(Rafael Espindola2010-11-031-12/+0
* Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola2010-11-031-0/+12
* Driver/Darwin: Make the compilation object available in AddLinkArgs.Daniel Dunbar2010-09-091-1/+2
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+16
* Run the assembler instead of gcc on Linux.Rafael Espindola2010-08-101-0/+16
* Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar2010-08-021-19/+0
* Driver: Eliminate now unnecessary tool hooks for whether they accept piped in...Daniel Dunbar2010-08-021-44/+0
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+35
* Driver: Add an explicit dsymutil action.Daniel Dunbar2010-06-041-0/+17
* Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar2010-05-221-23/+38
* Driver: Add a tool definition for the Clang integrated assembler.Daniel Dunbar2010-05-201-0/+20
* VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.Duncan Sands2010-05-111-22/+22
* Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic forDaniel Dunbar2010-04-061-0/+5
* Add in some more MIPS command line options.Eric Christopher2010-03-021-0/+1
* Driver: Add -[no-]integrated-as for clang.Daniel Dunbar2010-02-031-0/+1
* Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bcDaniel Dunbar2010-01-251-6/+12
* Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going toDaniel Dunbar2010-01-221-1/+0
* Remove ';' after method definition. Noticed by clang++, which one would thinkDaniel Dunbar2009-12-191-1/+1
* ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.Daniel Dunbar2009-09-101-0/+1
* Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar2009-09-091-0/+2
* Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar2009-09-091-16/+21
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-50/+50
* Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar2009-09-041-2/+4
* Remove unused argument.Daniel Dunbar2009-09-041-6/+2
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-4/+38
* OpenBSD support.Daniel Dunbar2009-06-291-0/+34
* DragonFly ToolChain definition for driver.Daniel Dunbar2009-05-021-0/+34
* Preliminary PCH support in the driverDouglas Gregor2009-04-181-1/+4
* Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar2009-04-081-0/+5
* Driver: Add freebsd::LinkDaniel Dunbar2009-04-011-0/+15
* Driver: Call 'as' directly on FreeBSD.Daniel Dunbar2009-03-311-0/+19
* Improve dependency file support.Daniel Dunbar2009-03-301-6/+8
* Driver: Finish porting Darwin::Preprocess and Compile port (stillDaniel Dunbar2009-03-291-8/+14
* Driver: Start porting Darwin::Preprocess and Compile implementationsDaniel Dunbar2009-03-291-0/+49
* Driver: Add darwin::Link tool.Daniel Dunbar2009-03-261-0/+32
* Driver: Add and use darwin::Assemble tool.Daniel Dunbar2009-03-201-1/+17
* Driver: Add darwin::Lipo tool.Daniel Dunbar2009-03-201-0/+18
* Driver: Lift out common GCC tool and implement generic GCC toolDaniel Dunbar2009-03-181-38/+31
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+6
* Driver: Add a dash of const.Daniel Dunbar2009-03-181-6/+12
* Driver: Stub out Tool::ConstructJob.Daniel Dunbar2009-03-181-0/+30
* Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar2009-03-171-11/+14
OpenPOWER on IntegriCloud