summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [CMake] Build shared version of runtimes for FuchsiaPetr Hosek2018-05-091-0/+6
* Enable full debug info in the ASan runtime on WindowsReid Kleckner2018-04-261-5/+5
* [CMake] Support statically linked libc++abi and libunwindPetr Hosek2018-04-041-2/+6
* Fix CMake/MSVC when compiler-rt and llvm are built separatelyVitaly Buka2018-03-191-1/+1
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-10/+8
* [compiler-rt] Remove out of date commentShoaib Meenai2017-12-011-4/+0
* [compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]Weiming Zhao2017-11-281-1/+3
* [asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee2017-11-131-0/+19
* [cmake] Add a separate CMake var to control profile runtimeMichal Gorny2017-10-021-0/+2
* Set ANDROID when any android abi is used, not just androideabiFrancis Ricci2017-09-191-1/+1
* Ensure that armhf builtins library is created when using an hf abiFrancis Ricci2017-09-191-0/+5
* [sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka2017-09-161-0/+1
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-1/+13
* ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne2017-09-151-5/+8
* Revert "Determine up front which projects are enabled."Zachary Turner2017-09-131-9/+21
* [Fuchsia] Magenta -> ZirconPetr Hosek2017-09-131-1/+1
* Determine up front which projects are enabled.Zachary Turner2017-09-121-21/+9
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+2
* Fix a cmake typo.Evgeniy Stepanov2017-08-141-2/+2
* [compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.Evgeniy Stepanov2017-08-111-0/+2
* [XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...Dean Michael Berris2017-08-031-0/+2
* [sanitizer_common] Fuchsia OS support codeVitaly Buka2017-08-011-0/+5
* [sanitizer] Fix the sanitizer build on AndroidPetr Hosek2017-07-311-1/+5
* Support libc++abi in addition to libstdc++Petr Hosek2017-07-281-0/+34
* Support compiler-rt builtinsPetr Hosek2017-07-281-0/+16
* [sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov2017-07-281-0/+6
* Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek2017-07-261-16/+0
* Revert "[sanitizer] Support libc++abi in addition to libstdc++"Petr Hosek2017-07-261-34/+0
* [sanitizer] Support libc++abi in addition to libstdc++Petr Hosek2017-07-261-0/+34
* [sanitizer] Support compiler-rt builtinsPetr Hosek2017-07-251-0/+16
* [compiler-rt] [CMake] Build compiler-rt with no optimizations if the flag say...George Karpenkov2017-07-151-3/+9
* Make sure SANITIZER_MIN_OSX_VERSION is defined before using it.Kuba Mracek2017-07-071-1/+1
* Call cmake_minimum_required at the top of CMakeLists.txtPirama Arumuga Nainar2017-06-161-2/+2
* CMake: don't try to use lld if we're not building it.Tim Northover2017-06-051-1/+1
* [cmake] Disable building enable_execute_stack.c for baremetal targets.Catherine Moore2017-05-101-0/+3
* Allow compiler-rt to find lld and libc++ parallel to LLVM, as in the monorepoReid Kleckner2017-05-091-2/+12
* [sanitizers] Avoid using -fomit-frame-pointer on DarwinKuba Mracek2017-03-271-1/+1
* Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov2017-03-251-4/+4
* [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman2017-03-211-10/+0
* Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov2017-03-201-4/+4
* Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov2017-03-181-4/+4
* [sanitizer] Re-enable -fno-function-sections for powerpc64leKostya Kortchinsky2017-01-301-0/+8
* [sanitizer] Remove -fno-function-sections from SANITIZER_COMMON_CFLAGSKostya Kortchinsky2017-01-261-1/+0
* [compiler-rt] suppress LNK4221 warning when creating static librariesBob Haarman2017-01-041-0/+11
* [compiler-rt] Exclude compiler-rt from using -fmodules when LLVM_ENABLE_MODUL...Kuba Brecka2016-10-081-0/+6
* [ubsan] Turn on 'Has CXXABI' to enable support for -fsanitize=vptr on DarwinVedant Kumar2016-10-061-2/+2
* [compiler-rt] Don't use -fPIC when building for WindowsFrancis Ricci2016-09-081-1/+3
* [compiler-rt] Make cxxabi availability configurable in cmakeFrancis Ricci2016-08-221-11/+13
* [CMake] Fix ASM building in llvm/runtimesJonas Hahnfeld2016-08-191-2/+2
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-13/+11