summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/nsan
AgeCommit message (Expand)Author
2025-10-28Revert "[nsan] More unit tests for `float128`. (#165248)" (#165391)Clement Courbet
2025-10-28[nsan] More unit tests for `float128`. (#165248)Clement Courbet
2024-12-07[sanitizer] Replace uptr by usize/SIZE_T in interfacesStefan Schulze Frielinghaus
2024-09-23[compiler-rt][nsan] Add check-cmp flag (#108707)c8ef
2024-09-16Reland "[sanitizer] Fix partially initialized static TLS range" (#108883)Vitaly Buka
2024-09-16Revert "[sanitizer] Fix partially initialized static TLS range" (#108881)Vitaly Buka
2024-09-16[sanitizer] Fix partially initialized static TLS range (#108685)Vitaly Buka
2024-09-04[compiler-rt][nsan] Update UnwindImpl (#107313)Alexander Shaposhnikov
2024-08-27[compiler-rt][nsan] Fix strsep interceptor (#106307)Alexander Shaposhnikov
2024-08-26[compiler-rt][nsan] Adjust nan checkAlexander Shaposhnikov
2024-08-25Reapply "[compiler-rt][nsan] Add support for nan detection" (#105909)Alexander Shaposhnikov
2024-08-23Revert "[compiler-rt][nsan] Add support for nan detection" (#105909)Vitaly Buka
2024-08-23[compiler-rt][nsan] Add support for nan detection (#101531)pokeslow
2024-08-12[nsan] Use sanitizer allocatorFangrui Song
2024-08-11[nsan] Add NsanThread and clear static TLS shadowFangrui Song
2024-08-09[nsan] GetShadowAddrFor: Use (const) void * to decrease the number of castsFangrui Song
2024-08-09[nsan] Make #include more conventionalFangrui Song
2024-08-07[compiler-rt] [NSan] leave BufferedStackTrace uninitFlorian Mayer
2024-07-29[nsan] Remove mallopt from nsan_interceptors (#101055)Daniel Martinez
2024-07-24[nsan] Emit calls to optimized functions (#98900)Dmitry Chestnykh
2024-07-17[nsan] Swap alignas and visibility order (NFC) (#98933)Nikita Popov
2024-07-15[compiler-rt][nsan] Disable coredump creation (#98807)Dmitriy Chestnykh
2024-07-14[compiler-rt][nsan] Improve nsan reports (#98798)Dmitriy Chestnykh
2024-07-13[compiler-rt][nsan] Modify NSAN_CFLAGS setting (#98768)Dmitriy Chestnykh
2024-07-11[nsan] Add nsan_preinit.cpp and make it static library onlyFangrui Song
2024-07-10Revert "[nsan] Add nsan_preinit.cpp and make it static library only"Vitaly Buka
2024-07-10[nsan] Add nsan_preinit.cpp and make it static library onlyFangrui Song
2024-07-10[nsan] Add shared runtimeFangrui Song
2024-07-10Revert "Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks"" ...Vitaly Buka
2024-07-10Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks" (#98380)Vitaly Buka
2024-07-10[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks (#98240)Vitaly Buka
2024-07-09[compiler-rt][nsan] cmake cleanup (#98224)Alexander Shaposhnikov
2024-06-20[compiler-rt] Fix build breakage (#96235)Alexander Shaposhnikov
2024-06-20[nsan] Fix style issueFangrui Song
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov