- c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
- d668cd2 [ASan] create common autogenerated config for running compiler-rt unit tests, and use it in ASan by Alexey Samsonov · 11 years ago
- dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
- 84d0d7d Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic by Alexey Samsonov · 11 years ago
- 6cef978 Add atomic.c to CMake build of compiler-rt to match r182420 by Alexey Samsonov · 11 years ago
- f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
- 4df99d2 Add basic support for building profile compiler-rt library in CMake build on Darwin by Alexey Samsonov · 12 years ago
- c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 12 years ago
- 79b2d17 [msan] MSanDR: initial commit. by Evgeniy Stepanov · 12 years ago
- e16af95 CMake: Add add_compiler_rt_static_runtime function and use it to build generic compiler-rt libraries by Alexey Samsonov · 12 years ago
- ff86a5f Fix a typo from r172289 by Alexey Samsonov · 12 years ago
- 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 12 years ago
- 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
- 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago
- 5b16dba UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. by Alexey Samsonov · 12 years ago
- 6ebe451 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 12 years ago
- b46941a [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. by Alexey Samsonov · 12 years ago
- 1c2a24e [ASan] Include ASan into CMake build only on Linux, Mac and Windows by Alexey Samsonov · 12 years ago
- 06dc82d [TSan] Add tsan to cmake build of compiler-rt only on Linux by Alexey Samsonov · 12 years ago
- 79c6826 [TSan] Add initial support for buidling ThreadSanitizer runtime library with CMake (currently the only supported platfrom is 64-bit Linux). This patch makes 'clang++ -fthread-sanitizer' work for both clang in the build tree and installed clang by Alexey Samsonov · 12 years ago
- 70a7095 [compiler-rt] Install support for CMake build of compiler-rt by Alexey Samsonov · 12 years ago
- 1e2525d Add add_clang_runtime_shared_library() CMake function and use it to put the shared ASan runtime in the appropriate place. by Alexander Potapenko · 12 years ago
- df1f2ef [ASan] fix CMake build: make sure that all ASan runtimes are built at correct directory by Alexey Samsonov · 12 years ago
- fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
- 4d57f44 cmake for compiler-rt: add a function to set output dirs for compiler runtimes equal to directory used by Clang driver. Use it for ASan runtime. Also, make sure that ASan unit tests depend on the ASan runtime. by Alexey Samsonov · 12 years ago
- a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
- 0c87068 Reorder these things for clarity, and add -std=c99 to the compile flags. by Chandler Carruth · 12 years ago
- 479d47f Resuming work on the compiler-rt CMake build at long long last. In order by Chandler Carruth · 12 years ago
- d51e0a0 Initial, very rough cut at a new CMake build system for compiler-rt. by Chandler Carruth · 13 years ago
- 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 13 years ago
- e1fa0f3 Update CMake build system with target arch source file lists. by Edward O'Callaghan · 15 years ago
- 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
- 8bf1e09 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 15 years ago
- 0e4ad9c Start porting compiler-rt testsuit to Solaris with new build system. Fix some C++ style comments which are not allowed in ISO C90. by Edward O'Callaghan · 15 years ago
- 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
- 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
- d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago