<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in macint.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2208c97c1bec2512d4e47b6223db6d95a7037956 - [Hexagon,test] Change llc -march= to -mtriple=</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#2208c97c1bec2512d4e47b6223db6d95a7037956</link>
        <description>[Hexagon,test] Change llc -march= to -mtriple=Similar to 806761a7629df268c8aed49657aeccffa6bca449-mtriple= specifies the full target triple while -march= merely sets thearchitecture part of the default target triple, leaving a target triple whichmay not make sense.Therefore, -march= is error-prone and not recommended for tests without a targettriple. The issue has been benign as we recognize $unknown-apple-darwin as ELF insteadof rejecting it outrightly.

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Sun, 15 Dec 2024 18:20:22 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>a96f691985c8546e826012fdc3481c88f034a194 - [Hexagon] Convert some tests to opaque pointers (NFC)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#a96f691985c8546e826012fdc3481c88f034a194</link>
        <description>[Hexagon] Convert some tests to opaque pointers (NFC)

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Mon, 19 Dec 2022 11:52:45 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6bfc6577f283d4566035bb0dc97d42002b6f2516 - [Hexagon] Remove support for V4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#6bfc6577f283d4566035bb0dc97d42002b6f2516</link>
        <description>[Hexagon] Remove support for V4llvm-svn: 344791

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Fri, 19 Oct 2018 17:31:11 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>952d95141828eeb787d17c7f92d9dd6ea455cd0c - [Hexagon] Some cleanup of instruction selection code</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#952d95141828eeb787d17c7f92d9dd6ea455cd0c</link>
        <description>[Hexagon] Some cleanup of instruction selection codellvm-svn: 235552

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Wed, 22 Apr 2015 21:17:00 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>a79ac14fa68297f9888bc70a10df5ed9b8864e38 - [opaque pointer type] Add textual IR support for explicit type parameter to load instruction</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#a79ac14fa68297f9888bc70a10df5ed9b8864e38</link>
        <description>[opaque pointer type] Add textual IR support for explicit type parameter to load instructionEssentially the same as the GEP change in r230786.A similar migration script can be used to update test cases, though a few moretest case improvements/changes were required this time around: (r229269-r229278)import fileinputimport sysimport repat = re.compile(r&quot;((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)&quot;)for line in sys.stdin:  sys.stdout.write(re.sub(pat, r&quot;\1, \2\3*\4&quot;, line))Reviewers: rafael, dexonsmith, grosserDifferential Revision: http://reviews.llvm.org/D7649llvm-svn: 230794

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Fri, 27 Feb 2015 21:17:42 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f8e5e3c072ac81a8987bc8dea86facd4b7fda9d8 - Support for target dependent Hexagon VLIW packetizer.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#f8e5e3c072ac81a8987bc8dea86facd4b7fda9d8</link>
        <description>Support for target dependent Hexagon VLIW packetizer.This patch creates and optimizes packets as per Hexagon ISA rules.llvm-svn: 156109

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Thu, 03 May 2012 21:52:53 +0000</pubDate>
        <dc:creator>Sirish Pande &lt;spande@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>a3f8ba2439de325a3494ba66f8524d6ba9e6999a - Hexagon V5 (floating point) support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/macint.ll#a3f8ba2439de325a3494ba66f8524d6ba9e6999a</link>
        <description>Hexagon V5 (floating point) support.llvm-svn: 155367

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/macint.ll</description>
        <pubDate>Mon, 23 Apr 2012 17:49:40 +0000</pubDate>
        <dc:creator>Sirish Pande &lt;spande@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
