<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/ExecutionEngine, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/ExecutionEngine?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/ExecutionEngine?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-12T20:13:57Z</updated>
<entry>
<title>This patch improves the MCJIT runtime dynamic loader by adding new handling</title>
<updated>2012-04-12T20:13:57Z</updated>
<author>
<name>Preston Gurd</name>
<email>preston.gurd@intel.com</email>
</author>
<published>2012-04-12T20:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c68dda815e64fb2fb463318d1eaa304e22199d50'/>
<id>urn:sha1:c68dda815e64fb2fb463318d1eaa304e22199d50</id>
<content type='text'>
of zero-initialized sections, virtual sections and common symbols
and preventing the loading of sections which are not required for
execution such as debug information.

Patch by Andy Kaylor!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154610 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r153694. It was causing failures in the buildbots.</title>
<updated>2012-03-29T23:23:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-03-29T23:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=288967dfac246c8e35dc4f85afb667e74d1d26a8'/>
<id>urn:sha1:288967dfac246c8e35dc4f85afb667e74d1d26a8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153701 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-factored RuntimeDyld.</title>
<updated>2012-03-29T21:46:18Z</updated>
<author>
<name>Danil Malyshev</name>
<email>dmalyshev@accesssoftek.com</email>
</author>
<published>2012-03-29T21:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b0b8ef1b0edc2c343145f6b029c43b00a6f5c13'/>
<id>urn:sha1:4b0b8ef1b0edc2c343145f6b029c43b00a6f5c13</id>
<content type='text'>
Added ExecutionEngine/MCJIT tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153694 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert a series of commits to MCJIT to get the build working in CMake</title>
<updated>2012-03-22T05:44:06Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-03-22T05:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e29671cca14f8fce1ea6b602175880cb3df7199'/>
<id>urn:sha1:3e29671cca14f8fce1ea6b602175880cb3df7199</id>
<content type='text'>
(and hopefully on Windows). The bots have been down most of the day
because of this, and it's not clear to me what all will be required to
fix it.

The commits started with r153205, then r153207, r153208, and r153221.
The first commit seems to be the real culprit, but I couldn't revert
a smaller number of patches.

When resubmitting, r153207 and r153208 should be folded into r153205,
they were simple build fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-factored RuntimeDyld.</title>
<updated>2012-03-21T21:06:29Z</updated>
<author>
<name>Danil Malyshev</name>
<email>dmalyshev@accesssoftek.com</email>
</author>
<published>2012-03-21T21:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=799184d8eb140d02385501223cea0a087148b67b'/>
<id>urn:sha1:799184d8eb140d02385501223cea0a087148b67b</id>
<content type='text'>
Added ExecutionEngine/MCJIT tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153221 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll</title>
<updated>2012-01-17T18:21:05Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-01-17T18:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aa2bb63d97dd156a9344fe6ada37099dcef69dd7'/>
<id>urn:sha1:aa2bb63d97dd156a9344fe6ada37099dcef69dd7</id>
<content type='text'>
The test passes on ARM bots



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148315 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF</title>
<updated>2012-01-17T09:14:54Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-01-17T09:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a7f99f28a71635e83d85c68c47ca0fc20ec68400'/>
<id>urn:sha1:a7f99f28a71635e83d85c68c47ca0fc20ec68400</id>
<content type='text'>
implementation.
Currently lit still executes ExecutionEngine tests with JIT (not MCJIT) by
default. MCJIT tests can be executed manually by calling llvm-lit with
--param jit_impl=mcjit



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148299 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.</title>
<updated>2012-01-16T08:56:09Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-01-16T08:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a66a18505e07a4e72d6fa7e85663937a257577f3'/>
<id>urn:sha1:a66a18505e07a4e72d6fa7e85663937a257577f3</id>
<content type='text'>
Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Excluding ARM JIT tests until someone can fix this compilation path.</title>
<updated>2011-08-26T23:39:30Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-08-26T23:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0005cc7a0a4834ff8915546855864eac22b5f7ea'/>
<id>urn:sha1:0005cc7a0a4834ff8915546855864eac22b5f7ea</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138676 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
