summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-4/+6
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-24/+23
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+2
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier2016-01-261-3/+2
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-261-2/+3
* [Driver] Update FIXME comment now that PR4941 has been addressed.Chad Rosier2016-01-261-1/+1
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-251-1/+4
* [CUDA] Disable ctor/dtor aliases in device code.Justin Lebar2016-01-251-3/+5
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-251-0/+4
* LTO via the gold plugin needs to be told about debugger tuning.Paul Robinson2016-01-251-0/+11
* Pass --wrap=pthread_create to linker for -fsplit-stack.Rafael Espindola2016-01-251-0/+3
* [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.Justin Lebar2016-01-231-4/+2
* [driver] Enable some static analyzer "unix" checkers on Windows.Devin Coughlin2016-01-211-2/+11
* [CUDA] Handle -O options (more) correctly.Justin Lebar2016-01-191-4/+29
* [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.NAKAMURA Takumi2016-01-161-1/+1
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-10/+28
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-0/+78
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-141-1/+25
* 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
OpenPOWER on IntegriCloud