<?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 compound.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>806761a7629df268c8aed49657aeccffa6bca449 - [test] Change llc -march= to -mtriple=</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#806761a7629df268c8aed49657aeccffa6bca449</link>
        <description>[test] Change llc -march= to -mtriple=The issue is uncovered by #47698: for IR files without a target triple,-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, e.g. riscv64-apple-darwin.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/compound.ll</description>
        <pubDate>Mon, 11 Sep 2023 21:42:37 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>75cdab6dc2453a508157a9c383b93373a93078d6 - [llvm-objdump] Add --no-print-imm-hex to tests depending on it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#75cdab6dc2453a508157a9c383b93373a93078d6</link>
        <description>[llvm-objdump] Add --no-print-imm-hex to tests depending on it.This prepares for an upcoming change to make --print-imm-hex the defaultbehavior of llvm-objdump. These tests were updated in a semi-automaticfashion.See D136972 for details.

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Sat, 29 Oct 2022 03:04:08 +0000</pubDate>
        <dc:creator>Daniel Thornburgh &lt;mysterymath@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1aaf41af54fca47baa8caf3a4ec5b097d4c17976 - [Hexagon] Start using regmasks on calls</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#1aaf41af54fca47baa8caf3a4ec5b097d4c17976</link>
        <description>[Hexagon] Start using regmasks on callsReapply r295371 with a fix for the Windows bot failures.llvm-svn: 295504

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Fri, 17 Feb 2017 22:14:51 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>6eab4044b9c79cda8226b60be0a8e9641c330f27 - Revert &quot;[Hexagon] Start using regmasks on calls&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#6eab4044b9c79cda8226b60be0a8e9641c330f27</link>
        <description>Revert &quot;[Hexagon] Start using regmasks on calls&quot;This reverts commit r295371.It broke windows bots:http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/11402/steps/test-llvm/logs/stdiollvm-svn: 295402

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Fri, 17 Feb 2017 02:08:58 +0000</pubDate>
        <dc:creator>Rafael Espindola &lt;rafael.espindola@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fb9503c08019653afa888d02e7f45ec25145b3c7 - [Hexagon] Start using regmasks on calls</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#fb9503c08019653afa888d02e7f45ec25145b3c7</link>
        <description>[Hexagon] Start using regmasks on callsAll the cool targets are doing it...llvm-svn: 295371

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Thu, 16 Feb 2017 20:25:23 +0000</pubDate>
        <dc:creator>Krzysztof Parzyszek &lt;kparzysz@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>13cc3ab785bb4c3b34ec2fc4e742f54a64f73b4c - [Hexagon] Fixing compound register printing and reenabling more tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#13cc3ab785bb4c3b34ec2fc4e742f54a64f73b4c</link>
        <description>[Hexagon] Fixing compound register printing and reenabling more tests.llvm-svn: 252574

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Tue, 10 Nov 2015 00:51:56 +0000</pubDate>
        <dc:creator>Colin LeMahieu &lt;colinl@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>7cd0892729801c45b170918159bc249bd9ee2b6b - [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests.  General updating of the code emission.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#7cd0892729801c45b170918159bc249bd9ee2b6b</link>
        <description>[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction parsing tests.  General updating of the code emission.llvm-svn: 252443

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Mon, 09 Nov 2015 04:07:48 +0000</pubDate>
        <dc:creator>Colin LeMahieu &lt;colinl@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>6aca6f0be55be9c2dc7e9457cc9d67bff86e43e0 - [Hexagon] Adding functionality for searching for compound instruction pairs.  Compound instructions reduce slot resource requirements freeing those packet slots up for more instructions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll#6aca6f0be55be9c2dc7e9457cc9d67bff86e43e0</link>
        <description>[Hexagon] Adding functionality for searching for compound instruction pairs.  Compound instructions reduce slot resource requirements freeing those packet slots up for more instructions.llvm-svn: 239307

            List of files:
            /llvm-project/llvm/test/CodeGen/Hexagon/compound.ll</description>
        <pubDate>Mon, 08 Jun 2015 16:34:47 +0000</pubDate>
        <dc:creator>Colin LeMahieu &lt;colinl@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
