summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sparc] Allow LEON cpu models to be selected with -mcpuJacob Baungard Hansen2016-07-041-0/+8
* [Driver] Delete some dead code (NFC)Vedant Kumar2016-07-011-3/+0
* Driver: support -L for MSVC toolchain under the GNU driverSaleem Abdulrasool2016-07-011-0/+4
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-291-0/+34
* Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.Andrey Turetskiy2016-06-291-6/+4
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-291-1/+1
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-271-4/+19
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+4
* 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
OpenPOWER on IntegriCloud