From f51f580b08c3d1b7420256309069b30e2d75bbec Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 4 Dec 2017 20:01:38 +0000 Subject: design document for a hardware-assisted memory safety (HWAMS) tool, similar to AddressSanitizer Summary: preliminary design document for a hardware-assisted memory safety (HWAMS) tool, similar to AddressSanitizer The name TaggedAddressSanitizer and the rest of the document, are early draft, suggestions are welcome. The code will follow shortly. Reviewers: eugenis, alekseyshl Reviewed By: eugenis Subscribers: davidxl, cryptoad, fedor.sergeev, cfe-commits, llvm-commits Differential Revision: https://reviews.llvm.org/D40568 llvm-svn: 319684 --- clang/docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/docs/index.rst') diff --git a/clang/docs/index.rst b/clang/docs/index.rst index daf943a60bd..342ab74d2d8 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -84,6 +84,7 @@ Design Documents PTHInternals PCHInternals ItaniumMangleAbiTags + HardwareAssistedAddressSanitizerDesign.rst Indices and tables -- cgit v1.2.1