summaryrefslogtreecommitdiffstats
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+4
* Vary Windows toolchain selection by -fuse-ldDave Lee2017-11-061-1/+7
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-11-041-10/+2
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-033-16/+20
* [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
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+10
* Driver: default to `unsigned int` `wchar_t` for ARMSaleem Abdulrasool2017-10-291-1/+6
* [WebAssembly] Add crt1.o with calling lldSam Clegg2017-10-272-8/+9
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-273-11/+9
* 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-253-6/+18
* Add support of the next Debian (Debian buster - version 10)Sylvestre Ledru2017-10-251-0/+2
* Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)Sylvestre Ledru2017-10-251-0/+1
* [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-202-9/+2
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-192-2/+9
* [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
* Do not link clang_rt.cfi on Android.Evgeniy Stepanov2017-10-161-7/+13
* [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: use ld64.lld when -fuse-ld=lld for darwinMartell Malone2017-10-151-1/+5
* [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
* Testing commit access.Hamza Sood2017-10-091-1/+1
* [Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar2017-10-072-2/+4
* 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-054-16/+25
* 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
* [OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld2017-10-042-63/+63
* [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] Fix translation of target argsJonas Hahnfeld2017-09-271-4/+6
* [OpenMP] Fix passing of -m arguments to device toolchainJonas Hahnfeld2017-09-271-6/+9
* [OpenMP] Fix memory leak when translating argumentsJonas Hahnfeld2017-09-272-5/+13
* [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