1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  4. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  5. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  6. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  7. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  8. 8c6e485 [ASan] Introduce a top-level target to collect all ASan runtimes and deps by Alexey Samsonov · 11 years ago
  9. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  10. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  11. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  12. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  13. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  14. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  15. 9c59ca8 [ASan] Temporary disable UAR unit test on Android due to https://code.google.com/p/address-sanitizer/issues/detail?id=222 by Alexey Samsonov · 11 years ago
  16. bdd9545 [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google.com/p/address-sanitizer/issues/detail?id=222 is fixed. by Alexander Potapenko · 11 years ago
  17. ac3ae5d [asan] fully re-implement the FakeStack (use-after-return) to make it faster and async-signal-safe. The implementation is not yet complete (see FIXMEs) but the existing tests pass. by Kostya Serebryany · 11 years ago
  18. d39a34e [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_MEMORY macro in tests, slightly reduce test memory usage (all to make 32-bit runs consume less RAM) by Kostya Serebryany · 11 years ago
  19. c74b2cc [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt by Kostya Serebryany · 12 years ago
  20. f6acafc [CMake] Fix compiler-rt tests after r173617 by Alexey Samsonov · 12 years ago
  21. 3b9e668 ASan: use Clang -fsanitize-blacklist flag in unit tests (instead of -mllvm) by Alexey Samsonov · 12 years ago
  22. c92a421 ASan: simplify build rules for unit tests by Alexey Samsonov · 12 years ago
  23. 5e5be21 ASan: disable flexible mapping and offset on Android. It doesn't work for dynamic ASan runtime there by Alexey Samsonov · 12 years ago
  24. 8fb1264 [asan] split asan_test.cc even more by Kostya Serebryany · 12 years ago
  25. 6cbfae4 [asan] split asan_test.cc more by Kostya Serebryany · 12 years ago
  26. 38db306 [asan] split asan_test.cc to speedup parallel build (most important if building with a debug clang, which takes a couple of minutes on this large file with templates). More splits to follow by Kostya Serebryany · 12 years ago
  27. 8c745fc [ASan] Move Mac-specific tests to asan_mac_test.cc by Alexander Potapenko · 12 years ago
  28. 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
  29. 87b52b9 Fixup for r173021: build tests with zero-based shadow on Android only, fix condition in checking for shadow gap in asan_mapping.h by Alexey Samsonov · 12 years ago
  30. ee485d4 ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and Android by Alexey Samsonov · 12 years ago
  31. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  32. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  33. 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
  34. 032e833 [Sanitizer] CMake build rules for unittests: depend on headers when compiling a file with custom clang. by Alexey Samsonov · 12 years ago
  35. 32b8991 [Sanitizer] Don't implicitly add object files to the list of dependencies when building compiler_rt unittests. Fix sanitizer_common and asan build rules accordingly. This also fixes check-sanitizer command on Ninja. by Alexey Samsonov · 12 years ago
  36. 2f66ab2 [ASan] don't use -fsanitize=address linker flag for unit tests on Android by Alexey Samsonov · 12 years ago
  37. c47a451 [ASan] explicitly link with dynamic ASan runtime when building unittests on Android by Alexey Samsonov · 12 years ago
  38. bf23186 [ASan] Support building both 32- and 64-bit unit tests if we can target both architectures by Alexey Samsonov · 12 years ago
  39. 8925b71 [ASan] make sure Android unittests depend on ASan runtime by Alexey Samsonov · 12 years ago
  40. 02dcc63 Significantly change the way we build ASan unittests in CMake by Alexey Samsonov · 12 years ago
  41. 4cf0657 [asan] simplify break_optimization in tests (Jakub Jelinek) by Kostya Serebryany · 12 years ago
  42. f10a79a Update compiler-rt tests to match flag renaming/deprecation in Clang. by Richard Smith · 12 years ago
  43. 7a89732 [ASan] instrumented asan unit tests should depend on blacklist file by Alexey Samsonov · 12 years ago
  44. de55be3 [ASan] unit tests: Move main() to a separate file. Fix lint by Alexey Samsonov · 12 years ago
  45. 76e8428 [ASan] fix compiler warnings for unit test on Android by Alexey Samsonov · 12 years ago
  46. b43d6a8 [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build by Alexey Samsonov · 12 years ago
  47. 34fc56c CMake build rules for ASan Android runtime and tests. by Evgeniy Stepanov · 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. 656e4ee [ASan] Add CMake support for building ASan benchmarks by Alexey Samsonov · 12 years ago
  50. 60ab090 Some flag cleanup for the sanitizer runtimes. by Chandler Carruth · 12 years ago
  51. 8757a68 [ASan] CMake build: share more compile flags between instrumented and non-instrumented tests by Alexey Samsonov · 12 years ago
  52. fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
  53. 4afc63c [ASan] Add support for running unit tests by lit (as a part of 'make check-asan' command) by Alexey Samsonov · 12 years ago
  54. 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
  55. 1a7741b [ASan] Support for cmake build of ASan unittests in 32-bit LLVM build. Currently, to run ASan unit tests both for 32- and 64 bits one has to maintain two distinct LLVM builds. In a bright future, we'd like to use a single build for this by Alexey Samsonov · 12 years ago
  56. dbd8aac [ASan] cmake unit tests: explicitly add necessary linker flags when linking unit tests with asan runtime by Alexey Samsonov · 12 years ago
  57. 2084543 [ASan] cmake-based unit tests: merge instrumented and non-instrumented files into one test binary by Alexey Samsonov · 12 years ago
  58. d00ecb6 [ASan] silence various warnings in cmake build of asan unit tests by Alexey Samsonov · 12 years ago
  59. 37dd1d7 [ASan] cmake support for running asan unit tests on Mac by Alexey Samsonov · 12 years ago
  60. 79753b2 [ASan] update cmake rules so that ASan unit tests can include googletest (and, hence, llvm) headers when they are built by fresh Clang by Alexey Samsonov · 12 years ago
  61. 984f6cf Add support for building the ASan instrumentation unit tests with the by Chandler Carruth · 12 years ago
  62. 94cc7e1 [asan] update the cmake file for asan by Kostya Serebryany · 12 years ago
  63. 821f21b Cleanup the handling of CFLAGS even more in the cmake build for ASan. by Chandler Carruth · 12 years ago