<?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 vector_shift.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3ff17b05 - [msan][test] Remove legacy PM style opt -foo tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#3ff17b05</link>
        <description>[msan][test] Remove legacy PM style opt -foo tests

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Sat, 16 Apr 2022 04:07:50 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>b39a97c8 - [NewPM] Port Msan</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#b39a97c8</link>
        <description>[NewPM] Port MsanSummary:Keeping msan a function pass requires replacing the module level initialization:That means, don&apos;t define a ctor function which calls __msan_init, instead justdeclare the init function at the first access, and add that to the global ctorslist.Changes:- Pull the actual sanitizer and the wrapper pass apart.- Add a newpm msan pass. The function pass inserts calls to runtime  library functions, for which it inserts declarations as necessary.- Update tests.Caveats:- There is one test that I dropped, because it specifically tested the  definition of the ctor.Reviewers: chandlerc, fedor.sergeev, leonardchan, vitalybukaSubscribers: sdardis, nemanjai, javed.absar, hiraditya, kbarton, bollu, atanasyan, jsjiDifferential Revision: https://reviews.llvm.org/D55647llvm-svn: 350305

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Thu, 03 Jan 2019 13:42:44 +0000</pubDate>
        <dc:creator>Philip Pfaffe &lt;philip.pfaffe@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2b54baeb - [X86] Replace &apos;REQUIRES: x86&apos; in tests with &apos;REQUIRES: x86-registered-target&apos; which seems to be the correct way to make them run on an x86 build.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#2b54baeb</link>
        <description>[X86] Replace &apos;REQUIRES: x86&apos; in tests with &apos;REQUIRES: x86-registered-target&apos; which seems to be the correct way to make them run on an x86 build.llvm-svn: 304682

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Sun, 04 Jun 2017 08:21:58 +0000</pubDate>
        <dc:creator>Craig Topper &lt;craig.topper@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a3e115e - MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#3a3e115e</link>
        <description>MSan: Mark MemorySanitizer tests that use x86 intrinsics as REQUIRES: x86Tests that use target intrinsics are inherently target specific. Markthem as such.llvm-svn: 302990

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Sat, 13 May 2017 16:24:38 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>c7486af9 - [AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#c7486af9</link>
        <description>[AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.Just needed to add the intrinsics to the exist switch. The code is generic enough to support the wider vectors with no changes.llvm-svn: 286980

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Tue, 15 Nov 2016 16:27:33 +0000</pubDate>
        <dc:creator>Craig Topper &lt;craig.topper@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f565d376 - [X86] Remove some unnecessary declarations for old intrinsics from a test.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#f565d376</link>
        <description>[X86] Remove some unnecessary declarations for old intrinsics from a test.llvm-svn: 271175

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Sun, 29 May 2016 06:37:39 +0000</pubDate>
        <dc:creator>Craig Topper &lt;craig.topper@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b0b2d4d2 - Use CHECK-LABEL in MSan IR tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#b0b2d4d2</link>
        <description>Use CHECK-LABEL in MSan IR tests.This actually found one case when a test was matching instructionsfrom the output of a different test.llvm-svn: 245974

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Tue, 25 Aug 2015 20:59:26 +0000</pubDate>
        <dc:creator>Evgeniy Stepanov &lt;eugeni.stepanov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>89c40a8b - [msan] Add missing attributes in MemorySanitizer tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#89c40a8b</link>
        <description>[msan] Add missing attributes in MemorySanitizer tests.llvm-svn: 212267

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Thu, 03 Jul 2014 11:49:50 +0000</pubDate>
        <dc:creator>Evgeniy Stepanov &lt;eugeni.stepanov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77be532f - [msan] Handle X86 SIMD bitshift intrinsics.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll#77be532f</link>
        <description>[msan] Handle X86 SIMD bitshift intrinsics.llvm-svn: 202712

            List of files:
            /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll</description>
        <pubDate>Mon, 03 Mar 2014 13:47:42 +0000</pubDate>
        <dc:creator>Evgeniy Stepanov &lt;eugeni.stepanov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
