1. cdce50b Update aosp/master compiler-rt for rebase to r239765 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. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  5. cac631e [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build by Alexey Samsonov · 11 years ago
  6. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  7. 1d55ed1 tsan: revert dynamic symbols file to the old incorrect one by Dmitry Vyukov · 11 years ago
  8. 6d81738 tsan: update dynamic export syms file by Dmitry Vyukov · 11 years ago
  9. 616659a Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings by Alexey Samsonov · 11 years ago
  10. 6a7c51d [TSan] Make path to FileCheck configurable by Alexey Samsonov · 11 years ago
  11. 5c88936 [TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-rtti flag. by Alexey Samsonov · 11 years ago
  12. 55249d1 [TSan] remove temporary build directory in 'make clean' command by Alexey Samsonov · 12 years ago
  13. fcc7c8c [TSan] remove artifacts from gotsan build in 'make clean' command by Alexey Samsonov · 12 years ago
  14. f4f51f2 asan/tsan: move blocking mutex from asan to sanitizer_common by Dmitry Vyukov · 12 years ago
  15. 98263a1 tsan: add cmake build and tests into presubmit script by Dmitry Vyukov · 12 years ago
  16. 1e3657c [TSan] build only gtest-all.o when building TSan unit tests by Alexey Samsonov · 12 years ago
  17. e6867ac tsan: add lint check back into presubmit script by Dmitry Vyukov · 12 years ago
  18. b75c67b tsan: fix -Wgnu warnings by Dmitry Vyukov · 12 years ago
  19. ff6e6c3 tsan: add sanity test for Go runtime into presubmit test by Dmitry Vyukov · 12 years ago
  20. 3168586 [TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well. by Alexey Samsonov · 12 years ago
  21. f548ef8 [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single root for gtest-based tests. Support running these tests from lit via check-tsan command. by Alexey Samsonov · 12 years ago
  22. 184fdd7 [Sanitizer] Remove lint checkers from our old makefiles in favor of buildbot by Alexey Samsonov · 12 years ago
  23. 5f0297b [tsan] fix tsan's Makefile.old -- our build bot still uses it (hopefully, will soon migrate to cmake completely) by Kostya Serebryany · 12 years ago
  24. 389b74b [tsan] minor enhancements in the new tsan allocator and a test malloc replacement library that can be linked to any program to replace malloc (tested on spec2006) by Kostya Serebryany · 12 years ago
  25. f3be706 [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to common runtime. by Alexey Samsonov · 12 years ago
  26. c3d1698 [TSan] use threadsafe death tests in TSan unit tests by Alexey Samsonov · 12 years ago
  27. a3eca81 tsan/asan: add SpinMutex to sanitizer_common by Dmitry Vyukov · 12 years ago
  28. aa7bb26 tsan: use -Wno-unused-private-field only for clang (gcc does not understand it) by Dmitry Vyukov · 12 years ago
  29. c082540 [TSan] fix warnings suppression: internal-linkage-in-inline was renamed to static-in-inline by Alexey Samsonov · 12 years ago
  30. c375657 [tsan] first step in implementing a custom allocator for tsan (and msan) which saves precious shadow by Kostya Serebryany · 12 years ago
  31. 6985085 [tsan] a bit more lint and Makefile changes to run tests from sanitizer_common by Kostya Serebryany · 12 years ago
  32. 0a9d891 [TSan] silence -Winternal-linkage-in-inlinewarning which is produced for gtest code by Alexey Samsonov · 12 years ago
  33. 2ea9787 [Sanitizer] Workaround for -Wunused-private-field warning - add an attribute in TSan unit test, and silence this warning as gtest has unused fields. by Alexey Samsonov · 12 years ago
  34. 7f9c5a2 [TSan] use __sanitizer::internal_open in TSan run-time by Alexey Samsonov · 12 years ago
  35. b3cedf9 [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common by Kostya Serebryany · 12 years ago
  36. 40565ce tsan: pass CFLAGS to tests by Dmitry Vyukov · 12 years ago
  37. 3547924 [tsan] fix dependency rules in Makefile.old by Kostya Serebryany · 12 years ago
  38. 3d6ae15 [tsan] run more kinds of builds as presubmit test (and fix gcc debug build) by Kostya Serebryany · 12 years ago
  39. de257a9 [tsan] a bit more lint by Kostya Serebryany · 12 years ago
  40. b82ae88 [tsan] old-dstyle Makefile for tests; two helper scripts that analyze the assembly code of the hot functions by Kostya Serebryany · 12 years ago