aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-06-18[compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand
2019-06-04[builtins] Use libtool for builtins when building for Apple platformPetr Hosek
2019-05-28[compiler-rt] Fix cmake warningsShoaib Meenai
2019-05-10[NFC][TSan][libdispatch] Tiny CMake file cleanupJulian Lettner
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek
2019-04-04[TSan][libdispatch] Specify libdispatch header dir for lit testsJulian Lettner
2019-04-04[NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner
2019-04-04[TSan][libdispatch] Add Cmake option for libdispatch install pathJulian Lettner
2019-04-02[TSan][libdispatch] We don't require any setup on DarwinJulian Lettner
2019-03-15[TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner
2019-03-07[Sanitizer] Add 'dispatch' feature to be used in compiler-rt testsJulian Lettner
2019-03-06[tsan] Support interception of libdispatch on LinuxJulian Lettner
2019-03-01[CMake] Don't use llvm_replace_compiler_optionMartin Storsjo
2019-03-01[sanitizer] Build everything whereever possible with -z text.Evgeniy Stepanov
2019-02-17[compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld
2019-02-16[compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld
2019-02-15Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld
2019-02-15[compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld
2019-02-05gn build: Upgrade to NDK r19.Peter Collingbourne
2019-01-31[CMake][compiler-rt] Enable statically linking unwinder and c++abiPetr Hosek
2019-01-14[compiler-rt] Add option to disable libc++ buildShoaib Meenai
2018-12-23Set the default SANITIZER_CXX_ABI library to libc++ for FreeBSD, andDimitry Andric
2018-10-29[CMake] When built with LLVM, not use `-Wl,-z,defs`Petr Hosek
2018-10-02[sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines
2018-09-26[CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo
2018-09-18build: clean up some unnecessary cached variablesSaleem Abdulrasool
2018-09-17build: fix standalone builds for compiler-rt on DarwinSaleem Abdulrasool
2018-08-20[hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov
2018-08-14[CMake] Don't parse target triple except for archPetr Hosek
2018-07-15[CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek
2018-07-13[CMake] Don't use CLANG_DEFAULT_* valuesPetr Hosek
2018-07-13[sanitizer] Use -Wl,-z,global on AndroidKostya Kortchinsky
2018-07-11Add libcxxabi option back for sanitizer use.Stephen Hines
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-27[CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew
2018-05-22[CMake] Support builtins as Clang default rtlib in compiler-rtPetr Hosek
2018-05-22[CMake] Support libc++ as Clang default stdlib in compiler-rtPetr Hosek
2018-05-21Revert "[CMake] Reland "Make simple source used for CMake checks a C file""Petr Hosek
2018-05-18Revert r332683 & r332684 relating to compiler runtime checksReid Kleckner
2018-05-18[CMake] Detect the compiler runtime and standard libraryPetr Hosek
2018-05-17[CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek
2018-05-09[CMake] Build shared version of runtimes for FuchsiaPetr Hosek
2018-04-26Enable full debug info in the ASan runtime on WindowsReid Kleckner
2018-04-04[CMake] Support statically linked libc++abi and libunwindPetr Hosek
2018-03-19Fix CMake/MSVC when compiler-rt and llvm are built separatelyVitaly Buka
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-01[compiler-rt] Remove out of date commentShoaib Meenai
2017-11-28[compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]Weiming Zhao