summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-291-6/+8
* [clang-cl] /EHc should not have an effect on /EHaDavid Majnemer2016-02-291-1/+5
* [Driver] Disable frame pointer elimination by default if target isAkira Hatanaka2016-02-261-0/+2
* Fix build by using hasFlag instead of hasArg.Peter Collingbourne2016-02-241-2/+2
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+26
* AArch64: fix Cyclone CPU features list.Tim Northover2016-02-241-1/+4
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-2/+2
* [WebAssembly] Initial driver support for standard library paths.Dan Gohman2016-02-221-2/+44
* Don't enable /GX by defaultDavid Majnemer2016-02-221-1/+3
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-3/+3
* [MSVC Compat] Add support for /GX, /GX-David Majnemer2016-02-201-5/+12
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-1/+1
* [MSVC] Turn C++ EH on my defaultDavid Majnemer2016-02-181-5/+3
* [CUDA] pass debug options to ptxas.Artem Belevich2016-02-161-9/+11
* Remove decision logic for old NetBSD development versions, the 7.0Joerg Sonnenberger2016-02-111-1/+1
* Now that Sparc/Sparc64 backend is mostly usable, provide the sameJoerg Sonnenberger2016-02-111-0/+2
* [Driver] Add support for Qualcomm's Kryo CPU.Chad Rosier2016-02-111-1/+2
* [ARM] Add command-line options for ARMv8.2-AOliver Stannard2016-02-111-4/+0
* [clang-cl] /Z7 now generates normal debug info, not just line infoReid Kleckner2016-02-101-5/+2
* Driver: adjust linker invocation for GNUToolsSaleem Abdulrasool2016-02-071-7/+10
* [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
OpenPOWER on IntegriCloud