summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile.Douglas Katzman2015-08-031-16/+11
* Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement eac...David Blaikie2015-07-301-6/+7
* [ARM] Allow setting the generic features for native cpusRenato Golin2015-07-301-23/+32
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-2/+10
* Use the AddAllArgs overload which accepts an ArrayRef of OptSpecifier.Douglas Katzman2015-07-291-46/+29
* [AArch64] Pass subtarget feature "+strict-align".Akira Hatanaka2015-07-291-9/+5
* [ARM] Pass subtarget feature "+strict-align".Akira Hatanaka2015-07-281-21/+36
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+6
* Use TargetParser to parse -mhwdiv command line option in Driver.Alexandros Lamprineas2015-07-281-13/+2
* [ARM] Implement -Wa,-mfpu and friends for assemblersRenato Golin2015-07-271-62/+115
* [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)Renato Golin2015-07-271-36/+75
* [AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin.Akira Hatanaka2015-07-271-3/+5
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-23/+24
* Setting ARM dynamic linker name from commandlineRenato Golin2015-07-271-2/+4
* [clang-cl] Handle -O correctlyDavid Majnemer2015-07-271-4/+18
* [clang-cl] Add fallback support for /ZlDavid Majnemer2015-07-251-0/+1
* [AArch64] Pass subtarget feature "+reserve-x18" instead of passing backendAkira Hatanaka2015-07-251-5/+3
* [clang-cl] Implement support for the /Zl flagDavid Majnemer2015-07-241-8/+15
* [Compiler-RT] Remove dependency on libgcc_s/ehRenato Golin2015-07-231-7/+0
* [mingw] Add support for -rtlib option and -stdlib option to the mingw driverReid Kleckner2015-07-221-15/+12
* Pass -I options to integrates and external assemblersRenato Golin2015-07-221-0/+4
* [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
OpenPOWER on IntegriCloud