summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Fuchsia.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song2019-09-251-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Driver] Always use -z separate-code with lld on FuchsiaPetr Hosek2019-08-051-0/+2
* [CMake][Fuchsia] Define asan+noexcept multilibPetr Hosek2019-07-131-0/+5
* [Driver] Update handling of c++ and runtime directoriesPetr Hosek2019-05-261-19/+14
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-2/+2
* [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-271-2/+50
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-2/+2
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-2/+2
* [Driver][Fuchsia] Support -nolibc flagPetr Hosek2019-02-171-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Support XRay on FuchsiaPetr Hosek2018-11-221-2/+6
* [Driver] Link sanitizer runtime deps on Fuchsia when neededPetr Hosek2018-11-211-2/+4
* [Driver] Use -Bstatic/dynamic for libc++ on FuchsiaPetr Hosek2018-11-041-1/+3
* [Driver] Use -push-/-pop-state and -as-needed for libc++ on FuchsiaPetr Hosek2018-11-031-4/+5
* [Driver] Support sanitized libraries on FuchsiaPetr Hosek2018-10-291-2/+5
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-251-0/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-22/+2
* [Fuchsia] Enable static libc++, libc++abi, libunwindPetr Hosek2018-06-231-1/+8
* [Driver][Fuchsia] Pass LTO flags to linkerPetr Hosek2018-06-051-0/+6
* [Driver] Only use -lc++ on FuchsiaPetr Hosek2018-05-111-2/+0
* [Driver] Add fuzzer-no-link into the list of supported Fuchsia sanitizersPetr Hosek2018-03-271-0/+1
* [Driver] Enable SafeStack by default on FuchsiaPetr Hosek2018-03-071-0/+4
* [Fuchsia] Enable Fuzzer as a supported sanitizer on FuchsiaPetr Hosek2018-01-191-1/+2
* [scudo] Add -fsanitize=scudo option to FuchsiaPetr Hosek2017-12-211-0/+1
* [Driver] Use ld.lld directly for Fuchsia rather than passing flavorPetr Hosek2017-10-231-4/+2
* Cleanup and generalize -shared-libasan.Evgeniy Stepanov2017-10-051-1/+1
* [Driver][Fuchsia] Pass --hash-style=gnu to the linkerPetr Hosek2017-08-041-2/+4
* Enable AddressSanitizer for Fuchsia targetsPetr Hosek2017-08-031-10/+13
* [Driver] Disable static C++ library support on FuchsiaPetr Hosek2017-08-021-8/+1
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-7/+9
* [Driver] Always use -z rodynamic for FuchsiaPetr Hosek2017-07-181-0/+3
* Reland "[Driver] Update Fuchsia driver path handling"Petr Hosek2017-07-121-13/+66
* Revert "[Driver] Update Fuchsia driver path handling"Petr Hosek2017-07-121-66/+13
* [Driver] Update Fuchsia driver path handlingPetr Hosek2017-07-121-13/+66
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+229