1. d49063b [compiler-rt][sanitizer][NFC] update endif markers for Haiku (#135475) by Brad Smith · 7 weeks ago
  2. 78fbba9 [compiler-rt] On Windows, silence warning when building with Clang ToT by Alexandre Ganea · 7 weeks ago
  3. d1fd977 [compiler-rt][sanitizer] add Haiku support (#134772) by Brad Smith · 7 weeks ago
  4. 610ade2 [win/asan] GetInstructionSize: Detect `66 90` two-byte NOP at 32-bit too. (#132267) by bernhardu · 2 months ago
  5. bbf3770 [win/asan] GetInstructionSize: Support some more 7 or 8 byte instructions. (#124011) by bernhardu · 4 months ago
  6. 351ee30 [win/asan] GetInstructionSize: Support some more 6 byte instructions. (#124006) by bernhardu · 4 months ago
  7. 56592a8 [win/asan] GetInstructionSize: Support some more 4 byte instructions. (#123709) by bernhardu · 4 months ago
  8. 5f40570 [win/asan] GetInstructionSize: Support some more 5 byte instructions. (#123844) by bernhardu · 4 months ago
  9. 57466db [win/asan] GetInstructionSize: Support some more 3 byte instructions. (#120474) by bernhardu · 4 months ago
  10. 99612a3 [win/asan] GetInstructionSize: Support some more 2 byte instructions. (#120235) by bernhardu · 5 months ago
  11. 9a9e41c [win/asan] GetInstructionSize: Add test for `8D A4 24 ...`. (#119794) by bernhardu · 5 months ago
  12. 69ebac7 [win/asan] Don't intercept memset etc. in ntdll (#120397) by Hans Wennborg · 5 months ago
  13. f85579f [win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644) by bernhardu · 6 months ago
  14. 854ea0c [win/asan] GetInstructionSize: Make `83 EC XX` a generic entry. (#119537) by bernhardu · 6 months ago
  15. bf6f1ca [win/asan] GetInstructionSize: Make `F6 C1 XX` a generic entry. (#118144) by bernhardu · 6 months ago
  16. 213c90d [win/asan] GetInstructionSize: Fix `41 81 7c ...` to return 9. (#117828) by bernhardu · 6 months ago
  17. ce44640 [sanitizer] Add type __sanitizer::ssize (#116957) by Stefan Schulze Frielinghaus · 6 months ago
  18. 055f1a7 [win/asan] Avoid warnings in interception_win.cpp. (#118143) by bernhardu · 6 months ago
  19. b8d857e [win/asan] Populate test for function GetInstructionSize. (#118204) by bernhardu · 6 months ago
  20. a943922 [win/asan] GetInstructionSize: Remove duplicate instruction `FF 25 ...`. (#116894) by bernhardu · 6 months ago
  21. 36b1811 [win/asan] Add a test skeleton for function GetInstructionSize. (#116948) by bernhardu · 6 months ago
  22. 55f5d68 [win/asan] Recognize mov QWORD PTR [rip + X], reg (#117335) by Hans · 6 months ago
  23. 6c52a18 [win/asan] GetInstructionSize: Fix `8A 05 ...` to return 6 again. (#116889) by bernhardu · 6 months ago
  24. b89e774 [win/asan] Avoid warnings in compiling interception_win_test.cpp. (#116887) by bernhardu · 6 months ago
  25. cdfd4cf [win/asan] Search both higher and lower in AllocateTrampolineRegion (#114212) by Hans · 7 months ago
  26. 8417f6a [win/asan] Fix instruction size for 44 0f b6 1a by Hans Wennborg · 7 months ago
  27. ce4618a [ASan][windows] Recognize movzx r11d, BYTE PTR [rdx] in interception_win (#111638) by Mike Hommey · 8 months ago
  28. 3bd8f4e [sanitizer][asan][msvc] Teach GetInstructionSize about many instructions that appear in MSVC generated code. (#69490) by Charlie Barto · 9 months ago
  29. 04ccbe6 Fix typos in interception_win.cpp by Hans Wennborg · 9 months ago
  30. 3d2925b [win/asan] AllocateMemoryForTrampoline within 2 GB of the module's base address (#108822) by Hans · 9 months ago
  31. 53a81d4 Reland [asan][windows] Eliminate the static asan runtime on windows (#107899) by Charlie Barto · 9 months ago
  32. 46fe36a Revert "[compiler-rt] Remove duplicates of sanitizer_common functions" by Alex Richardson · 9 months ago
  33. 9df92cb [compiler-rt] Remove duplicates of sanitizer_common functions by Alexander Richardson · 9 months ago
  34. ec68dc1 [compiler-rt] Work around incompatible Windows definitions of (S)SIZE_T by Alexander Richardson · 9 months ago
  35. 155b7a1 [Sanitizers] Avoid overload ambiguity for interceptors (#100986) by Nikita Popov · 10 months ago
  36. a35ac42 [compiler-rt] Revise IDE folder structure (#89753) by Michael Kruse · 12 months ago
  37. 4238324 [asan][windows] Weak function interception support in instruction size decoder. (#86570) by Charlie Barto · 1 year, 2 months ago
  38. 4b10d1f [compiler-rt] Fixing UB on Windows for trampoline allocations (#85639) by Zack Johnson · 1 year, 2 months ago
  39. 55b90b5 [compiler-rt] Remove llvm_gtest dependency from unit tests by Alexander Richardson · 1 year, 3 months ago
  40. 1c792d2 [compiler-rt] Fix interceptors with AArch64 BTI (#84061) by Marco Elver · 1 year, 3 months ago
  41. 8443ce5 [sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (#80948) by Fangrui Song · 1 year, 4 months ago
  42. 0a64367 Sanitizer/MIPS: Use $t9 for preemptible function call (#76894) by YunQiang Su · 1 year, 5 months ago
  43. 41b09bb [ASAN][sanitizers][win] Allow windows-asan to be built with /MDd and intercept functions from the debug runtimes. (#77840) by Charlie Barto · 1 year, 5 months ago
  44. cbe27c4 [ASan][Windows] Interception fix for 'mov al, byte ptr []' sequences (#72531) by Zack Johnson · 1 year, 6 months ago
  45. d79aee9 Changes to support running tests for Windows arm64 asan (#66973) by Farzon Lotfi · 1 year, 6 months ago
  46. a855a16 [compiler-rt] Fix interceptors with Solaris as (#72973) by Marco Elver · 1 year, 6 months ago
  47. 160e8eb [ASan] Recognize lea r10, [rip + XX] (#68910) by nicole mazzuca · 1 year, 8 months ago
  48. bc34a83 [ASan][Windows] Fix rip-relative instruction replacement (#68432) by nicole mazzuca · 1 year, 8 months ago
  49. 2385cf6 [compiler-rt] Fix "interception" file name by Alexandre Ganea · 1 year, 8 months ago
  50. 262e288 [compiler-rt] Fix MSVC `/external` detection in cmake scripts by Alexandre Ganea · 1 year, 8 months ago
  51. 5a48a82 [compiler-rt] Fix interception_win.cpp arm64 instruction lengths by Farzon Lotfi · 1 year, 9 months ago
  52. dcafbd0 [compiler-rt] Remove explicit Android libatomic linking by Shoaib Meenai · 1 year, 9 months ago
  53. 7e1afab [compiler-rt] Use .globl for FreeBSD/NetBSD interceptor wrappers by Jessica Clarke · 1 year, 9 months ago
  54. 8330116 Revert "ASan: Add additional wcs* interceptors on Windows" to unbreak build bot by Gabor Horvath · 1 year, 10 months ago
  55. c0c8366 ASan: Add additional wcs* interceptors on Windows by Nicole Mazzuca · 1 year, 10 months ago
  56. 85d3873 Fix "[compiler-rt] Allow 3 simultaneous interceptors on Linux" by Marco Elver · 2 years ago
  57. 37445e9 [compiler-rt] Allow 3 simultaneous interceptors on Linux by Marco Elver · 2 years ago
  58. 4d927fc [compiler-rt] Reformat interception macros by Marco Elver · 2 years ago
  59. 33388d8 Revert "[compiler-rt] Allow 3 simultaneous interceptors on Linux" by Marco Elver · 2 years ago
  60. 74b0ac5 [compiler-rt] Allow 3 simultaneous interceptors on Linux by Marco Elver · 2 years ago
  61. 0a71e25 [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
  62. 8e54794 Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
  63. 4b1eb4c [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
  64. 8e728ad Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
  65. 4369de7 [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
  66. 26bda9e Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
  67. e614d56 [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
  68. 19b137f [compiler-rt] Unify Linux and *BSD interceptors more by Marco Elver · 2 years ago
  69. d2ac277 [compiler-rt] Introduce the notion of an interceptor trampoline by Marco Elver · 2 years ago
  70. 175fcd6 [compiler-rt] Simplify ALIAS() attribute macro by Marco Elver · 2 years ago
  71. 1a7a00b [compiler-rt][interception][win] Add error messages for some errors by Alvin Wong · 2 years, 1 month ago
  72. 0716888 [compiler-rt][interception][asan][win] Improve error reporting by Alvin Wong · 2 years, 1 month ago
  73. 7b5571f [compiler-rt][interception][win] Don't crash on unknown instructions by Alvin Wong · 2 years, 1 month ago
  74. 814a75d [compiler-rt][asan][win] Intercept exceptions for i686 MinGW by Alvin Wong · 2 years, 1 month ago
  75. ca40985 [compiler-rt][interception][win] Add more assembly patterns by Alvin Wong · 2 years, 1 month ago
  76. 1194e6f [compiler-rt][test] Add `--large-address-aware` link flag for MinGW by Alvin Wong · 2 years, 1 month ago
  77. a5519b9 [sanitizer] Don't intercept LFS64 symbols on musl by Fangrui Song · 2 years, 5 months ago
  78. beb3fa2 Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"" by Haowei Wu · 2 years, 6 months ago
  79. 255c3e3 Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" by Rainer Orth · 2 years, 6 months ago
  80. 78c033b [sanitizers][windows] Correctly override functions with backward jmps by Markus Böck · 2 years, 6 months ago
  81. 68f4cea Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" by Vitaly Buka · 2 years, 8 months ago
  82. 93b1256 [compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests by Rainer Orth · 2 years, 8 months ago
  83. 6699f55 [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind by Petr Hosek · 2 years, 11 months ago
  84. ba007f2 [CMake] Use explicit header path when using in-tree libc++ for tests by Petr Hosek · 2 years, 11 months ago
  85. 8246b2e [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files by Mariusz Borsa · 3 years ago
  86. 38151a0 Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." by Stella Laurenzo · 3 years, 3 months ago
  87. 7cdda6b Revert "[cmake] Prefix gtest and gtest_main with "llvm_"." by Stella Laurenzo · 3 years, 3 months ago
  88. 9f37775 [cmake] Prefix gtest and gtest_main with "llvm_". by Stella Laurenzo · 3 years, 3 months ago
  89. aa45fc4 [sanitizers] Silence warnings about unused variables in i386 build. NFC. by Martin Storsjö · 3 years, 4 months ago
  90. 7fcc44b [compiler-rt][cmake] Fix clang-cl warnings introduced in ae4c643bcdf2 by Alexandre Ganea · 3 years, 5 months ago
  91. ae4c643 [compiler-rt] Silence warnings when building with MSVC by Alexandre Ganea · 3 years, 5 months ago
  92. 7cd109b [asan] Additionnal prologue decoding for WinSDK 10.0.22000 by Alexandre Ganea · 3 years, 5 months ago
  93. 22ea0ce [compiler-rt] [windows] Add more assembly patterns for interception by Toshihito Kikuchi · 3 years, 8 months ago
  94. a1e7e40 [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 3 years, 9 months ago
  95. 440e936 Revert "sanitizers: increase .clang-format columns to 100" by Dmitry Vyukov · 3 years, 10 months ago
  96. 5d1df6d sanitizers: increase .clang-format columns to 100 by Dmitry Vyukov · 3 years, 11 months ago
  97. 6478ef6 [asan] Remove Asan, Ubsan support of RTEMS and Myriad by Vitaly Buka · 4 years ago
  98. b8919fb [NFC][sanitizer] clang-format some code by Vitaly Buka · 4 years ago
  99. 2fec886 [sanitizer] Set IndentPPDirectives: AfterHash in .clang-format by Fangrui Song · 4 years, 1 month ago
  100. 7afdc89 [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl by Fangrui Song · 4 years, 5 months ago