summaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.h
Commit message (Expand)AuthorAge
* clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg2014-06-26
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-24
* ARM64: initial clang support commit.Tim Northover2014-03-29
* De-virtualize a method that doesn't override anything and has no overrides it...Craig Topper2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-14
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-16
* Avoid temporary std::string.Rafael Espindola2013-12-12
* Don't return a pointer to a temporary std::string's c_str.Rafael Espindola2013-12-12
* Refactor duplicate functionsBernard Ogden2013-12-12
* Darwin-embedded: find correct libclang_rt for embedded targets.Tim Northover2013-12-12
* remove gcc::PrecompileRafael Espindola2013-11-24
* Don't use the gcc driver for assembling.Rafael Espindola2013-11-23
* [AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2013-10-31
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-11
* clang-cl: implement /fallback modeHans Wennborg2013-09-19
* Centralize the handling of -target-feature.Rafael Espindola2013-08-21
* Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin).Rafael Espindola2013-08-20
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-08
* AArch64: initial NEON supportTim Northover2013-08-01
* [SystemZ] Add -march= command-line optionRichard Sandiford2013-07-19
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* R600: Handle -mcpu option v3Tom Stellard2013-04-01
* Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.Thomas Schwinge2013-03-28
* Driver: Pass down the -march setting down to -cc1as on x86 too.Benjamin Kramer2013-02-22
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-22
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-21
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-05
* [driver] Don't try to generate diagnostic information for dsymutil crashes.Chad Rosier2013-02-01
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-24
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson2012-11-23
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-15
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-08
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-31
* During LTO, we call 'dsymutil' when we compile source files. This necessitatesBill Wendling2012-10-02
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-08
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-11
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-07
* Fix copy-and-paste error in commentDavid Chisnall2012-02-15
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-15
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-10
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Hexagon backend supportTony Linthicum2011-12-12