summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r257602 because it breaks integrated-as.s on mips hosts.Scott Egerton2016-01-131-24/+1
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-131-1/+24
* Generalize r256026 to apply to all MachO targets, not just Darwin targets.Bob Wilson2016-01-131-2/+3
* Add an Action* member to InputInfo.Justin Lebar2016-01-111-2/+2
* Driver: Use the new ELF lld linker for AMDGPUTom Stellard2016-01-081-4/+0
* Make sure we claim arguments that are going to be passed to a gcc tool,Eric Christopher2016-01-071-5/+6
* Replace a loop with the call that does the same thing.Eric Christopher2016-01-071-2/+1
* [WebAssembly] Enable -fvisibility=hidden by default.Dan Gohman2016-01-071-0/+15
* [WebAssembly] Enable -ffunction-sections and -fdata-sections by default.Dan Gohman2016-01-071-3/+8
* [WebAssembly] Only enable --gc-sections when optimizations are enabled.Dan Gohman2016-01-071-1/+2
* [WebAssembly] Add --gc-sections to the link line.Dan Gohman2016-01-061-0/+5
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-3/+25
* [Analyzer] Change the default SA checkers for PS4Sean Eveson2016-01-061-8/+15
* Add -fno-movt frontend option, to disable movt/movw on ARMDimitry Andric2016-01-061-2/+2
* Change the set of actions built for external gcc tools.Eric Christopher2016-01-061-0/+5
* [PGO] Enable clang to pass compiler-rt profile support library to linker on W...Nathan Slingerland2016-01-051-0/+2
* [AArch64] Teaches clang about Samsung Exynos-M1MinSeong Kim2016-01-051-1/+1
* Disable generating movt on FreeBSD.Davide Italiano2015-12-301-2/+2
* Fix up a comment and a bit of trailing whitespace.Eric Christopher2015-12-281-2/+2
* We check for dwarf 5 in the backend, so go ahead and pass it along viaEric Christopher2015-12-281-1/+2
* On {mips,mipsel,mips64,mips64el}-freebsd, we need to pass any -G option to th...Dimitry Andric2015-12-271-0/+6
* Fix C++ support on recent DragonFly BSD releasesDimitry Andric2015-12-271-28/+10
* 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
OpenPOWER on IntegriCloud