summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains
Commit message (Expand)AuthorAgeFilesLines
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+4
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-11-041-10/+2
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-032-3/+10
* [CUDA] Mark CUDA as a no-errno platform.Justin Lebar2017-11-031-0/+1
* Add default calling convention support for regcall.Erich Keane2017-11-021-1/+6
* Driver: default to `unsigned int` `wchar_t` for ARMSaleem Abdulrasool2017-10-291-1/+6
* [WebAssembly] Add crt1.o with calling lldSam Clegg2017-10-271-0/+3
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-272-10/+2
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-261-1/+2
* [LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov2017-10-261-1/+1
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-252-8/+10
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-252-5/+17
* [AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith2017-10-241-6/+10
* [Driver] Use ld.lld directly for Fuchsia rather than passing flavorPetr Hosek2017-10-232-5/+3
* Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...Aaron Ballman2017-10-211-0/+3
* Allow /showIncludes with /PErich Keane2017-10-201-1/+3
* Revert r316193.Richard Smith2017-10-201-7/+0
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-191-0/+7
* [Driver] Fix use after free in Hexagon toolchain code.Benjamin Kramer2017-10-181-3/+3
* [Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni2017-10-183-3/+81
* [CMake][OpenMP] Customize default offloading archJonas Hahnfeld2017-10-172-21/+5
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-161-0/+3
* [CUDA] Require libdevice only if neededJonas Hahnfeld2017-10-161-13/+4
* [driver] [cl] Add/fix c++17/c++latestMartell Malone2017-10-151-1/+2
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-112-2/+2
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-112-2/+2
* [Driver] Export symbols needed to use profile runtimeVedant Kumar2017-10-111-0/+29
* [Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar2017-10-071-1/+2
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-18/+31
* [MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner2017-10-061-3/+2
* Cleanup and generalize -shared-libasan.Evgeniy Stepanov2017-10-053-13/+21
* Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile2017-10-051-0/+8
* [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)Sumanth Gundapaneni2017-10-043-16/+21
* [clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner2017-10-031-20/+20
* [PS4] Tidy up some debug-tuning v. triple decision-making.Paul Robinson2017-09-291-6/+10
* [DWARF] Allow forward declarations of a class template instantiationPaul Robinson2017-09-281-0/+5
* [OpenMP] Don't throw cudalib not found error if only front-end is required.Gheorghe-Teodor Bercea2017-09-261-0/+4
* [XRay][Driver] Do not link in XRay runtime in shared libsDean Michael Berris2017-09-261-0/+5
* Revert "[XRay][Driver] Do not link in XRay runtime in shared libs"Dean Michael Berris2017-09-261-5/+0
* [XRay][Driver] Do not link in XRay runtime in shared libsDean Michael Berris2017-09-251-0/+5
* [OpenMP] Enable the existing nocudalib flag for OpenMP offloading toolchain.Gheorghe-Teodor Bercea2017-09-251-3/+3
* [OpenMP] Bugfix: output file name drops the absolute path where full path is ...Gheorghe-Teodor Bercea2017-09-251-1/+1
* Revert commit with wrong message.Gheorghe-Teodor Bercea2017-09-251-1/+1
* [OpenMP] Don't throw cudalib not found error if only front-end is required.Gheorghe-Teodor Bercea2017-09-251-1/+1
* [MinGW] Don't link -lmsvcrt if a different msvcrt version is to be linkedMartin Storsjo2017-09-251-0/+3
* Driver: remove support for libstdc++ from CrossWindowsSaleem Abdulrasool2017-09-221-34/+3
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-201-5/+11
* [WebAssembly] Remove invliad lld argumentsSam Clegg2017-09-141-27/+0
* clang/lib/Driver/ToolChains/Darwin.h: Add proper style to comments. [-Wdocume...NAKAMURA Takumi2017-09-131-4/+4
* Revert "[Driver] MinGW: Remove custom linker detection"Martell Malone2017-09-131-2/+10