summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Expand)AuthorAgeFilesLines
...
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-20/+21
* Avoid temporary std::string.Rafael Espindola2013-12-121-2/+2
* Don't return a pointer to a temporary std::string's c_str.Rafael Espindola2013-12-121-1/+1
* Refactor duplicate functionsBernard Ogden2013-12-121-0/+7
* Darwin-embedded: find correct libclang_rt for embedded targets.Tim Northover2013-12-121-0/+4
* remove gcc::PrecompileRafael Espindola2013-11-241-12/+0
* Don't use the gcc driver for assembling.Rafael Espindola2013-11-231-11/+0
* [AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2013-10-311-0/+2
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+32
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-1/+23
* Centralize the handling of -target-feature.Rafael Espindola2013-08-211-7/+0
* Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin).Rafael Espindola2013-08-201-2/+0
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+3
* AArch64: initial NEON supportTim Northover2013-08-011-0/+2
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-191-0/+2
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-59/+71
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-0/+2
* R600: Handle -mcpu option v3Tom Stellard2013-04-011-0/+1
* Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge2013-03-281-5/+4
* Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer2013-02-221-0/+1
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-221-4/+0
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-14/+4
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-0/+14
* [driver] Don't try to generate diagnostic information for dsymutil crashes.Chad Rosier2013-02-011-0/+1
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-0/+1
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-181-5/+7
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson2012-11-231-57/+7
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-7/+57
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-57/+7
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-311-0/+2
* During LTO, we call 'dsymutil' when we compile source files. This necessitatesBill Wendling2012-10-021-1/+2
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+30
* Restructure how the driver communicates information about theJohn McCall2012-06-201-0/+7
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-111-0/+1
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-071-0/+12
* Fix copy-and-paste error in commentDavid Chisnall2012-02-151-1/+1
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+29
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-0/+1
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-261-8/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Hexagon backend supportTony Linthicum2011-12-121-0/+38
* Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne2011-11-061-1/+2
* 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
OpenPOWER on IntegriCloud