aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/interception/tests
AgeCommit message (Expand)AuthorFilesLines
2025-11-13[ASan] Fix forward 141c2bAiden Grossman1-2/+2
2025-11-12[ASan][Windows] Add new instruction sizes (#167734)Aiden Grossman1-0/+4
2025-06-02[win/asan] GetInstructionSize: Support `48 bX` movabsq instructions. (#141625)bernhardu1-0/+2
2025-03-21[win/asan] GetInstructionSize: Detect `66 90` two-byte NOP at 32-bit too. (#1...bernhardu1-1/+1
2025-01-27[win/asan] GetInstructionSize: Support some more 7 or 8 byte instructions. (#...bernhardu1-0/+2
2025-01-27[win/asan] GetInstructionSize: Support some more 6 byte instructions. (#124006)bernhardu1-0/+3
2025-01-22[win/asan] GetInstructionSize: Support some more 4 byte instructions. (#123709)bernhardu1-0/+10
2025-01-22[win/asan] GetInstructionSize: Support some more 5 byte instructions. (#123844)bernhardu1-0/+3
2025-01-20[win/asan] GetInstructionSize: Support some more 3 byte instructions. (#120474)bernhardu1-0/+25
2025-01-13[win/asan] GetInstructionSize: Support some more 2 byte instructions. (#120235)bernhardu1-0/+5
2025-01-11[win/asan] GetInstructionSize: Add test for `8D A4 24 ...`. (#119794)bernhardu1-2/+3
2024-12-12[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)bernhardu1-0/+1
2024-12-11[win/asan] GetInstructionSize: Make `83 EC XX` a generic entry. (#119537)bernhardu1-0/+1
2024-12-09[win/asan] GetInstructionSize: Make `F6 C1 XX` a generic entry. (#118144)bernhardu1-0/+1
2024-12-09[win/asan] GetInstructionSize: Fix `41 81 7c ...` to return 9. (#117828)bernhardu1-0/+1
2024-12-04[win/asan] Populate test for function GetInstructionSize. (#118204)bernhardu1-3/+209
2024-11-26[win/asan] Add a test skeleton for function GetInstructionSize. (#116948)bernhardu1-0/+35
2024-11-21[win/asan] Avoid warnings in compiling interception_win_test.cpp. (#116887)bernhardu1-0/+4
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-2/+2
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson1-1/+0
2023-11-27Changes to support running tests for Windows arm64 asan (#66973)Farzon Lotfi1-3/+6
2023-08-28[compiler-rt] Remove explicit Android libatomic linkingShoaib Meenai1-2/+0
2023-06-09[compiler-rt] Allow 3 simultaneous interceptors on LinuxMarco Elver3-14/+199
2023-06-07Revert "[compiler-rt] Allow 3 simultaneous interceptors on Linux"Marco Elver3-192/+14
2023-06-07[compiler-rt] Allow 3 simultaneous interceptors on LinuxMarco Elver3-14/+192
2023-06-06[compiler-rt] Avoid memintrinsic calls inserted by the compilerMarco Elver1-0/+1
2023-06-02Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler"Marco Elver1-1/+0
2023-06-02[compiler-rt] Avoid memintrinsic calls inserted by the compilerMarco Elver1-0/+1
2023-05-31Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler"Marco Elver1-1/+0
2023-05-31[compiler-rt] Avoid memintrinsic calls inserted by the compilerMarco Elver1-0/+1
2023-05-31Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler"Marco Elver1-1/+0
2023-05-31[compiler-rt] Avoid memintrinsic calls inserted by the compilerMarco Elver1-0/+1
2023-05-04[compiler-rt][interception][asan][win] Improve error reportingAlvin Wong1-0/+32
2023-05-04[compiler-rt][interception][win] Don't crash on unknown instructionsAlvin Wong1-0/+14
2023-05-04[compiler-rt][interception][win] Add more assembly patternsAlvin Wong1-0/+27
2023-04-25[compiler-rt][test] Add `--large-address-aware` link flag for MinGWAlvin Wong1-0/+5
2022-12-13Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling uni...Haowei Wu1-0/+8
2022-12-13Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Rainer Orth1-8/+0
2022-12-12[sanitizers][windows] Correctly override functions with backward jmpsMarkus Böck1-7/+29
2022-10-05Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Vitaly Buka1-0/+8
2022-10-05[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsRainer Orth1-8/+0
2022-07-15[compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek1-0/+1
2022-07-09[CMake] Use explicit header path when using in-tree libc++ for testsPetr Hosek1-1/+3
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-1/+1
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo1-1/+1
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo1-1/+1
2021-09-21[compiler-rt] [windows] Add more assembly patterns for interceptionToshihito Kikuchi1-0/+45
2020-11-04[sanitizer] Remove -Wno-non-virtual-dtorVitaly Buka1-2/+1
2019-10-10Fix check-interception link error in compiler-rt debug modeReid Kleckner1-1/+4
2019-08-01compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cppNico Weber4-7/+7