<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in stack-uar-dynamic.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0867edfc - [HWASan] Add basic stack tagging support for LAM.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c#0867edfc</link>
        <description>[HWASan] Add basic stack tagging support for LAM.Adds the basic instrumentation needed for stack tagging.Currently does not support stack short granules or TLS stack histories,since a different code path is followed for the callback instrumentationwe use.We may simply wait to support these two features until we switch toa custom calling convention.Patch By: xiangzhangllvm, morehouseReviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D102901

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c</description>
        <pubDate>Fri, 11 Jun 2021 15:19:36 +0000</pubDate>
        <dc:creator>Matt Morehouse &lt;mascasa@google.com&gt;</dc:creator>
    </item>
<item>
        <title>772851ca - [HWASan] Disable stack, globals and force callbacks for x86_64.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c#772851ca</link>
        <description>[HWASan] Disable stack, globals and force callbacks for x86_64.Subsequent patches will implement page-aliasing mode for x86_64, whichwill initially only work for the primary heap allocator.  We forcecallback instrumentation to simplify the initial aliasingimplementation.Reviewed By: vitalybuka, eugenisDifferential Revision: https://reviews.llvm.org/D98069

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c</description>
        <pubDate>Mon, 22 Mar 2021 15:01:48 +0000</pubDate>
        <dc:creator>Matt Morehouse &lt;mascasa@google.com&gt;</dc:creator>
    </item>
<item>
        <title>d11ea651 - hwasan: Teach the runtime to identify the local variable being accessed in UAR reports.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c#d11ea651</link>
        <description>hwasan: Teach the runtime to identify the local variable being accessed in UAR reports.Each function&apos;s PC is recorded in the ring buffer. From there we can accessthe function&apos;s local variables and reconstruct the tag of each one with thehelp of the information printed by llvm-symbolizer&apos;s new FRAME command. Wecan then find the variable that was likely being accessed by matching thepointer&apos;s tag against the reconstructed tag.Differential Revision: https://reviews.llvm.org/D63469llvm-svn: 364607

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c</description>
        <pubDate>Thu, 27 Jun 2019 23:16:13 +0000</pubDate>
        <dc:creator>Peter Collingbourne &lt;peter@pcc.me.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
