aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.h
AgeCommit message (Expand)Author
2012-03-07[driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier
2012-02-15Fix copy-and-paste error in commentDavid Chisnall
2012-02-15First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach
2012-01-26Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12Hexagon backend supportTony Linthicum
2011-11-06Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne
2011-08-23Add support for a verifier to the driver. Currently only verifies debugEric Christopher
2011-08-17[driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier
2011-06-21Fix typo. From Damjan Marion.Joerg Sonnenberger
2011-05-16Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger
2011-03-17Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements.Daniel Dunbar
2011-02-02Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer
2010-11-09Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes
2010-11-07Use ld directly on linux. Changes from the previous try:Rafael Espindola
2010-11-03Revert while I debug test failures :-(Rafael Espindola
2010-11-03Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola
2010-09-09Driver/Darwin: Make the compilation object available in AddLinkArgs.Daniel Dunbar
2010-08-21Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer
2010-08-10Run the assembler instead of gcc on Linux.Rafael Espindola
2010-08-02Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar
2010-08-02Driver: Eliminate now unnecessary tool hooks for whether they accept piped in...Daniel Dunbar
2010-07-07add driver support for minix, patch by Kees van ReeuwijkChris Lattner
2010-06-04Driver: Add an explicit dsymutil action.Daniel Dunbar
2010-05-22Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar
2010-05-20Driver: Add a tool definition for the Clang integrated assembler.Daniel Dunbar
2010-05-11VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.Duncan Sands
2010-04-06Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic forDaniel Dunbar
2010-03-02Add in some more MIPS command line options.Eric Christopher
2010-02-03Driver: Add -[no-]integrated-as for clang.Daniel Dunbar
2010-01-25Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bcDaniel Dunbar
2010-01-22Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going toDaniel Dunbar
2009-12-19Remove ';' after method definition. Noticed by clang++, which one would thinkDaniel Dunbar
2009-09-10ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.Daniel Dunbar
2009-09-09Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar
2009-09-09Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-04Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar
2009-09-04Remove unused argument.Daniel Dunbar
2009-08-22Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan
2009-06-29OpenBSD support.Daniel Dunbar
2009-05-02DragonFly ToolChain definition for driver.Daniel Dunbar
2009-04-18Preliminary PCH support in the driverDouglas Gregor
2009-04-08Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar
2009-04-01Driver: Add freebsd::LinkDaniel Dunbar
2009-03-31Driver: Call 'as' directly on FreeBSD.Daniel Dunbar
2009-03-30Improve dependency file support.Daniel Dunbar
2009-03-29Driver: Finish porting Darwin::Preprocess and Compile port (stillDaniel Dunbar
2009-03-29Driver: Start porting Darwin::Preprocess and Compile implementationsDaniel Dunbar