1. 9a830b9 [sanitizer] replace CHECK with CHECK_XY in two places for better diagnostics by Kostya Serebryany · 9 years ago
  2. 74f490d [asan] Ease dealing with tagged enum ErrorDescription with some macros. by Filipe Cabecinhas · 9 years ago
  3. 64150ea [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be consistent in constructor arguments and member order. by Filipe Cabecinhas · 9 years ago
  4. 8dc0e09 [sanitizer] Add interceptor for ttyname_r by Keno Fischer · 9 years ago
  5. 58560a0 [sanitizer] fix an allocator bug where the allocated memory may overlap with the free array (kudos to Kostya Korcthinsky). Also make sure that the allocator does not mmap more than requested. Test both. by Kostya Serebryany · 9 years ago
  6. def8d5f [asan] Store access_size in the {Stack,Global}AddressDescription objects by Filipe Cabecinhas · 9 years ago
  7. 4aff9e6 [asan] Add a new AddressDescription structure, which can describe any type of address. by Filipe Cabecinhas · 9 years ago
  8. 627d78f [asan] Disable handle_abort in Android tests. by Evgeniy Stepanov · 9 years ago
  9. e3c7f54 [asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_test.cc and make it a general test. by Filipe Cabecinhas · 9 years ago
  10. d77e8c0 [sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (need to put a zero after strncmp). LOL by Kostya Serebryany · 9 years ago
  11. 55f9f18 Fix tsan-go build. by Evgeniy Stepanov · 9 years ago
  12. ba7c5cf [powerpc] Move #if to appease warnings-as-errors tests by Bill Seurer · 9 years ago
  13. 6f60513 Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt" by Renato Golin · 9 years ago
  14. 490ccc9 Fix linker warning about sanitizer_common_nolibc functions on Windows by Reid Kleckner · 9 years ago
  15. dd16896 Really fix warnings about passing -std=gnu99 to MSVC by Reid Kleckner · 9 years ago
  16. 0ab52b9 Revert "[ESan][MIPS] Adds support for MIPS64" by Qin Zhao · 9 years ago
  17. 0b6f487 [compiler-rt] Don't use -fPIC when building for Windows by Francis Ricci · 9 years ago
  18. 8651c04 [asan] Fix handle_abort_on_error.cc test on Darwin by Kuba Brecka · 9 years ago
  19. 3e848ea [asan] Handle SIGBART signal description. (found by buildbot) by Filipe Cabecinhas · 9 years ago
  20. 1989be7 [asan] Reify ErrorDeadlySignal by Filipe Cabecinhas · 9 years ago
  21. 419ebb28 [tsan] Support C++11 call_once in TSan on Darwin by Kuba Brecka · 9 years ago
  22. b638c48 [asan] Test that asan does not report use-after-scope if program jumped over variable declaration. by Vitaly Buka · 9 years ago
  23. 81291a0 Correctly escape %. by Nico Weber · 9 years ago
  24. 5332645 [XRay] ARM 32-bit no-Thumb support in compiler-rt by Dean Michael Berris · 9 years ago
  25. 337e40f [sanitizer] Fix a conflict between abort_on_error and handle_abort. by Evgeniy Stepanov · 9 years ago
  26. e29f05d [asan] Fix build on Linux. by Evgeniy Stepanov · 9 years ago
  27. d14c2c0 builtins: make sure that flags is setup properly for __clear_cache by Saleem Abdulrasool · 9 years ago
  28. 3989c9f [asan] Fix a crash in GetCurrentThread() before init. by Evgeniy Stepanov · 9 years ago
  29. 0b2dba1 [asan] Add openlog() on Android. by Evgeniy Stepanov · 9 years ago
  30. 52fdd22 [compiler-rt] Allow sanitizers to be compiled for windows with clang by Francis Ricci · 9 years ago
  31. e7729c8 [compiler-rt] Fix library suffixes on windows by Francis Ricci · 9 years ago
  32. 14f3820 [powerpc] Move #if to appease warnings-as-errors tests by Bill Seurer · 9 years ago
  33. f2a02894 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64 by Bill Seurer · 9 years ago
  34. 25ad7b5 [asan] Reify ErrorNewDeleteSizeMismatch by Filipe Cabecinhas · 9 years ago
  35. 41f08b4 [ESan][MIPS] Adds support for MIPS64 by Sagar Thakur · 9 years ago
  36. 6e2e0e8 Add #include <cstdio> to unbreak build (missing definition of stderr) by Krzysztof Parzyszek · 9 years ago
  37. 3c503d1 asan: allow __asan_{before,after}_dynamic_init without registered globals by Dmitry Vyukov · 9 years ago
  38. 3121ddf [asan] Move scariness_score_test.cc to a common subdirectory by Filipe Cabecinhas · 9 years ago
  39. 0c4dd8d Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dwarf again by Reid Kleckner · 9 years ago
  40. 90646fe [CMake] Add option (defaulted off) to exclude atomic.c by Chris Bieneman · 9 years ago
  41. bc555b7 [tsan] Bump stack frame size limit. by Evgeniy Stepanov · 9 years ago
  42. d2fb1e4 Revert "Copy over most of the scariness_score test to the general tests" by Filipe Cabecinhas · 9 years ago
  43. 5f25462 [CMake] Adding compiler-rt-test-depends target by Chris Bieneman · 9 years ago
  44. 507ba20 Fix dll_host.cc test after adding div and gep trace coverage points by Reid Kleckner · 9 years ago
  45. b939a7f build: profile is not a sanitizer by Saleem Abdulrasool · 9 years ago
  46. fbd3de7 Try to fix another profile test by Renato Golin · 9 years ago
  47. 9512821 Remove extra scariness.Clear() call. by Filipe Cabecinhas · 9 years ago
  48. 0f298a2 Fix profile test assuming dumb compiler by Renato Golin · 9 years ago
  49. f1fb439 Clear scariness score when initializing ErrorDoubleFree by Filipe Cabecinhas · 9 years ago
  50. 6e903de Copy over most of the scariness_score test to the general tests by Filipe Cabecinhas · 9 years ago
  51. f3e82f1 Fix the use of unitialized value while reporting double free in ASAN. by Ivan Krasin · 9 years ago
  52. 2700bd8 [sanitizer] extend SizeClassMap to take more template parameters, add VeryCompactSizeClassMap for testing purposes by Kostya Serebryany · 9 years ago
  53. 453b555 Fix buildbot bug: Wasn't printing scariness for DoubleFree by Filipe Cabecinhas · 9 years ago
  54. b16672d Reify ErrorDoubleFree by Filipe Cabecinhas · 9 years ago
  55. 4fd3076 [sanitizer] remove kBatchClassID that is not used any more; NFC by Kostya Serebryany · 9 years ago
  56. 000b071 stats: define WIN32_LEAN_AND_MEAN when including windows.h by Saleem Abdulrasool · 9 years ago
  57. 6ca5114 profile: add missing include for Windows by Saleem Abdulrasool · 9 years ago
  58. fddfdca Start reifying error descriptions (Re-do of D23672 supporting VS2013) by Filipe Cabecinhas · 9 years ago
  59. e0e1891 Split ScarinessScore between its "storage" (POD), and an initializing object. by Filipe Cabecinhas · 9 years ago
  60. c213685 XFAIL cfi/stats.cpp on Windows until we fix our DIA usage by Reid Kleckner · 9 years ago
  61. 7931529 [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test. by Vasileios Kalintiris · 9 years ago
  62. c80f7b8 [asan] Mark failing test as UNSUPPORTED. by Akira Hatanaka · 9 years ago
  63. b3177ce [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; run-time part by Kostya Serebryany · 9 years ago
  64. c84d4f5 [asan] Disable test on darwin bot by Vitaly Buka · 9 years ago
  65. 98c3245 [asan] Attempt to fix test on darwin bot by Vitaly Buka · 9 years ago
  66. 6496de4 [scudo] use 32 bits of ASLR entropy instead of just 24 when shuffling allocated chunks by Kostya Serebryany · 9 years ago
  67. ac644fa [asan] Remove runtime flag detect_stack_use_after_scope by Vitaly Buka · 9 years ago
  68. c0d14ec Revert "Start reifying error descriptions. Second try: Try to appease Visual Studio." by Filipe Cabecinhas · 9 years ago
  69. b477ce0 Start reifying error descriptions. Second try: Try to appease Visual Studio. by Filipe Cabecinhas · 9 years ago
  70. 0b2628d [asan] Disable tests more selectively. by Akira Hatanaka · 9 years ago
  71. 56658af [asan] Use "REQUIRES: x86_64-target-arch" to disable the test on i386. by Akira Hatanaka · 9 years ago
  72. 42034d0 [asan] restrict release_to_os_test.cc to x86_64 by Kostya Serebryany · 9 years ago
  73. b72479b [asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning. by Kostya Serebryany · 9 years ago
  74. 0ac0160 [asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple. by Akira Hatanaka · 9 years ago
  75. d2cc637 Revert "Start reifying error descriptions" by Filipe Cabecinhas · 9 years ago
  76. 21395f9 [CMake] Connect Compiler-RT targets to LLVM Runtimes directory by Chris Bieneman · 9 years ago
  77. 403423c Start reifying error descriptions by Filipe Cabecinhas · 9 years ago
  78. fdb0f39 [compiler-rt][XRay] Remove unnecessary assertion. by Dean Michael Berris · 9 years ago
  79. d7bd8fb Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration" by Dean Michael Berris · 9 years ago
  80. f4f687a [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration by Dean Michael Berris · 9 years ago
  81. f50eb93 [compiler-rt][XRay] Initial per-thread inmemory logging implementation by Dean Michael Berris · 9 years ago
  82. 510911f Include tests only if COMPILER_RT_BUILD_XRAY is ON. by Dean Michael Berris · 9 years ago
  83. ebd27cc Additional update missed by r279793, should hopefully make the PPC sanitizer bots happy again. by Richard Smith · 9 years ago
  84. 7c5ae7c [sanitizer] enable random shuffling the memory chunks inside the allocator, under a flag. Set this flag for the scudo allocator, add a test. by Kostya Serebryany · 9 years ago
  85. 1fde590 [asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry) by Kostya Serebryany · 9 years ago
  86. a02b918 [asan] remove unused kAsanHeapRightRedzoneMagic (NFC) by Kostya Serebryany · 9 years ago
  87. 66b2ac0 [asan] fix windows bot by Kostya Serebryany · 9 years ago
  88. 9aab75f [sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizers/issues/322 by Kostya Serebryany · 9 years ago
  89. 15647b1 [sanitizer] change SizeClassAllocator64 to accept just one template parameter instead of 5. First, this will make the mangled names shorter. Second, this will make adding more parameters simpler. by Kostya Serebryany · 9 years ago
  90. 3a46def [lsan] one more test fix to please the Debian Sid bot (this time, confirmed on the proper machine). Apparently, newer glibc uses slightly more stack by Kostya Serebryany · 9 years ago
  91. ebbd8a9 dfsan: Enable 48-bit VMA support on aarch64 by Adhemerval Zanella · 9 years ago
  92. 1005b7d msan: Enable 48-bit VMA support on aarch64 by Adhemerval Zanella · 9 years ago
  93. 341b1fea [builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGET by Francis Ricci · 9 years ago
  94. db0fcdb [lsan] give a test a bit more stack -- it started failing after r279664 on the debian bot, hopefully this is a fix. by Kostya Serebryany · 9 years ago
  95. 8e7ea9d [sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. by Kostya Serebryany · 9 years ago
  96. 6d03d84 [ubsan] fix the test to me more resistent against changes in the sanitizer allocator by Kostya Serebryany · 9 years ago
  97. 769ec705 Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsan by Vitaly Buka · 9 years ago
  98. 1164cae [asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTED on x86_64-apple by Akira Hatanaka · 9 years ago
  99. 865a98d [sanitizer] trying to fix the PPC bots by Kostya Serebryany · 9 years ago
  100. f46d50e [sanitizer] change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. by Kostya Serebryany · 9 years ago