summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tysan
AgeCommit message (Expand)Author
2025-10-31[TySan] Add option to outline instrumentation (#120582)gbMattN
2025-07-17Rename config.host_os to config.target_os.Peter Collingbourne
2025-04-25[TySan] Fix false positives with derived classes (#126260)gbMattN
2025-01-13[TySan] Fix struct access with different bases (#120412)gbMattN
2025-01-09[TySan] Intercept malloc_size on Apple platforms. (#122133)Florian Hahn
2025-01-08[TySan] Added a 'print_stacktrace' flag for more detailed errors (#121756)gbMattN
2024-12-30[TYSan][CMake] CMake build fixes (#121224)Petr Hosek
2024-12-23[tysan] Replace HandleEarlyAlloc with DlsymAlloc (#120563)Mingjie Xu
2024-12-17[TySan] Add initial Type Sanitizer runtime (#76261)Florian Hahn