public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 05c170a452a9aecf36a719515a7e64f7999305e4
@ 2020-12-22 14:53 Matthew Malcomson
  0 siblings, 0 replies; only message in thread
From: Matthew Malcomson @ 2020-12-22 14:53 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  05c170a452a9aecf36a719515a7e64f7999305e4 (commit)
      from  fb048b7d45422cd869772462cba591a46f1b3b2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 05c170a452a9aecf36a719515a7e64f7999305e4
Author: Matthew Malcomson <matthew.malcomson@arm.com>
Date:   Tue Dec 22 13:24:15 2020 +0000

    wwwdocs: Document new Hardware-assisted AddressSanitizer
    
    gcc-11/changes: Document new Hardware-assisted AddressSanitizer.

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 1a9e72c1..d04b377d 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -116,6 +116,25 @@ a work-in-progress.</p>
       option (which defaults to 8 spaces per tab stop).
     </p>
   </li>
+  <li>
+    <p>
+    Introduce <a href="https://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html">
+      Hardware-assisted AddressSanitizer</a> support.  This sanitizer currently
+    only works for the AArch64 target.  It helps debug address problems
+    similarly to
+    <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">
+      AddressSanitizer</a> but is based on partial hardware assistance and
+    provides probabilistic protection to use less RAM at run time.
+    <a href="https://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html">
+      Hardware-assisted AddressSanitizer</a> is not production-ready for user
+    space, and is provided mainly for use compiling the Linux Kernel.
+    </p>
+    To use this sanitizer the command line arguments are:
+    <ul>
+      <li><code>-fsanitize=hwaddress</code> to instrument userspace code.</li>
+      <li><code>-fsanitize=kernel-hwaddress</code> to instrument kernel code.</li>
+    </ul>
+  </li>
 </ul>
 
 <!-- .................................................................. -->

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-11/changes.html | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-22 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 14:53 gcc-wwwdocs branch master updated. 05c170a452a9aecf36a719515a7e64f7999305e4 Matthew Malcomson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).