Driver, frontend and LLVM codegen for HWASan.
A clone of ASan, basically.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D40936
Hardware-assisted AddressSanitizer (clang part). ClosedPublic Authored by eugenis on Dec 6 2017, 5:26 PM.
Details Summary Driver, frontend and LLVM codegen for HWASan.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 6 2017, 7:20 PM alekseyshl added inline comments. Closed by commit rC320232: Hardware-assisted AddressSanitizer (clang part). (authored by eugenis). · Explain WhyDec 8 2017, 5:32 PM Closed by commit rL320232: Hardware-assisted AddressSanitizer (clang part). (authored by eugenis). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126251 include/clang/Basic/Sanitizers.def
include/clang/Driver/SanitizerArgs.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/SanitizerMetadata.cpp
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Driver/ToolChains/Linux.cpp
lib/Lex/PPMacroExpansion.cpp
test/CodeGen/address-safety-attr-kasan-hwasan.cpp
test/Driver/Inputs/resource_dir/lib/linux/libclang_rt.hwasan-aarch64.a.syms
test/Driver/asan.c
test/Driver/fsanitize-blacklist.c
test/Driver/fsanitize-coverage.c
test/Driver/fsanitize.c
test/Driver/sanitize_unwind_tables.c
test/Driver/sanitizer-ld.c
test/Lexer/has_feature_address_sanitizer.cpp
test/SemaCXX/attr-no-sanitize.cpp
|