summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* For FreeBSD on mips, pass -G options to the linkerDimitry Andric2015-12-271-0/+11
* Pull out a bunch of duplicated option handling code into its ownEric Christopher2015-12-221-41/+24
* [WebAssembly] Remove the -target command-line flag from the ld commandline.Dan Gohman2015-12-211-2/+0
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+9
* [Driver] Pass -O* to the gold plugin via -plugin-optJames Molloy2015-12-211-0/+13
* Driver part of debugger tuning.Paul Robinson2015-12-191-24/+64
* Use a command line alias to remove the need to rewrite a subtargetEric Christopher2015-12-191-8/+0
* PIC should not be enabled by default on Darwin with -static.Bob Wilson2015-12-181-0/+3
* [WebAssembly] Initial linking support.Dan Gohman2015-12-161-0/+28
* [PS4] Fix the unit test to be compatible with clang driver. NFCSumanth Gundapaneni2015-12-161-1/+1
* [PS4][Profile] add "--dependent-lib=libclang_rt.profile-x86_64.a" toPaul Robinson2015-12-161-19/+21
* [cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).Evgeniy Stepanov2015-12-161-0/+2
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+2
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-2/+58
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-79/+134
* Replace a bunch of duplicate conditions with the call from types::.Eric Christopher2015-12-081-10/+4
* Remove name from FIXME.Eric Christopher2015-12-081-1/+1
* 80-column fixup.Eric Christopher2015-12-081-1/+2
* Update comment.Eric Christopher2015-12-081-2/+2
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-0/+7
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-021-2/+1
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-1/+1
* [AArch64] Add command-line options for Statistical Profiling ExtensionOliver Stannard2015-11-261-0/+2
* [AArch64] Add command-line options for ARMv8.2-AOliver Stannard2015-11-261-0/+4
* Disable frame pointer elimination when using -pg Xinliang David Li2015-11-231-0/+4
* Revert part of r253813Martell Malone2015-11-231-7/+0
* Revert r253846 (build bot failure))Xinliang David Li2015-11-231-4/+0
* Disable frame pointer elimination when using -pgXinliang David Li2015-11-231-0/+4
* Driver: Specifically tell the linker the target for mingw-w64Martell Malone2015-11-221-1/+8
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-5/+5
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-20/+0
* [Myriad]: handle Preprocess job action (-E)Douglas Katzman2015-11-201-8/+11
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-0/+20
* [ARM] Support +feature targeting in -mcpu/-marchBradley Smith2015-11-181-8/+32
* [Myriad]: insert -L paths into linker cmd only when they exist.Douglas Katzman2015-11-181-13/+5
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-171-1/+1
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+2
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-4/+20
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-0/+17
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-171-92/+52
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-171-35/+9
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-161-1/+1
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-161-3/+3
* Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.Yaron Keren2015-11-151-0/+2
* Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."Justin Bogner2015-11-131-5/+3
* Add support for driver option -mno-ms-bitfields.Akira Hatanaka2015-11-121-1/+2
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-20/+44
* Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too.Joerg Sonnenberger2015-11-101-29/+26
* Use the normal switch over getArch() approach and not a long if chain.Joerg Sonnenberger2015-11-101-13/+23
* Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger2015-11-091-3/+38
OpenPOWER on IntegriCloud