summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-2/+2
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-2/+15
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-2/+2
* [Driver] Stop passing -fseh-exceptions for x86_64-windows-msvcShoaib Meenai2018-06-061-2/+0
* Do not enable RTTI with -fexceptions, for PS4Sunil Srivastava2018-05-181-16/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-1/+2
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-0/+2
* [Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2018-03-201-18/+32
* Better OpenBSD frontend supportKamil Rytarowski2018-03-031-0/+2
* Handle the NetBSD case in ToolChain::getOSLibName()Kamil Rytarowski2018-02-271-0/+2
* [Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on ...Igor Kudrin2018-02-271-2/+2
* [Sanitizers] Basic Solaris sanitizer support (PR 33274)Alex Shlyapnikov2018-02-051-4/+13
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-0/+6
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+9
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-9/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+9
* [Driver] Make the use of relax relocations a per target optionPetr Hosek2017-11-221-0/+4
* [OpenMP] Consistently use cubin extension for nvlinkJonas Hahnfeld2017-11-211-0/+4
* [ARM] For assembler files recognize -Xassembler or -Wa, -mthumbPeter Smith2017-11-201-5/+24
* [WebAssembly] Add crt1.o with calling lldSam Clegg2017-10-271-8/+6
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-271-1/+7
* Driver: use ld64.lld when -fuse-ld=lld for darwinMartell Malone2017-10-151-1/+5
* [OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld2017-10-041-61/+55
* [OpenMP] Fix passing of -m arguments to device toolchainJonas Hahnfeld2017-09-271-6/+9
* [OpenMP] Fix memory leak when translating argumentsJonas Hahnfeld2017-09-271-3/+5
* Fix validation of the -mthread-model flag in the Clang driverJonathan Roelofs2017-09-071-5/+0
* Restore clang_rt library name on i686-android.Evgeniy Stepanov2017-08-291-0/+4
* Use class to pass information about executable nameSerge Pavlov2017-08-291-19/+22
* Reland r311836 - [Driver] Use arch type to find compiler-rt libraries (on Linux)Michal Gorny2017-08-281-4/+1
* Revert r311836 - [Driver] Use arch type to find compiler-rt libraries (on Linux)Michal Gorny2017-08-271-1/+4
* [Driver] Use arch type to find compiler-rt libraries (on Linux)Michal Gorny2017-08-261-4/+1
* Fix memory leak in ToolChain::TranslateOpenMPTargetArgsJonas Hahnfeld2017-08-141-1/+5
* [Driver] Search compiler-rt paths in -print-file-name=Petr Hosek2017-08-101-3/+8
* [OpenMP] Fix bug regarding cubin integration into host binaryGheorghe-Teodor Bercea2017-08-091-1/+3
* [OpenMP] Add flag for specifying the target device architecture for OpenMP de...Gheorghe-Teodor Bercea2017-08-071-0/+62
* [Driver] Error if ARM mode was selected explicitly for M-profile CPUs.Florian Hahn2017-08-041-0/+12
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-031-1/+1
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-271-1/+1
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-0/+8
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-3/+3
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+7
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-1/+2
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1/+3
* Add arch-specific directory to search pathPirama Arumuga Nainar2017-03-031-0/+13
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-141-24/+22
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-071-0/+54
OpenPOWER on IntegriCloud