summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-4/+2
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-0/+1
* Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola2016-06-201-1/+1
* [X86] Add -mno-iamcu option.Andrey Turetskiy2016-06-201-4/+6
* Driver: introduce and use `-isystem-after` for cross-windowsSaleem Abdulrasool2016-06-171-0/+7
* Compilation for Intel MCU (Part 3/3)Andrey Turetskiy2016-06-161-14/+33
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-161-3/+14
* Add support to clang-cl driver for /GS switchEtienne Bergeron2016-06-151-0/+13
* [CUDA][OpenMP] Create generic offload toolchainsSamuel Antao2016-06-131-4/+4
* Driver: make it easier to select the SjLj EH modelSaleem Abdulrasool2016-06-101-1/+2
* This patch fixes target linker emulation for ARM 32 big endian.Strahinja Petrovic2016-06-101-1/+1
* [mips] The default ABI depends on the CPU not the Arch on MTI and IMG vendor ...Daniel Sanders2016-06-061-0/+24
* Add PIE magic for NetBSD. Add tests for the correct flags forJoerg Sonnenberger2016-06-041-9/+10
* RAS extensions are part of ARMv8.2.Sjoerd Meijer2016-06-031-0/+2
* This adds target support and tests for Cortex-A73Sjoerd Meijer2016-06-021-1/+1
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+10
* [Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes2016-05-271-28/+12
* [mips] Compact branch policy setting.Simon Dardis2016-05-271-0/+21
* [mips] Kill 'support' for untested EABI.Daniel Sanders2016-05-271-1/+1
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-271-1/+1
* [OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev2016-05-271-1/+1
* [AMDGPU] Remove individual debugger options + update featuresKonstantin Zhuravlyov2016-05-261-1/+2
* [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev2016-05-261-1/+3
* Revert "[AArch64] Using new TargetParser in Clang"Renato Golin2016-05-251-15/+39
* [AArch64] Using new TargetParser in ClangRenato Golin2016-05-251-39/+15
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-2/+3
* [Sparc] Add software float option -msoft-floatJacob Baungard Hansen2016-05-241-15/+59
* Test commitJacob Baungard Hansen2016-05-231-0/+1
* Driver: sink getLinuxDynamicLoader into the ToolchainSaleem Abdulrasool2016-05-221-70/+1
* Driver: simplify getDynameLinkerSaleem Abdulrasool2016-05-221-47/+49
* Update for llvm change.Rafael Espindola2016-05-181-2/+0
* [Mips] Finetuning MIPS32 Android default variantsPetar Jovanovic2016-05-181-3/+18
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-1/+10
* [Mips] Set mips32 as default CPU for MIPS32 AndroidPetar Jovanovic2016-05-171-1/+3
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-4/+4
* Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy2016-05-131-4/+10
* Simplify getLinuxDynamicLinker() by using a common variable for the triple. NFC.Vasileios Kalintiris2016-05-131-13/+12
* [mips] Consult triple's vendor field before using musl's interpreter.Vasileios Kalintiris2016-05-131-1/+3
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+4
* [Driver] Squash misleading indentation warning.Marcin Koscielnicki2016-05-121-6/+6
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-3/+9
* [Power9] Enable -mcpu=pwr9 (-mcpu=power9) in the front endNemanja Ivanovic2016-05-091-0/+2
* AMDGPU: Use lld as the linker againTom Stellard2016-05-051-0/+2
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-041-0/+10
* Revert "[Driver] Quote clang full version in dwarf producer when invoking cc1as"Bruno Cardoso Lopes2016-05-021-2/+1
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-26/+13
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-13/+26
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-26/+13
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-0/+2
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-211-0/+7
OpenPOWER on IntegriCloud