summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable memtag sanitizer in all AArch64 toolchainsMomchil Velikov2019-08-131-0/+3
* [Driver] Introduce -stdlib++-isystemShoaib Meenai2019-08-061-0/+10
* [Driver] -noprofilelib flagPetr Hosek2019-07-111-0/+3
* [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...Fangrui Song2019-07-101-0/+1
* [Driver] Change layout of per-target runtimes to resemble multiarchPetr Hosek2019-05-271-2/+2
* [Driver] Update handling of c++ and runtime directoriesPetr Hosek2019-05-261-24/+41
* [Driver] Try normalized triple when looking for C++ librariesPetr Hosek2019-05-231-0/+5
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-0/+7
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-081-1/+1
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-281-0/+4
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]Sterling Augustine2019-03-191-0/+27
* [Driver] Support object files in addition to static and shared libraries in c...Petr Hosek2019-03-121-8/+19
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-5/+0
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-0/+5
* Order File Instrumentation: add clang support for -forder-file-instrumentationManman Ren2019-03-041-1/+2
* [PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu2019-03-041-0/+2
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-7/+9
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-9/+7
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-7/+9
* 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
OpenPOWER on IntegriCloud