summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Effectively revert r182453 - atomic.c may not be compiled if host compiler do...Alexey Samsonov2013-05-221-1/+2
* Add atomic.c to CMake build of compiler-rt to match r182420Alexey Samsonov2013-05-221-0/+1
* [lsan] CMakeLists and lit test configs for LSan.Sergey Matveev2013-05-201-0/+1
* Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov2013-03-251-2/+1
* Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-191-2/+2
* [msan] MSanDR: initial commit.Evgeniy Stepanov2013-02-221-0/+1
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-201-34/+33
* Fix a typo from r172289Alexey Samsonov2013-01-181-1/+1
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-181-2/+4
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-4/+4
* [msan] MemorySanitizer runtime.Evgeniy Stepanov2012-12-111-1/+2
* UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov2012-11-161-2/+1
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-091-0/+2
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-1/+1
* [ASan] Include ASan into CMake build only on Linux, Mac and WindowsAlexey Samsonov2012-09-191-3/+7
* [TSan] Add tsan to cmake build of compiler-rt only on LinuxAlexey Samsonov2012-09-191-1/+4
* [TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov2012-09-131-1/+1
* [compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov2012-09-111-26/+2
* Add add_clang_runtime_shared_library() CMake function and use it to put the s...Alexander Potapenko2012-08-241-0/+4
* [ASan] fix CMake build: make sure that all ASan runtimes are built at correct...Alexey Samsonov2012-08-221-2/+2
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-101-3/+3
* cmake for compiler-rt: add a function to set output dirs for compiler runtime...Alexey Samsonov2012-07-251-0/+22
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-251-2/+4
* Reorder these things for clarity, and add -std=c99 to the compile flags.Chandler Carruth2012-06-221-9/+9
* Resuming work on the compiler-rt CMake build at long long last. In orderChandler Carruth2012-06-201-11/+156
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-041-0/+28
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-041-81/+0
* Update CMake build system with target arch source file lists.Edward O'Callaghan2009-10-291-35/+50
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-141-0/+1
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-091-3/+31
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-051-0/+1
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-031-0/+4
* A few CMake formating fixes for compiler-rt.Edward O'Callaghan2009-08-031-0/+3
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-031-0/+29
OpenPOWER on IntegriCloud