summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-08-14Fix a cmake typo.Evgeniy Stepanov
2017-08-11[compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.Evgeniy Stepanov
2017-08-03[XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...Dean Michael Berris
2017-08-01[sanitizer_common] Fuchsia OS support codeVitaly Buka
2017-07-31[sanitizer] Fix the sanitizer build on AndroidPetr Hosek
2017-07-28Support libc++abi in addition to libstdc++Petr Hosek
2017-07-28Support compiler-rt builtinsPetr Hosek
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-26Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek
2017-07-26Revert "[sanitizer] Support libc++abi in addition to libstdc++"Petr Hosek
2017-07-26[sanitizer] Support libc++abi in addition to libstdc++Petr Hosek
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-07-15[compiler-rt] [CMake] Build compiler-rt with no optimizations if the flag say...George Karpenkov
2017-07-07Make sure SANITIZER_MIN_OSX_VERSION is defined before using it.Kuba Mracek
2017-06-16Call cmake_minimum_required at the top of CMakeLists.txtPirama Arumuga Nainar
2017-06-05CMake: don't try to use lld if we're not building it.Tim Northover
2017-05-10[cmake] Disable building enable_execute_stack.c for baremetal targets.Catherine Moore
2017-05-09Allow compiler-rt to find lld and libc++ parallel to LLVM, as in the monorepoReid Kleckner
2017-03-27[sanitizers] Avoid using -fomit-frame-pointer on DarwinKuba Mracek
2017-03-25Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-21[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-01-30[sanitizer] Re-enable -fno-function-sections for powerpc64leKostya Kortchinsky
2017-01-26[sanitizer] Remove -fno-function-sections from SANITIZER_COMMON_CFLAGSKostya Kortchinsky
2017-01-04[compiler-rt] suppress LNK4221 warning when creating static librariesBob Haarman
2016-10-08[compiler-rt] Exclude compiler-rt from using -fmodules when LLVM_ENABLE_MODUL...Kuba Brecka
2016-10-06[ubsan] Turn on 'Has CXXABI' to enable support for -fsanitize=vptr on DarwinVedant Kumar
2016-09-08[compiler-rt] Don't use -fPIC when building for WindowsFrancis Ricci
2016-08-22[compiler-rt] Make cxxabi availability configurable in cmakeFrancis Ricci
2016-08-19[CMake] Fix ASM building in llvm/runtimesJonas Hahnfeld
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16 [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-08[compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ONDean Michael Berris
2016-08-02Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld
2016-08-02[CMake] Pass -nostdlib if supportedJonas Hahnfeld
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-08-02[winasan] Try to fix LNK4099 warnings seen by usersReid Kleckner
2016-07-27Revert "Default COMPILER_RT_BUILD_XRAY=ON"Dean Michael Berris
2016-07-27Default COMPILER_RT_BUILD_XRAY=ONDean Michael Berris
2016-07-21Disable thread safe statics in clang-cl, they call the CRTReid Kleckner
2016-07-21Default XRay building to OFF to let build bots that do not support building s...Dean Michael Berris
2016-07-21[compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris
2016-07-20[xray] Only build xray on Linux for nowReid Kleckner
2016-07-20[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris