<?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 memcpy_race.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b3321349 - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#b3321349</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDepends on D112602.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Thu, 02 Dec 2021 07:36:44 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>396113c1 - Revert &quot;tsan: new runtime (v3)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#396113c1</link>
        <description>Revert &quot;tsan: new runtime (v3)&quot;This reverts commit 5a33e412815b8847610425a2a3b86d2c7c313b71 becuase itbreaks LLDB.https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/39208/

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Thu, 09 Dec 2021 17:18:10 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
<item>
        <title>5a33e412 - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#5a33e412</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDepends on D112602.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Thu, 02 Dec 2021 07:36:44 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>09859113 - Revert &quot;tsan: new runtime (v3)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#09859113</link>
        <description>Revert &quot;tsan: new runtime (v3)&quot;This reverts commit 66d4ce7e26a5ab00f7e4946b6e1bac8f805010fa.Chromium tests started failing:https://bugs.chromium.org/p/chromium/issues/detail?id=1275581

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Wed, 01 Dec 2021 16:55:14 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>66d4ce7e - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#66d4ce7e</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDepends on D112602.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Tue, 27 Apr 2021 11:55:41 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1150f02c - Revert &quot;tsan: new runtime (v3)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#1150f02c</link>
        <description>Revert &quot;tsan: new runtime (v3)&quot;This reverts commit ebd47b0fb78fa11758da6ffcd3e6b415cbb8fa28.This was causing unexpected behavior in programs.

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Wed, 24 Nov 2021 01:51:32 +0000</pubDate>
        <dc:creator>Weverything &lt;rtrieu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ebd47b0f - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#ebd47b0f</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Tue, 27 Apr 2021 11:55:41 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5f18ae39 - Revert &quot;tsan: new runtime (v3)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#5f18ae39</link>
        <description>Revert &quot;tsan: new runtime (v3)&quot;Summary:This reverts commit 1784fe0532a69ead17793bced060a9bf9d232027.Broke some bots:https://lab.llvm.org/buildbot#builders/57/builds/12365http://green.lab.llvm.org/green/job/clang-stage1-RA/25658/Reviewers: vitalybuka, melverSubscribers:

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Mon, 22 Nov 2021 18:03:48 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1784fe05 - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#1784fe05</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDepends on D112602.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Tue, 27 Apr 2021 11:55:41 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>79fbba9b - Revert &quot;tsan: new runtime (v3)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#79fbba9b</link>
        <description>Revert &quot;tsan: new runtime (v3)&quot;Summary:This reverts commit ac95b8d9548cb3c07e60236d3e9e1fd05f79579b.There is a number of bot failures:http://45.33.8.238/mac/38755/step_4.txthttps://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/38135/consoleFull#-148886289949ba4694-19c4-4d7e-bec5-911270d8a58cReviewers: vitalybuka, melverSubscribers:

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Fri, 12 Nov 2021 16:43:26 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ac95b8d9 - tsan: new runtime (v3)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#ac95b8d9</link>
        <description>tsan: new runtime (v3)This change switches tsan to the new runtime which features: - 2x smaller shadow memory (2x of app memory) - faster fully vectorized race detection - small fixed-size vector clocks (512b) - fast vectorized vector clock operations - unlimited number of alive threads/goroutimesDepends on D112602.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112603

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Tue, 27 Apr 2021 11:55:41 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a1526cd6 - [NFC, tsan] Update tsan tests expectation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#a1526cd6</link>
        <description>[NFC, tsan] Update tsan tests expectationSummary:These tests pass with clang, but fail if gcc was used.gcc build creates similar but not the same stacks.Reviewers: vitalybukaReviewed By: vitalybukaSubscribers: dvyukov, llvm-commits, #sanitizersTags: #sanitizersDifferential Revision: https://reviews.llvm.org/D78114

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Tue, 14 Apr 2020 23:13:25 +0000</pubDate>
        <dc:creator>Pratyai Mazumder &lt;feynmanthecurious@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bcaeed49 - compiler-rt: Rename .cc file in test/tsan to .cpp</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp#bcaeed49</link>
        <description>compiler-rt: Rename .cc file in test/tsan to .cppLike r367463, but for test/tsan.llvm-svn: 367656

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/tsan/memcpy_race.cpp</description>
        <pubDate>Fri, 02 Aug 2019 07:18:07 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
