summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rollback unwindlib patch.Sterling Augustine2019-01-291-27/+0
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=Sterling Augustine2019-01-281-0/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [gcov/Darwin] Ensure external symbols are exported when using an export listVedant Kumar2018-12-031-4/+8
* Revert "Reapply: [Driver] Use forward slashes in most linker arguments"Martin Storsjo2018-10-261-11/+8
* Reapply: [Driver] Use forward slashes in most linker argumentsMartin Storsjo2018-10-261-8/+11
* Revert "[Driver] Use forward slashes in most linker arguments"Martin Storsjo2018-10-231-9/+7
* [Driver] Use forward slashes in most linker argumentsMartin Storsjo2018-10-231-7/+9
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-2/+4
* [MinGW] Allow using ASanMartin Storsjo2018-10-011-1/+3
* [modules] Driver support for precompiling a collection of files as a singleRichard Smith2018-09-151-0/+1
* [Driver] Check normalized triples for multiarch runtime pathPetr Hosek2018-08-221-7/+17
* 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
OpenPOWER on IntegriCloud