1. b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
  2. 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
  3. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  4. 8496afd [nolibc] Disable the GCC stack protector when building sanitizer runtimes. by Peter Collingbourne · 11 years ago
  5. 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 11 years ago
  6. fd0a789 Change the cmake variable COMPILER_RT_CAN_EXECUTE_TESTS to be an option so that it can overwritten. by Michael Gottesman · 11 years ago
  7. e374e4e [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. by Alexey Samsonov · 11 years ago
  8. c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 11 years ago
  9. 304026d [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib=libc++ by Alexey Samsonov · 11 years ago
  10. bc2b5ba [sanitizer] Copy sanitizer headers to the build tree. by Evgeniy Stepanov · 11 years ago
  11. d0b1d46 CMake: generalize checking for target availability and add initial support for PowerPC native arch. With this patch, building LLVM on PowerPC native arch produces a working ASan runtime. by Alexey Samsonov · 12 years ago
  12. 2aad7c1 CMake: add functions creating universal runtime libraries for several architectures on OS X and use them in ASan and UBSan build rules by Alexey Samsonov · 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. 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 12 years ago
  15. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  16. 3442118 CMake: start to generalize rules for non-x86 architectures by Alexey Samsonov · 12 years ago
  17. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  18. d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
  19. bf23186 [ASan] Support building both 32- and 64-bit unit tests if we can target both architectures by Alexey Samsonov · 12 years ago
  20. 02dcc63 Significantly change the way we build ASan unittests in CMake by Alexey Samsonov · 12 years ago
  21. 79ad22a [ASan] Remove llvm-symbolizer from compiler-rt/utils/ by Alexander Potapenko · 12 years ago
  22. 275ca01 [Sanitizer] Build all sanitizer runtime libraries with debug info (with -gline-tables-only, if it's available) by Alexey Samsonov · 12 years ago
  23. 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
  24. 1d34a48 [Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes - people may use too many distinct/old host compilers by Alexey Samsonov · 12 years ago
  25. 721460b [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-macros flag. by Alexey Samsonov · 12 years ago
  26. b43d6a8 [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build by Alexey Samsonov · 12 years ago
  27. 34fc56c CMake build rules for ASan Android runtime and tests. by Evgeniy Stepanov · 12 years ago
  28. 7e72e45 Fox a typo. by Evgeniy Stepanov · 12 years ago
  29. 70a7095 [compiler-rt] Install support for CMake build of compiler-rt by Alexey Samsonov · 12 years ago
  30. 0f7d4a4 [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake by Alexey Samsonov · 12 years ago
  31. c5fee8e [compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, enable build of llvm-symbolizer binary (currently for one target only) by Alexey Samsonov · 12 years ago
  32. d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago
  33. 60ab090 Some flag cleanup for the sanitizer runtimes. by Chandler Carruth · 12 years ago
  34. b100277 CMake build rules for ASan/Android runtime. by Evgeniy Stepanov · 12 years ago
  35. fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
  36. bd17004 [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to llvm definitions. Let us override this by explicitly adding -m64 compiler flag when building compiler-rt libraries for x86_64 target by Alexey Samsonov · 12 years ago
  37. 984f6cf Add support for building the ASan instrumentation unit tests with the by Chandler Carruth · 12 years ago
  38. a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
  39. 2e82a8b Disable the test subdirectory entirely until we get fresh CMake files by Chandler Carruth · 12 years ago
  40. d51e0a0 Initial, very rough cut at a new CMake build system for compiler-rt. by Chandler Carruth · 12 years ago
  41. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 12 years ago
  42. fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 15 years ago
  43. 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
  44. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  45. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  46. 6311a30 If the compiler does not support GCC-compatible by Shantonu Sen · 15 years ago
  47. b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
  48. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  49. a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
  50. d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
  51. 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
  52. 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
  53. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  54. 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
  55. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago