summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-11005/+0
* Add arch-specific directory to search pathPirama Arumuga Nainar2017-03-031-1/+24
* [PowerPC] Enable -fomit-frame-pointer by default for PPCNemanja Ivanovic2017-03-031-0/+3
* Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux.Brad Smith2017-02-281-0/+2
* [Driver] Move architecture-specific free helper functions to their own files.David L. Jones2017-02-241-1383/+33
* Driver: inline a single caller of a function (NFC)Saleem Abdulrasool2017-02-191-9/+1
* Always use --eh-frame-hdr on OpenBSD, even for -staticBrad Smith2017-02-191-1/+1
* Link static PIE programs against rcrt0.o on OpenBSDBrad Smith2017-02-191-0/+4
* [CUDA] Don't pass -stack-protector to NVPTX compilations.Justin Lebar2017-02-191-19/+23
* [XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+4
* [Driver] Use stem() and not filename().Davide Italiano2017-02-111-1/+1
* [XRay] Implement powerpc64le xray.Tim Shen2017-02-101-0/+1
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+5
* [windows] [asan] Add wholearchive flag when including asan_cxx lib.Marcos Pividori2017-02-091-6/+7
* Driver: Do not link safestack with --whole-archive.Peter Collingbourne2017-02-071-3/+5
* Driver: Do not warn about unused -pthread when linking on darwinMatthias Braun2017-02-031-0/+4
* Revert "[Driver] Updated for Visual Studio 2017"Reid Kleckner2017-02-021-18/+45
* [Driver] Updated for Visual Studio 2017Reid Kleckner2017-02-021-45/+18
* [windows] [asan] Add wholearchive flag when including static lib asan.Marcos Pividori2017-01-311-0/+5
* [X86] Teach Clang about -mfentry flagNirav Dave2017-01-311-0/+3
* [windows] [asan] Add linker flag when including "asan_dynamic_runtime_thunk".Marcos Pividori2017-01-291-0/+4
* Fix typo introduced in r292960 that may affect -flto -save-temps (saving the ...Mehdi Amini2017-01-281-1/+1
* ARM-Darwin: re-enable -momit-leaf-frame-pointer.Tim Northover2017-01-271-4/+3
* [mips] Add support for static model on N64Simon Dardis2017-01-271-3/+57
* Driver: ignore -fno-objc-arc-exception when -fno-objc-arc setSaleem Abdulrasool2017-01-251-0/+6
* Forward -bitcode_process_mode to ld64 in marker-only modeMehdi Amini2017-01-241-2/+6
* Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...Mehdi Amini2017-01-241-3/+4
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+4
* Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne2017-01-181-1/+9
* Revert "[xray] try to fix thumb buildbot"Renato Golin2017-01-181-1/+0
* [xray] try to fix thumb buildbotRenato Golin2017-01-171-0/+1
* Fix AArch64 global-merge backend option name.Frederic Riss2017-01-171-2/+2
* Address review comments on r290392:Chandler Carruth2017-01-121-4/+6
* 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
OpenPOWER on IntegriCloud