summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend NetBSD/AArch64 to cover Big Endian as well.Joerg Sonnenberger2017-01-091-0/+1
* [Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar2017-01-051-7/+17
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+16
* Accept and ignore -Wa,-mbig-obj on COFF targets for gas compatibilityReid Kleckner2017-01-041-0/+4
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+3
* Add -plugin-opt=sample-profile for thinLTO build.Dehao Chen2017-01-041-0/+9
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-311-0/+7
* Driver: warn on -fPIC/-fpic/-fPIE/-fpie on WindowsSaleem Abdulrasool2016-12-261-0/+11
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-0/+3
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-3/+3
* Driver: use the triple to query the arch, not the toolchainSaleem Abdulrasool2016-12-221-4/+3
* Driver: remove unnecessary parameterSaleem Abdulrasool2016-12-221-18/+16
* Driver: rename parameter to reduce confusionSaleem Abdulrasool2016-12-221-7/+6
* [analyzer] Add checker modeling gtest APIs.Devin Coughlin2016-12-191-0/+1
* [ARM] Add missing -backend-option for -arm-execute-onlyPrakhar Bahuguna2016-12-191-0/+1
* [CUDA] Add --ptxas-path= flag.Justin Lebar2016-12-151-1/+5
* [Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.Ahmed Bougacha2016-12-151-0/+5
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-1/+24
* AArch64: add architecture version feature to Clang invocation.Tim Northover2016-12-141-2/+4
* [Driver][Darwin] Disable default stack protector levels in freestanding mode.Bruno Cardoso Lopes2016-12-081-1/+8
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-071-70/+2
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-19/+0
* If clang was configured for a DEFAULT_SYSROOT and no --sysroot argumentJoerg Sonnenberger2016-12-061-0/+5
* Allow clang to write compilation database records.Joerg Sonnenberger2016-12-061-1/+60
* [clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-0/+18
* With LTO and profile-use, enable hotness info in opt remarksAdam Nemet2016-12-021-7/+19
* [clang] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+3
* Fix crash with unsupported architectures in Linux/Gnu target triples.Florian Hahn2016-12-011-3/+8
* darwin: Unconditionally pass -lto_library, remove -Wliblto warning.Nico Weber2016-11-221-8/+8
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-1/+1
* [XRay] Support AArch64 in ClangDean Michael Berris2016-11-211-7/+13
* LTO support for -fsave-optimization-record on DarwinAdam Nemet2016-11-181-0/+13
* Fix a comment for -fsave-optimization-recordAdam Nemet2016-11-181-1/+1
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-181-1/+1
* [Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu2016-11-161-4/+4
* Revert r286735 due to test failureBrad Smith2016-11-131-4/+0
* Link static PIE programs against rcrt0.o on OpenBSDBrad Smith2016-11-121-0/+4
* clang-cl: Pass /Zc:threadSafeInit through to MSVC with /fallback (PR30948)Hans Wennborg2016-11-091-0/+8
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-5/+4
* [asan] Use the dynamic ASan runtime if -shared-libasan is passedReid Kleckner2016-11-021-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+12
* Fix clang installed path to handle case where clang is invoked through a symlinkMehdi Amini2016-10-301-1/+1
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-1/+65
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-0/+66
* [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...Samuel Antao2016-10-271-28/+200
* [Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao2016-10-271-67/+18
* [XRay] Check in Clang whether XRay supports the target when -fxray-instrument...Dean Michael Berris2016-10-271-1/+10
* Unconditionally pass `-lto_library` to the linker on DarwinMehdi Amini2016-10-261-15/+15
* [Myriad] Find libc++ adjacent to libstdc++Douglas Katzman2016-10-251-3/+11
OpenPOWER on IntegriCloud