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