summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specifiedAlexey Samsonov2013-09-02
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-27
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-07
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-22
* [ASan] create common autogenerated config for running compiler-rt unit tests,...Alexey Samsonov2013-06-06
* [ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov2013-06-06
* Effectively revert r182453 - atomic.c may not be compiled if host compiler do...Alexey Samsonov2013-05-22
* Add atomic.c to CMake build of compiler-rt to match r182420Alexey Samsonov2013-05-22
* [lsan] CMakeLists and lit test configs for LSan.Sergey Matveev2013-05-20
* Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov2013-03-25
* Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-19
* [msan] MSanDR: initial commit.Evgeniy Stepanov2013-02-22
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-20
* Fix a typo from r172289Alexey Samsonov2013-01-18
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-18
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* [msan] MemorySanitizer runtime.Evgeniy Stepanov2012-12-11
* UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov2012-11-16
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-09
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* [ASan] Include ASan into CMake build only on Linux, Mac and WindowsAlexey Samsonov2012-09-19
* [TSan] Add tsan to cmake build of compiler-rt only on LinuxAlexey Samsonov2012-09-19
* [TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov2012-09-13
* [compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov2012-09-11
* Add add_clang_runtime_shared_library() CMake function and use it to put the s...Alexander Potapenko2012-08-24
* [ASan] fix CMake build: make sure that all ASan runtimes are built at correct...Alexey Samsonov2012-08-22
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-10
* cmake for compiler-rt: add a function to set output dirs for compiler runtime...Alexey Samsonov2012-07-25
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-25
* Reorder these things for clarity, and add -std=c99 to the compile flags.Chandler Carruth2012-06-22
* Resuming work on the compiler-rt CMake build at long long last. In orderChandler Carruth2012-06-20
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-04
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-04
* Update CMake build system with target arch source file lists.Edward O'Callaghan2009-10-29
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-14
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-09
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-05
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-03
* A few CMake formating fixes for compiler-rt.Edward O'Callaghan2009-08-03
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-03