summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
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
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-03Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan
2009-08-03A few CMake formating fixes for compiler-rt.Edward O'Callaghan
2009-08-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan