<?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 multi-module-a.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c42c67ad - Re-apply &quot;[lli] Make -jit-kind=orc the default JIT engine&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#c42c67ad</link>
        <description>Re-apply &quot;[lli] Make -jit-kind=orc the default JIT engine&quot;MCJIT served well as the default JIT engine in lli for a long time, but the code is getting old and maintenance efforts don&apos;t seem to be in sight. In the meantime Orc became mature enough to fill that gap. The newly added greddy mode is very similar to the execution model of MCJIT. It should work as a drop-in replacement for common JIT tasks.Reviewed By: lhamesDifferential Revision: https://reviews.llvm.org/D98931

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Tue, 30 Mar 2021 09:57:38 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>581adb4f - Temporarily revert &quot;[lli] Make -jit-kind=orc the default JIT engine&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#581adb4f</link>
        <description>Temporarily revert &quot;[lli] Make -jit-kind=orc the default JIT engine&quot;This reverts commit eaee4f269645094f03f3aaff6b365176d63ab3e8.

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Tue, 23 Mar 2021 11:01:30 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eaee4f26 - [lli] Make -jit-kind=orc the default JIT engine</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#eaee4f26</link>
        <description>[lli] Make -jit-kind=orc the default JIT engineMCJIT served well as the default JIT engine in lli for a long time, but the code is getting old and maintenance efforts don&apos;t seem to be in sight. In the meantime Orc became mature enough to fill that gap. The newly added greddy mode is very similar to the execution model of MCJIT. It should work as a drop-in replacement for common JIT tasks.Reviewed By: lhamesDifferential Revision: https://reviews.llvm.org/D98931

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Tue, 23 Mar 2021 09:22:06 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>79cc1e3a - Reinstate &quot;Nuke the old JIT.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#79cc1e3a</link>
        <description>Reinstate &quot;Nuke the old JIT.&quot;Approved by Jim Grosbach, Lang Hames, Rafael Espindola.This reinstates commits r215111, 215115, 215116, 215117, 215136.llvm-svn: 216982

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Tue, 02 Sep 2014 22:28:02 +0000</pubDate>
        <dc:creator>Eric Christopher &lt;echristo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b9fd9ed3 - Temporarily Revert &quot;Nuke the old JIT.&quot; as it&apos;s not quite ready to</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#b9fd9ed3</link>
        <description>Temporarily Revert &quot;Nuke the old JIT.&quot; as it&apos;s not quite ready tobe deleted. This will be reapplied as soon as possible and beforethe 3.6 branch date at any rate.Approved by Jim Grosbach, Lang Hames, Rafael Espindola.This reverts commits r215111, 215115, 215116, 215117, 215136.llvm-svn: 215154

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Thu, 07 Aug 2014 22:02:54 +0000</pubDate>
        <dc:creator>Eric Christopher &lt;echristo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f8b27c41 - Nuke the old JIT.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#f8b27c41</link>
        <description>Nuke the old JIT.I am sure we will be finding bits and pieces of dead code for years tocome, but this is a good start.Thanks to Lang Hames for making MCJIT a good replacement!llvm-svn: 215111

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Thu, 07 Aug 2014 14:21:18 +0000</pubDate>
        <dc:creator>Rafael Espindola &lt;rafael.espindola@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2873b38e - Renaming MCJIT .ir files to .ll and moving them to Inputs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#2873b38e</link>
        <description>Renaming MCJIT .ir files to .ll and moving them to Inputsllvm-svn: 193562

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Mon, 28 Oct 2013 23:51:03 +0000</pubDate>
        <dc:creator>Andrew Kaylor &lt;andrew.kaylor@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4404eb48 - Standardizing lli&apos;s extra module command line option</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#4404eb48</link>
        <description>Standardizing lli&apos;s extra module command line optionllvm-svn: 193544

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Mon, 28 Oct 2013 21:58:15 +0000</pubDate>
        <dc:creator>Andrew Kaylor &lt;andrew.kaylor@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1b2cfb64 - Adding support and tests for multiple module handling in lli</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll#1b2cfb64</link>
        <description>Adding support and tests for multiple module handling in llillvm-svn: 191938

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll</description>
        <pubDate>Fri, 04 Oct 2013 00:49:38 +0000</pubDate>
        <dc:creator>Andrew Kaylor &lt;andrew.kaylor@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
