summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] Pass subtarget feature "+reserve-r9" instead of passing backendAkira Hatanaka2015-07-211-7/+6
* Revert r242736.Akira Hatanaka2015-07-201-6/+7
* [ARM] Pass subtarget feature "+reserve-r9" instead of passing backendAkira Hatanaka2015-07-201-7/+6
* Fixed style issues pointed out by Justin Bogner.Artem Belevich2015-07-201-4/+2
* Allow case-insensitive values for -mtune for AArch64 target in line with GCC.Gabor Ballabas2015-07-201-4/+5
* Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601Tom Stellard2015-07-181-1/+1
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+20
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-171-7/+4
* [Mips] Set mips64r6 as default CPU for MIPS64 AndroidPetar Jovanovic2015-07-171-0/+4
* Driver: Determine file names for crash reports more reliablyJustin Bogner2015-07-171-47/+48
* [ARM] Pass subtarget feature "+no-movt" instead of passing backend optionAkira Hatanaka2015-07-161-4/+4
* [clang-cl] Disable C++ exceptions a different wayReid Kleckner2015-07-141-7/+3
* Add support for -fuse-ld= in the mingw toolchain driver.Yaron Keren2015-07-141-2/+10
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-8/+28
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+10
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-28/+8
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-8/+28
* Disable C++ EH by default for clang-cl and MSVC environmentsReid Kleckner2015-07-101-16/+21
* Refactor PPC ABI handling to accept and silently ignore -mabi=altivec.Eric Christopher2015-07-101-3/+8
* Factor PGO and coverage flag processing out of Clang::ConstructJobDiego Novillo2015-07-101-78/+85
* Re-use a single SmallString instance to reduce the stack frame sizeDaniel Jasper2015-07-101-19/+18
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-17/+40
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-0/+16
* Add a comment to explain how the decision to pass feature "+long-calls" is made.Akira Hatanaka2015-07-071-0/+3
* [ARM] Pass subtarget feature "+long-calls" instead of passing backend optionAkira Hatanaka2015-07-071-16/+10
* Support -pthread in mingw toolchain.Yaron Keren2015-07-061-4/+2
* Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson2015-07-061-0/+4
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-0/+206
* Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fi...Peter Collingbourne2015-07-021-0/+4
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-7/+3
* [clang-cl] Use /arch: to set the base target CPUReid Kleckner2015-06-301-0/+22
* More range-based for loops. NFCDouglas Katzman2015-06-291-7/+5
* Comment fixes. NFC.Douglas Katzman2015-06-291-2/+2
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-715/+638
* Use more range-based for loopsDouglas Katzman2015-06-251-6/+5
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-173/+166
* Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach2015-06-231-0/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+4
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+78
* Allow case-insensitive values for -march for AArch64 target in line with GCC.Gabor Ballabas2015-06-181-1/+2
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-161-4/+24
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-2/+2
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-6/+6
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-1/+17
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-151-39/+13
* Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.Gabor Ballabas2015-06-121-3/+5
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-121-4/+0
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-0/+133
OpenPOWER on IntegriCloud