1. d852eca [CMake] Check for C++14 instead of C++11 by Jonas Devlieghere · 4 years, 8 months ago
  2. 91697db Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique" by Jonas Devlieghere · 4 years, 8 months ago
  3. 25eb4e4 [sanitizer_common] Replace forkpty with posix_spawn on Darwin by Julian Lettner · 4 years, 8 months ago
  4. 326a92b [compiler-rt] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 4 years, 8 months ago
  5. ff30f73 [scudo][standalone] Add more stats to mallinfo by Kostya Kortchinsky · 4 years, 8 months ago
  6. 7c6dcf0 [TSan] Fix test failing on Linux by Julian Lettner · 4 years, 9 months ago
  7. 2ccd3c3 [GWP-ASan] Update backtrace function signature. by Mitch Phillips · 4 years, 9 months ago
  8. 23d0725 [libFuzzer] Merge: print feature coverage number as well. by Max Moroz · 4 years, 9 months ago
  9. ab670a9 Fix Wnewline-eof after r368598 by Nico Weber · 4 years, 9 months ago
  10. 3cb1404 [asan_symbolize] Fix bug where the frame counter was not incremented. by Dan Liew · 4 years, 9 months ago
  11. 4e6f406 [builtins] MSVC warning disable for clean build by Matthew G McGovern · 4 years, 9 months ago
  12. 0b161aa [scudo][standalone] Minor corrections by Kostya Kortchinsky · 4 years, 9 months ago
  13. 0c8ff69 Add support for FreeBSD's LD_32_LIBRARY_PATH by Dimitry Andric · 4 years, 9 months ago
  14. 85b494a [Sanitizer] Reenable getusershell interception by David Carlier · 4 years, 9 months ago
  15. e913868 [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptr by Julian Lettner · 4 years, 9 months ago
  16. d0814db Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that tried to fix the build as it's still broken. by Eric Christopher · 4 years, 9 months ago
  17. b1ba8d7 Fix compilation after SVN r368476 by Martin Storsjo · 4 years, 9 months ago
  18. 8e69f65 [sanitizers] MSVC warning disable for clean build by Matthew G McGovern · 4 years, 9 months ago
  19. 1a26763 Revert "[asan_symbolize] Fix bug where the frame counter was not incremented." by Mitch Phillips · 4 years, 9 months ago
  20. 6268708 [libFuzzer] Merge: print stats after reading the output corpus dir. by Max Moroz · 4 years, 9 months ago
  21. 0eddb6e [compiler-rt] FuzzedDataProvider: use C++ headers only instead of a C/C++ mix. by Max Moroz · 4 years, 9 months ago
  22. 886c4c8 [sanitizer] Update symbolizer/scripts/global_symbols.txt by Benjamin Kramer · 4 years, 9 months ago
  23. df4e46b [asan_symbolize] Fix bug where the frame counter was not incremented. by Dan Liew · 4 years, 9 months ago
  24. 228ee15 hwasan: Add a code model check for tagged globals. by Peter Collingbourne · 4 years, 9 months ago
  25. ddf4f11 [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP. by Max Moroz · 4 years, 9 months ago
  26. 18c588a Sync ioctl(2) list with NetBSD 9.99.3 by Kamil Rytarowski · 4 years, 9 months ago
  27. e714d8a Update generate_netbsd_ioctls.awk for NetBSD 9.99.3 by Kamil Rytarowski · 4 years, 9 months ago
  28. ae6271b Add LLD as a requirement for hwasan tests because of change in r368111. by Douglas Yung · 4 years, 9 months ago
  29. cb1c835 Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMIC by Kamil Rytarowski · 4 years, 9 months ago
  30. bbac28b [HWASan] Use LLD for check-hwasan. by Mitch Phillips · 4 years, 9 months ago
  31. 1da5872 Require lld for hwasan tests. by Peter Collingbourne · 4 years, 9 months ago
  32. 997a8c0 [TSAN] Fix tsan on FreeBSD after D54889 by Alexander Richardson · 4 years, 9 months ago
  33. 63597da hwasan: Instrument globals. by Peter Collingbourne · 4 years, 9 months ago
  34. 47e8efc [Sanitizer] little typo by David Carlier · 4 years, 9 months ago
  35. 325ce8e [Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge Page by David Carlier · 4 years, 9 months ago
  36. c54aa30 [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes. by Max Moroz · 4 years, 9 months ago
  37. b563d22 [compiler-rt] Implement getrandom interception by Vitaly Buka · 4 years, 9 months ago
  38. ca7a90c [compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage. by Puyan Lotfi · 4 years, 9 months ago
  39. b2845e4 [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3) by Puyan Lotfi · 4 years, 9 months ago
  40. 6a27c31 Build libfuzzer libcxx-static with PIC by Yi Kong · 4 years, 9 months ago
  41. 56644c1 hwasan: Untag global variable addresses in tests. by Peter Collingbourne · 4 years, 9 months ago
  42. e4e0865 BMI2 support is indicated in bit eight of EBX, not nine. by Eric Christopher · 4 years, 9 months ago
  43. adba3eb [Sanitizer] Linux refactor shadow huge page mode handling by David Carlier · 4 years, 9 months ago
  44. ab588ad [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use. by Max Moroz · 4 years, 9 months ago
  45. 2540ba4 compiler-rt: Remove .cc from all lit config files by Nico Weber · 4 years, 9 months ago
  46. 7dffef0 Follow-up for r367863 and r367656 by Nico Weber · 4 years, 9 months ago
  47. 2f91f4f compiler-rt: Rename cc files below test/asan to cpp by Nico Weber · 4 years, 9 months ago
  48. 9b46f1e Try to fix OOB tests more on Windows after r367642 by Nico Weber · 4 years, 9 months ago
  49. 3813eb1 Try to fix OOB tests on at least Windows after r367642 by Nico Weber · 4 years, 9 months ago
  50. 71638dc compiler-rt: Rename cc files below test/sanitizer_common to cpp by Nico Weber · 4 years, 9 months ago
  51. a467d95 compiler-rt: Rename remaining cc files in test/profile to cpp by Nico Weber · 4 years, 9 months ago
  52. 17f11e7 More follow-up to r367851 by Nico Weber · 4 years, 9 months ago
  53. 97febfd compiler-rt: Rename last few cc files below test/ubsan to cpp by Nico Weber · 4 years, 9 months ago
  54. 011073b compiler-rt: Rename .cc file in test/dfsan to cpp by Nico Weber · 4 years, 9 months ago
  55. 281f6cb compiler-rt: Rename cc files in test/hwasan/TestCases subdirectories as well by Nico Weber · 4 years, 9 months ago
  56. bda8f19 compiler-rt: Rename .cc file in test/hwasan to .cpp by Nico Weber · 4 years, 9 months ago
  57. c8a15c5 Remove another empty directory. by Nico Weber · 4 years, 9 months ago
  58. 4ebf9c9 Remove empty directory. by Nico Weber · 4 years, 9 months ago
  59. 73f86c7 compiler-rt: Rename .cc file in test/lsan to .cpp by Fangrui Song · 4 years, 9 months ago
  60. 1b40f84 [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/SanitizerCommon.PthreadDestructorIterations on Solaris by Rainer Orth · 4 years, 9 months ago
  61. 681afdf compiler-rt: Rename .cc file in test/tsan to .cpp by Fangrui Song · 4 years, 9 months ago
  62. 871e382 compiler-rt: Rename .cc file in test/msan to .cpp by Fangrui Song · 4 years, 9 months ago
  63. 47a529b compiler-rt: Rename .cc file in test/xray to .cpp by Fangrui Song · 4 years, 9 months ago
  64. dff178a Fix flaky test caused by PR42868 by Vitaly Buka · 4 years, 9 months ago
  65. 5504030 Remove a few straggler ".cc"s in compiler-rt/lib by Nico Weber · 4 years, 9 months ago
  66. a4b7543 try to fix bots more after r367562 by Nico Weber · 4 years, 9 months ago
  67. d0bc0b9 try to fix bots after r367562 by Nico Weber · 4 years, 9 months ago
  68. b772b17 compiler-rt: Call a generated c++ file in hwasan .cpp instead of .cc by Nico Weber · 4 years, 9 months ago
  69. ccaf8a0 compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cpp by Nico Weber · 4 years, 9 months ago
  70. b6f4b44 compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp by Nico Weber · 4 years, 9 months ago
  71. 9e0b029 compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp by Nico Weber · 4 years, 9 months ago
  72. 7eb565e compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp by Nico Weber · 4 years, 9 months ago
  73. 747f5b2 compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp by Nico Weber · 4 years, 9 months ago
  74. 6e2190f compiler-rt: Rename .cc file in lib/msan/tests to .cpp by Nico Weber · 4 years, 9 months ago
  75. a8f02bf compiler-rt: Rename .cc file in lib/msan to .cpp by Nico Weber · 4 years, 9 months ago
  76. 6efaee2 compiler-rt: Rename .cc file in lib/lsan to .cpp by Nico Weber · 4 years, 9 months ago
  77. 5e3e44d compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp by Nico Weber · 4 years, 9 months ago
  78. 22a5f66 compiler-rt: Rename .cc file in lib/asan/tests to .cpp by Nico Weber · 4 years, 9 months ago
  79. ff7b918 compiler-rt: Rename .cc file in lib/asan to .cpp by Nico Weber · 4 years, 9 months ago
  80. 6196c61 Try to heal bots more after r367551 by Nico Weber · 4 years, 9 months ago
  81. d1fb25e Try to heal bots after r367551 by Nico Weber · 4 years, 9 months ago
  82. 464604a compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp by Nico Weber · 4 years, 9 months ago
  83. 65c1c87 compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp by Nico Weber · 4 years, 9 months ago
  84. 631f8b2 compiler-rt: Rename .cc file in lib/xray to .cpp by Nico Weber · 4 years, 9 months ago
  85. 0ffb5ae compiler-rt: Try to appease lint script. by Nico Weber · 4 years, 9 months ago
  86. 4f5cf31 Attempt to heal bots after r367467 by Nico Weber · 4 years, 9 months ago
  87. 371169b compiler-rt: Rename .cc file in lib/sanitizer_common/symbolizer to .cpp by Nico Weber · 4 years, 9 months ago
  88. 2ba26e2 Attempt to heal tsan bot after r367463 by Nico Weber · 4 years, 9 months ago
  89. 886a651 compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp by Nico Weber · 4 years, 9 months ago
  90. 124fd5d compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp by Nico Weber · 4 years, 9 months ago
  91. 161e951 Attempt to heal bots after r367456 by Nico Weber · 4 years, 9 months ago
  92. 68b501e compiler-rt: Rename .cc file in lib/profile to .cpp by Nico Weber · 4 years, 9 months ago
  93. 2237b62 compiler-rt: Rename .cc files in lib/interception to .cpp. by Nico Weber · 4 years, 9 months ago
  94. e9ad0c1 compiler-rt: Rename .cc files in lib/ubsan to .cpp. by Nico Weber · 4 years, 9 months ago
  95. b65fe67 gn build: Add build files for compiler-rt/lib/profile by Nico Weber · 4 years, 9 months ago
  96. cb73d94 gn build: Fix redundant object files in builtin lib. by Nico Weber · 4 years, 9 months ago
  97. 6d5cda6 [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSD by Alexander Richardson · 4 years, 9 months ago
  98. 3d84eae [asan_symbolize] More debugging output by Dan Liew · 4 years, 9 months ago
  99. a8e9d8a [asan_symbolize] Add `--skip-uuid-validation` option to `ModuleMapPlugIn`. by Dan Liew · 4 years, 9 months ago
  100. 08e2a59 [asan_symbolize] Provide better error message when extracting the UUID of a binary fails by Dan Liew · 4 years, 9 months ago