<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/ExecutionEngine, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/ExecutionEngine?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/ExecutionEngine?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-11-20T22:47:44Z</updated>
<entry>
<title>Merge in r168364 to disable MCJIT execution engine tests on ppc32 (which doesn't currently support MCJIT).</title>
<updated>2012-11-20T22:47:44Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-11-20T22:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=81c4d420bfe93446ca2b167315f12bf275441683'/>
<id>urn:sha1:81c4d420bfe93446ca2b167315f12bf275441683</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@168392 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge in r168316 so that the proper JIT tests are run on PPC.</title>
<updated>2012-11-20T03:40:57Z</updated>
<author>
<name>Hal Finkel</name>
<email>hfinkel@anl.gov</email>
</author>
<published>2012-11-20T03:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=16a8cf6eac26ec6f1ee6059617b398e686092f51'/>
<id>urn:sha1:16a8cf6eac26ec6f1ee6059617b398e686092f51</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@168349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Align the data section correctly when loading an ELF file.</title>
<updated>2012-10-29T10:47:07Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2012-10-29T10:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b210e6fea56ecc8126d5101ccd2539da23546641'/>
<id>urn:sha1:b210e6fea56ecc8126d5101ccd2539da23546641</id>
<content type='text'>
Patch by Amara Emerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166920 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make use of common-symbol alignment info in ELF loader.</title>
<updated>2012-10-29T10:47:04Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2012-10-29T10:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f00677d74f1be5b4c7c73e1681a64c9062f4c7ee'/>
<id>urn:sha1:f00677d74f1be5b4c7c73e1681a64c9062f4c7ee</id>
<content type='text'>
Patch by Amara Emerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166919 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux.</title>
<updated>2012-10-08T13:06:30Z</updated>
<author>
<name>James Molloy</name>
<email>james.molloy@arm.com</email>
</author>
<published>2012-10-08T13:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1054710ca416761077e82ebb0a4c2364a5727c0'/>
<id>urn:sha1:c1054710ca416761077e82ebb0a4c2364a5727c0</id>
<content type='text'>
Patch by David Tweed!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165390 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.</title>
<updated>2012-10-05T14:10:29Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-05T14:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b894f96de4f26dd738e3bf706ffe7cf0eda60714'/>
<id>urn:sha1:b894f96de4f26dd738e3bf706ffe7cf0eda60714</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165313 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement .rel relocation for R_ARM_ABS32 in MCJIT.</title>
<updated>2012-10-03T16:29:42Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2012-10-03T16:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=565ebde5fea42789c7df8a49ce1e270d49d525a1'/>
<id>urn:sha1:565ebde5fea42789c7df8a49ce1e270d49d525a1</id>
<content type='text'>
Patch by Amara Emerson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165128 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.</title>
<updated>2012-10-03T01:42:37Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-03T01:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44a1fd48435a679d1ca73c884ff82307f463f16d'/>
<id>urn:sha1:44a1fd48435a679d1ca73c884ff82307f463f16d</id>
<content type='text'>
FIXME: Also cygwin?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165081 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Support for generating ELF objects on Windows.</title>
<updated>2012-10-02T18:38:34Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-10-02T18:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7bbd6e366b39157445cc921024a987e61ea68c00'/>
<id>urn:sha1:7bbd6e366b39157445cc921024a987e61ea68c00</id>
<content type='text'>
This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present.  This patch also enables MCJIT tests on Windows using the new environment value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165030 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Enable MCJIT tests on Darwin."</title>
<updated>2012-09-06T03:24:09Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-09-06T03:24:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ae6a2e224802778dd07a8ed8c2513d5ad6eece1f'/>
<id>urn:sha1:ae6a2e224802778dd07a8ed8c2513d5ad6eece1f</id>
<content type='text'>
This reverts commit 163278.

Works OK on x86_64, but not i386. Will re-enable when that's cleared up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163290 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
