<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-01T06:42:27Z</updated>
<entry>
<title>Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster.</title>
<updated>2009-02-01T06:42:27Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-02-01T06:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2d5424d76add9714d95239f183f7f88263f44360'/>
<id>urn:sha1:2d5424d76add9714d95239f183f7f88263f44360</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63489 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for deleting a module provider from a JIT in such a way that it does not cause the owned module to be fully materialized.</title>
<updated>2009-01-23T19:27:28Z</updated>
<author>
<name>Nate Begeman</name>
<email>natebegeman@mac.com</email>
</author>
<published>2009-01-23T19:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=60789e419e04c260e36af9a1add5ad316313e490'/>
<id>urn:sha1:60789e419e04c260e36af9a1add5ad316313e490</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62864 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r62553 and r62616 due to issues with portability.</title>
<updated>2009-01-22T20:09:20Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-01-22T20:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=32aaee684d3fd24a7fb6e385877f113f2bd41ed6'/>
<id>urn:sha1:32aaee684d3fd24a7fb6e385877f113f2bd41ed6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62777 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename methods in System/Host to be more consistent.</title>
<updated>2009-01-22T19:53:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-22T19:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b67c95834226fc44c435ca97dc5a536bccb30bbf'/>
<id>urn:sha1:b67c95834226fc44c435ca97dc5a536bccb30bbf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62776 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!</title>
<updated>2009-01-21T18:11:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-21T18:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e42c5bdf50b54e33afa840b5dbb2d7c7d861a44'/>
<id>urn:sha1:1e42c5bdf50b54e33afa840b5dbb2d7c7d861a44</id>
<content type='text'>
PR3364


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62697 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo.  Patch by Alexei Svitkine.</title>
<updated>2009-01-20T21:20:23Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-01-20T21:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9c70819da0cb4e418adfff4e6610317dd7209eda'/>
<id>urn:sha1:9c70819da0cb4e418adfff4e6610317dd7209eda</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62616 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!</title>
<updated>2009-01-20T00:51:40Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-01-20T00:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f514e2d28f3ff1d0d959522bfa0834d023d91aaf'/>
<id>urn:sha1:f514e2d28f3ff1d0d959522bfa0834d023d91aaf</id>
<content type='text'>
This requires a rebuild of 'configure' itself. I will be committing that next, but
built with the wrong version of autoconf. Somebody who has the right one, please update
it.

As a side-note, because of the way autoconf works, all built tools will link against
libffi, not just lli. If you know how to fix this, please let me know ...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62553 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>don't assert and die on out of range (undefined) shifts.  This fixes</title>
<updated>2009-01-16T20:17:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-16T20:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9029cb836304cd2848f589dc79373d9b67eb48e0'/>
<id>urn:sha1:9029cb836304cd2848f589dc79373d9b67eb48e0</id>
<content type='text'>
PR3334.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62352 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change isGVCompilationDisabled() semantics again. It should abort on any GV that's not constant whether it's "internal" or not. In a server / client environment, GV is returned in the same block of memory as code. However, the memory might not be writable.</title>
<updated>2009-01-16T19:14:49Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-01-16T19:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d544a2c807756af6bffc71f1967f22e8045d02e'/>
<id>urn:sha1:4d544a2c807756af6bffc71f1967f22e8045d02e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62336 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Registry.h should not depend on CommandLine.h.</title>
<updated>2009-01-16T07:02:28Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2009-01-16T07:02:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2388a588bdf32610e18a66c0c6ef248087fd1cdc'/>
<id>urn:sha1:2388a588bdf32610e18a66c0c6ef248087fd1cdc</id>
<content type='text'>
Split Support/Registry.h into two files so that we have less to
recompile every time CommandLine.h is changed.

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