1. 909fff8 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  4. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  5. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  6. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  7. d5c29a8 [ASan] Backport r195125, r195132, r195216 to LLVM 3.4 branch. by Alexander Potapenko · 11 years ago
  8. c85d627 [DFSan] Don't include public headers in dfsan runtime code by Alexey Samsonov · 11 years ago
  9. 4949674 [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib by Alexander Potapenko · 11 years ago
  10. 7e8db74 Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. by Peter Collingbourne · 11 years ago
  11. c349466 Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries by Alexey Samsonov · 11 years ago
  12. 0bc4a0b [TSan] Add a couple of compiler warnings to TSan runtime compile flags by Alexey Samsonov · 11 years ago
  13. 38a61aa [sanitizer] Refine CMake rules for generating exported symbols and lint checking by Alexey Samsonov · 11 years ago
  14. 3472413 cmake: Add /Oy- (don't omit frame pointer) to compile flags by Hans Wennborg · 11 years ago
  15. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  16. c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
  17. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  18. 33b2135 Always set -m32/-m64 flags for targeting i386/x86_64 respectively. Apparently, there are platforms where the clang defaults are different from gcc by Alexey Samsonov · 11 years ago
  19. b957d9f Drop support for 32-bit PowerPC in sanitizer tools. by Alexey Samsonov · 11 years ago
  20. 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
  21. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  22. 8496afd [nolibc] Disable the GCC stack protector when building sanitizer runtimes. by Peter Collingbourne · 11 years ago
  23. 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
  24. 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
  25. 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
  26. c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 11 years ago
  27. 304026d [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib=libc++ by Alexey Samsonov · 11 years ago
  28. bc2b5ba [sanitizer] Copy sanitizer headers to the build tree. by Evgeniy Stepanov · 11 years ago
  29. 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 · 11 years ago
  30. 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 · 11 years ago
  31. e16af95 CMake: Add add_compiler_rt_static_runtime function and use it to build generic compiler-rt libraries by Alexey Samsonov · 11 years ago
  32. 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 11 years ago
  33. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 11 years ago
  34. 3442118 CMake: start to generalize rules for non-x86 architectures by Alexey Samsonov · 11 years ago
  35. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 11 years ago
  36. 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 · 11 years ago
  37. bf23186 [ASan] Support building both 32- and 64-bit unit tests if we can target both architectures by Alexey Samsonov · 11 years ago
  38. 02dcc63 Significantly change the way we build ASan unittests in CMake by Alexey Samsonov · 11 years ago
  39. 79ad22a [ASan] Remove llvm-symbolizer from compiler-rt/utils/ by Alexander Potapenko · 12 years ago
  40. 275ca01 [Sanitizer] Build all sanitizer runtime libraries with debug info (with -gline-tables-only, if it's available) by Alexey Samsonov · 12 years ago
  41. 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
  42. 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
  43. 721460b [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-macros flag. by Alexey Samsonov · 12 years ago
  44. b43d6a8 [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build by Alexey Samsonov · 12 years ago
  45. 34fc56c CMake build rules for ASan Android runtime and tests. by Evgeniy Stepanov · 12 years ago
  46. 7e72e45 Fox a typo. by Evgeniy Stepanov · 12 years ago
  47. 70a7095 [compiler-rt] Install support for CMake build of compiler-rt by Alexey Samsonov · 12 years ago
  48. 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
  49. 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
  50. d865fec Relocate the external headers provided by ASan and the common sanitizer library. by Chandler Carruth · 12 years ago
  51. 60ab090 Some flag cleanup for the sanitizer runtimes. by Chandler Carruth · 12 years ago
  52. b100277 CMake build rules for ASan/Android runtime. by Evgeniy Stepanov · 12 years ago
  53. fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
  54. 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
  55. 984f6cf Add support for building the ASan instrumentation unit tests with the by Chandler Carruth · 12 years ago
  56. a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
  57. 2e82a8b Disable the test subdirectory entirely until we get fresh CMake files by Chandler Carruth · 12 years ago
  58. d51e0a0 Initial, very rough cut at a new CMake build system for compiler-rt. by Chandler Carruth · 12 years ago
  59. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 12 years ago
  60. fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 14 years ago
  61. 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
  62. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  63. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  64. 6311a30 If the compiler does not support GCC-compatible by Shantonu Sen · 15 years ago
  65. b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
  66. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  67. a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
  68. d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
  69. 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
  70. 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
  71. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  72. 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
  73. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago