summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2014-08-11Fix build on some architectures caused by r215247.Alexey Samsonov
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-04-09Enable building of sanitizers on FreeBSDViktor Kutuzov
2014-03-03tsan: replace deadlock detector custom build script with cmake fileDmitry Vyukov
2014-02-26Revert r201783 until all FreeBSD fixes are submitted.Alexey Samsonov
2014-02-20[FreeBSD] Enable building a few runtime libraries on FreeBSD.Alexey Samsonov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov
2014-01-31Sorting ARM Sources alphabeticallyRenato Golin
2014-01-31Enable compilation of RT on ARMRenato Golin
2013-11-17[ASan] Build ASan on Windows only if MSVC is usedAlexey Samsonov
2013-11-17CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...Alexey Samsonov
2013-11-15Don't build unsupported compiler-rt pieces on WindowsAlexey Samsonov
2013-09-02[CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specifiedAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-06-22Add cmake rules for building LSan common on Mac OSAlexey Samsonov
2013-06-06[ASan] create common autogenerated config for running compiler-rt unit tests,...Alexey Samsonov
2013-06-06[ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov
2013-05-22Effectively revert r182453 - atomic.c may not be compiled if host compiler do...Alexey Samsonov
2013-05-22Add atomic.c to CMake build of compiler-rt to match r182420Alexey Samsonov
2013-05-20[lsan] CMakeLists and lit test configs for LSan.Sergey Matveev
2013-03-25Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov
2013-03-19Support CMake build of profile runtime library on LinuxAlexey Samsonov
2013-02-22[msan] MSanDR: initial commit.Evgeniy Stepanov
2013-01-20CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov
2013-01-18Fix a typo from r172289Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2012-12-11[msan] MemorySanitizer runtime.Evgeniy Stepanov
2012-11-16UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov
2012-10-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-19[ASan] Include ASan into CMake build only on Linux, Mac and WindowsAlexey Samsonov
2012-09-19[TSan] Add tsan to cmake build of compiler-rt only on LinuxAlexey Samsonov
2012-09-13[TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov
2012-09-11[compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov
2012-08-24Add add_clang_runtime_shared_library() CMake function and use it to put the s...Alexander Potapenko
2012-08-22[ASan] fix CMake build: make sure that all ASan runtimes are built at correct...Alexey Samsonov
2012-08-10[ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov
2012-07-25cmake for compiler-rt: add a function to set output dirs for compiler runtime...Alexey Samsonov
2012-06-25Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth
2012-06-22Reorder these things for clarity, and add -std=c99 to the compile flags.Chandler Carruth
2012-06-20Resuming work on the compiler-rt CMake build at long long last. In orderChandler Carruth
2012-04-04Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2009-10-29Update CMake build system with target arch source file lists.Edward O'Callaghan
2009-09-14Update cmake files for arm support hooks.Edward O'Callaghan