1. 642db07 [CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specified by Alexey Samsonov · 11 years ago
  2. c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
  3. eee71ae DataFlowSanitizer; compiler-rt changes. by Peter Collingbourne · 11 years ago
  4. c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
  5. d668cd2 [ASan] create common autogenerated config for running compiler-rt unit tests, and use it in ASan by Alexey Samsonov · 11 years ago
  6. 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
  7. 84d0d7d Effectively revert r182453 - atomic.c may not be compiled if host compiler doesn't understand _Atomic by Alexey Samsonov · 11 years ago
  8. 6cef978 Add atomic.c to CMake build of compiler-rt to match r182420 by Alexey Samsonov · 11 years ago
  9. f484ff3 [lsan] CMakeLists and lit test configs for LSan. by Sergey Matveev · 11 years ago
  10. 4df99d2 Add basic support for building profile compiler-rt library in CMake build on Darwin by Alexey Samsonov · 11 years ago
  11. c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 12 years ago
  12. 79b2d17 [msan] MSanDR: initial commit. by Evgeniy Stepanov · 12 years ago
  13. e16af95 CMake: Add add_compiler_rt_static_runtime function and use it to build generic compiler-rt libraries by Alexey Samsonov · 12 years ago
  14. ff86a5f Fix a typo from r172289 by Alexey Samsonov · 12 years ago
  15. 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 12 years ago
  16. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  17. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago
  18. 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
  19. 6ebe451 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  20. 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
  21. 1c2a24e [ASan] Include ASan into CMake build only on Linux, Mac and Windows by Alexey Samsonov · 12 years ago
  22. 06dc82d [TSan] Add tsan to cmake build of compiler-rt only on Linux by Alexey Samsonov · 12 years ago
  23. 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
  24. 70a7095 [compiler-rt] Install support for CMake build of compiler-rt by Alexey Samsonov · 12 years ago
  25. 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
  26. df1f2ef [ASan] fix CMake build: make sure that all ASan runtimes are built at correct directory by Alexey Samsonov · 12 years ago
  27. fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
  28. 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
  29. a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
  30. 0c87068 Reorder these things for clarity, and add -std=c99 to the compile flags. by Chandler Carruth · 12 years ago
  31. 479d47f Resuming work on the compiler-rt CMake build at long long last. In order by Chandler Carruth · 12 years ago
  32. d51e0a0 Initial, very rough cut at a new CMake build system for compiler-rt. by Chandler Carruth · 12 years ago
  33. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 12 years ago
  34. e1fa0f3 Update CMake build system with target arch source file lists. by Edward O'Callaghan · 15 years ago
  35. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  36. 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
  37. 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
  38. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  39. 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
  40. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago