1. 40f5880 [tsan][test] Switch SIGPROF to SIGALRM by Vitaly Buka · 8 weeks ago
  2. 8024663 [asan][windows] Make tests more flexable (#85274) by Charlie Barto · 8 weeks ago
  3. cd7d7c9 [msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142) by Thurston Dang · 8 weeks ago
  4. ef779a0 Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390) by antoine moynault · 8 weeks ago
  5. 631363e [compiler-rt] Also consider SIGPROF as a synchronous signal by serge-sans-paille · 8 weeks ago
  6. 583dd79 [msan] Add 'MappingDesc::ALLOCATOR' type and check it is available (#85153) by Thurston Dang · 8 weeks ago
  7. ee07c16 Revert "[compiler-rt] Also consider SIGPROF as a synchronous signal (#85188)" (#85296) by dyung · 8 weeks ago
  8. 4149e44 [compiler-rt] Also consider SIGPROF as a synchronous signal (#85188) by serge-sans-paille · 8 weeks ago
  9. 08c5a19 [lsan] Disable symbolization in test by Vitaly Buka · 8 weeks ago
  10. ace7054 Reapply "[sanitizer][asan][win] Intercept _strdup on Windows (#85006) by Charlie Barto · 8 weeks ago
  11. 3a0e770 [scudo] Refactor allocator config to support optional flags (#81805) by ChiaHungDuan · 8 weeks ago
  12. 2032210 [asan][windows] fix issue64990 test (#85137) by Charlie Barto · 8 weeks ago
  13. a6db214 [compiler-rt] Avoid generating coredumps when piped to a tool by Alexander Richardson · 8 weeks ago
  14. 0daf395 [compiler-rt] Remove llvm_gtest dependency from unit tests by Alexander Richardson · 8 weeks ago
  15. 105d331 [compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841) by David CARLIER · 8 weeks ago
  16. a76d57c [compiler-rt] Fix interceptors with AArch64 BTI (#84061) by Marco Elver · 8 weeks ago
  17. 034902d [sanitizer] Reject unsupported -static at link time (#83524) by Fangrui Song · 8 weeks ago
  18. a6c3d8e [tsan] Disabled test dead locking on glibc-2.38 by Vitaly Buka · 8 weeks ago
  19. 352757b [sanitizer][windows] report symbols in clang_rt. or \compiler-rt\lib\ as internal. (#84971) by Charlie Barto · 8 weeks ago
  20. d4af288 [tsan] Add missing link option to tsan test after #84923 by Dave Clausen · 8 weeks ago
  21. d117065 Fix race in the implementation of __tsan_acquire() (#84923) by Dave Clausen · 8 weeks ago
  22. 6c2383e [AArch64][SME] Add BTI and No Exec Stack markers to sme-abi.S (#84895) by Dani · 8 weeks ago
  23. cf794ac [AArch64] Fix COMPILER_RT_HAS_AUXV for builtins. (#84816) by Dani · 8 weeks ago
  24. 9581127 [NFC] [scudo] Move static_assert to class it concerns (#84245) by Florian Mayer · 8 weeks ago
  25. e4eb80d [NFC] [scudo] move static_assert closer to class it relates to (#84257) by Florian Mayer · 8 weeks ago
  26. 95dc99d Typo: ponit by Hans Wennborg · 8 weeks ago
  27. 8ecdf1b [compiler-rt] Mark more calls as blocking (#77789) by Pavel Labath · 8 weeks ago
  28. 07e9404 [sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the bot by Vitaly Buka · 8 weeks ago
  29. 010dfd1 Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot" by Vitaly Buka · 8 weeks ago
  30. e4b10a5 [NFC][compiler-rt] Try to collect more info about crashes on bot by Vitaly Buka · 8 weeks ago
  31. b9c50fe [asan] [test] Mark a new test UNSUPPORTED for MinGW targets by Martin Storsjö · 8 weeks ago
  32. 64f3246 [compiler-rt] Adds builtins support for xros. (#83484) by rohit-rao · 8 weeks ago
  33. 14ceaff [tsan] Intercept __tls_get_addr_earlier by Alexander Richardson · 9 weeks ago
  34. b701e88 [tsan] Fix running check-ubsan with COMPILER_RT_DEBUG=ON by Alexander Richardson · 9 weeks ago
  35. 383b229 [compiler-rt] Simplify and rename of operator_new_size_type by Alexander Richardson · 9 weeks ago
  36. bbe0521 Revert "[builtins] Disable COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY by d… (#84580) by Daniel Thornburgh · 9 weeks ago
  37. 6364977 Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243) by Florian Mayer · 9 weeks ago
  38. 008bcfa [Asan] Add "funclet" OpBundle to generated runtime calls if required by EH personality (#82533) by sylvain-audi · 9 weeks ago
  39. 7d41cc7 [compiler-rt] Unbreak GCC builds after bfa6444a332f82843 by Alex Richardson · 9 weeks ago
  40. f76a0c6 [compiler-rt] Fix incorrect usages of check_cxx_compiler_flag by Alexander Richardson · 9 weeks ago
  41. 44bff07 [compiler-rt][Fuzzer] fix windows typo (#84407) by David CARLIER · 9 weeks ago
  42. 9255f81 [compiler-rt] adding fchmodat2 syscall introduced in Linux 6.6. (#82275) by David CARLIER · 9 weeks ago
  43. e789925 [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562) by David CARLIER · 9 weeks ago
  44. ee53a2e [compiler-rt] Only query llvm-config in the orc tests by Alexander Richardson · 9 weeks ago
  45. 3e57900 [MSan] Pass -fsanitize-ignorelist to the instrumented libcxxabi by Alexander Richardson · 9 weeks ago
  46. 1a6c8e8 [NFC] [scudo] remove DCHECK (#84255) by Florian Mayer · 9 weeks ago
  47. f8a0eb4 [test] Make two sanitize-coverage tests pass with glibc 2.39+ by Fangrui Song · 9 weeks ago
  48. aac7c7a [Profile][Windows] Fix flakyness when checking existence of binary id (#84196) by Zequan Wu · 9 weeks ago
  49. ca3ce88 [compiler-rt/darwin] Disable building sanitizers on platforms without fork(). (#83485) by rohit-rao · 9 weeks ago
  50. 6de285f [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (#80056) by Shilei Tian · 9 weeks ago
  51. c17c9c9 Revert "[SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (#80056)" by Shilei Tian · 9 weeks ago
  52. 92eda4e [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (#80056) by Shilei Tian · 9 weeks ago
  53. 5b0d816 [sanitizer_common] Remove unnecessary const_cast by Alex Richardson · 9 weeks ago
  54. b78532d [scudo] Add support for LoongArch hardware CRC32 checksumming (#83113) by WÁNG Xuěruì · 10 weeks ago
  55. c54d993 [compiler-rt] Build libfuzzer sources with the chosen C++ compiler by Alex Richardson · 2 months ago
  56. d92692a [compiler-rt] Relax CHECK line in reaches_function.c by Alexander Richardson · 10 weeks ago
  57. 3e4915d Revert fuzzer windows changes (#83551) by David CARLIER · 10 weeks ago
  58. 3261f3e [compiler-rt][fuzzer] windows build unbreak proposal. (#83538) by David CARLIER · 10 weeks ago
  59. c08661f [compiler-rt] fix __sanitizer_siginfo type on freebsd. (#77379) by David CARLIER · 10 weeks ago
  60. da57340 [compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761) by David CARLIER · 10 weeks ago
  61. 4b51921 [compiler-rt] fix BSD procmaps stack frame size limit warning. (#82887) by David CARLIER · 10 weeks ago
  62. 29f4299 [HWASan] add test for hwasan_handle_longjmp ignore logic (#83359) by Florian Mayer · 10 weeks ago
  63. 606f475 [scudo] Avoid splitting aligned allocations on Trusty (#69281) by Andrei Homescu · 10 weeks ago
  64. 52a73f9 [scudo][NFC] Explicit type casting to avoid compiler warning (#83355) by ChiaHungDuan · 10 weeks ago
  65. 8d80b88 Reland "[scudo] Store more blocks in each TransferBatch" (#83078) (#83081) by ChiaHungDuan · 10 weeks ago
  66. ab0e330 [builtins] Disable COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY by default (#83201) by Fangrui Song · 2 months ago
  67. 6ecaf71 [nfc][compiler-rt]Remove round-up in __llvm_profile_get_num_data (#83194) by Mingming Liu · 2 months ago
  68. 29eb2f2 [compiler-rt] Use locally configured llvm-lit for standalone builds (#83178) by Alexander Richardson · 2 months ago
  69. f79707f [compiler-rt] Add missing include to sanitizer_stackdepot_test.cpp by Alex Richardson · 2 months ago
  70. 1e0ce41 Reland "[TypeProf][InstrPGO] Introduce raw and instr profile format change for type profiling." (#82711) by Mingming Liu · 2 months ago
  71. d26f972 [NFC][hwasan] Do not include sanitizer_placement_new.h in header files (#82993) by Enna1 · 2 months ago
  72. a836c3c Revert "[scudo] Store more blocks in each TransferBatch" (#83078) by ChiaHungDuan · 2 months ago
  73. cf4d9be [scudo] Do not unmap the memory containing the this object in unmapRingBuffer (#83034) by Fabio D'Urso · 2 months ago
  74. fea33bd [InstrProf] Single byte counters in coverage (#75425) by gulfemsavrun · 2 months ago
  75. 952112d [scudo] Store more blocks in each TransferBatch (#70390) by ChiaHungDuan · 2 months ago
  76. 811d573 Revert "[compiler-rt] simplifying ::ReExec for freebsd. (#79711)" (#82933) by David CARLIER · 2 months ago
  77. c66538a [nfc][compiler-rt]Replace Type::getInt8PtrTy with PointerType::getUnqual as a clean-up (#82434) by Mingming Liu · 2 months ago
  78. ccd3601 [NFC] Make RingBuffer an atomic pointer (#82547) by Florian Mayer · 2 months ago
  79. 1cbfab7 [hwasan] Add missing printf parameter in __hwasan_handle_longjmp (#82559) by Thurston Dang · 2 months ago
  80. 9a46c4f [X86] Support APXF to enable __builtin_cpu_supports. (#80636) by Freddy Ye · 2 months ago
  81. c01361f [AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378) by Pavel Iliin · 3 months ago
  82. 120a566 [scudo] increase frames per stack to 16 for stack depot (#82427) by Florian Mayer · 3 months ago
  83. c0051c2 Revert type profiling change as compiler-rt test break on Windows. (#82583) by Mingming Liu · 3 months ago
  84. 8f5cfbb [TypeProf][InstrPGO] Introduce raw and instr profile format change for type profiling. (#81691) by Mingming Liu · 3 months ago
  85. 69a4d5f [compiler-rt][Fuchsia] Propogate raw_report to UnmapOrDieVmar (#82566) by PiJoules · 3 months ago
  86. 5869429 Do not call disable / enable on null depot (#82542) by Florian Mayer · 3 months ago
  87. b320e5f Unbreak *tf builtins for hexfloat (#82208) by Alexander Richardson · 3 months ago
  88. c04462a [nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting on the rest (#82057) by Mingming Liu · 3 months ago
  89. 1373125 Fix __isOSVersionAtLeast for Android (#80496) by Jooyung Han · 3 months ago
  90. 3ffcdc7 [Fuzzer] Use user signal to coordinate handler shutdown (#82067) by James Robinson · 3 months ago
  91. f033356 [Sanitizer][Windows] Fix Windows buildbot failure after 64790064e82467b43c04a70b6e9873e6939be81f (#82215) by Enna1 · 3 months ago
  92. e71e333 [sanitizer][fuchsia] Fix fuchsia buildbot failure after 64790064e82467b43c04a70b6e9873e6939be81f (#82202) by Enna1 · 3 months ago
  93. c877649 [asan] Use InternalMmapVectorNoCtor for error_message_buffer, reallocate if needed (#77488) by Enna1 · 3 months ago
  94. 3343f5f [NFC] fix typo by Florian Mayer · 3 months ago
  95. 3929d4d [NFC] fix type mismatch in test. by Florian Mayer · 3 months ago
  96. 02b0553 Reland^2 "[scudo] resize stack depot for allocation ring buffer" by Florian Mayer · 3 months ago
  97. 8de1bf1 [sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (#80948) by Fangrui Song · 3 months ago
  98. 5ba478d Revert "Reland "[scudo] resize stack depot for allocation ring buffer"" (#82088) by Florian Mayer · 3 months ago
  99. 05a1078 Reland "[scudo] resize stack depot for allocation ring buffer" (#81028) by Florian Mayer · 3 months ago
  100. cb3a13f [compiler-rt] simplifying ::ReExec for freebsd. (#79711) by David CARLIER · 3 months ago