summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Move DebugInfoKind enum from Driver to Basic. NFCPaul Robinson2016-02-051-1/+1
* [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-022-26/+25
* [asan] Add iOS support for Address SanitizerAnna Zaks2016-02-022-6/+26
* ARMv7k: simplify logic for deciding sjlj-exceptions.Tim Northover2016-01-271-2/+1
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-272-2/+5
* Fix array index out of boundsDaniel Marjamaki2016-01-271-2/+2
* Remove autoconf supportChris Bieneman2016-01-261-13/+0
* 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-252-3/+12
* 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
* [MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2David Majnemer2016-01-211-1/+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
* Respect bound archs, even when they don't alter the toolchain.Justin Lebar2016-01-161-2/+9
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-163-10/+67
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-147-26/+182
* Don't build jobs for the same Action + ToolChain twice.Justin Lebar2016-01-141-14/+36
* [WebAssembly] Configure some simple include paths and runtime library settings.Dan Gohman2016-01-142-0/+31
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-141-1/+25
* Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,Peter Collingbourne2016-01-141-17/+0
* 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
* [Darwin] Fix deployment target detectionFrederic Riss2016-01-121-1/+1
* clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2016-01-121-72/+99
* [CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar2016-01-121-2/+24
* Revert r253898 and r253899, this breaks mingw compilation on openSUSE.Ismail Donmez2016-01-121-5/+11
* [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar2016-01-112-3/+15
* Add an Action* member to InputInfo.Justin Lebar2016-01-113-15/+34
* Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...Justin Lebar2016-01-111-35/+26
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-113-121/+81
* Update code in buildCudaActions and BuildActions to latest idiom.Justin Lebar2016-01-081-18/+14
* Driver: Use the new ELF lld linker for AMDGPUTom Stellard2016-01-082-5/+1
* Turn off lldb debug tuning by default for FreeBSDDimitry Andric2016-01-071-3/+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-072-0/+17
* [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
* [Hexagon] Treat -march and -mcpu as equivalentKrzysztof Parzyszek2016-01-061-7/+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