summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR26999 better- RenderDebugEnablingArgs() once onlyDouglas Katzman2016-04-191-22/+22
* Pass dwarf-version to cc1as.Douglas Katzman2016-04-191-0/+6
* Revert r266747 (Compilation for Intel MCU (Part 1/3)) since it breaks a few b...Andrey Turetskiy2016-04-191-7/+0
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-191-0/+7
* [CUDA] Add --no-cuda-noopt-debug, which disables --cuda-noopt-debug.Justin Lebar2016-04-191-1/+2
* ARM: make Darwin's "-arch armv7em" default to hard-float.Tim Northover2016-04-131-1/+6
* [AMDGPU] Add debugger related target optionsKonstantin Zhuravlyov2016-04-121-0/+20
* Always use --eh-frame-hdr on FreeBSD, even for -staticEd Maste2016-04-121-1/+1
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-111-9/+4
* Enable PIE for CloudABI.Ed Schouten2016-04-061-0/+6
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+4
* clang-cl: Don't skip i_group flags other than -include when building pchs.Nico Weber2016-04-021-1/+2
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-311-5/+2
* [Driver] Quote clang full version in dwarf producer when invoking cc1asBruno Cardoso Lopes2016-03-301-1/+2
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-2/+0
* [AMDGPU] Switch linker to amdphdrs + update testKonstantin Zhuravlyov2016-03-291-1/+0
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+37
* Modules builds are necessarily compile actions, but they don'tEric Christopher2016-03-241-1/+1
* clang-cl: Add a FIXME for bumping the default msc version.Nico Weber2016-03-231-0/+1
* clang-cl: Add more tests for the interaction of /FI and /Yc /Yu.Nico Weber2016-03-231-2/+4
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-211-1/+0
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-12/+0
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-211-0/+1
* [modules] Don't invent a module cache path unless implicit module builds are ...Richard Smith2016-03-211-22/+20
* Minor code cleanups. NFC.Junmo Park2016-03-171-1/+1
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+12
* Myriad: Pass -mcpu to movi{Compile,Asm}Douglas Katzman2016-03-151-3/+6
* [Driver] Enable --rtlib option for MSVC targetAndrey Turetskiy2016-03-141-1/+16
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-0/+2
* Switch krait to use -mcpu=cortex-a15 for assembler tool invocations.Stephen Hines2016-03-041-2/+2
OpenPOWER on IntegriCloud