<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-04-25T02:52:30Z</updated>
<entry>
<title>PR2202: LLVMCreateInterpreter creates a JIT</title>
<updated>2008-04-25T02:52:30Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2008-04-25T02:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2566388bc43b4206d88fbb2765f8722064bf508e'/>
<id>urn:sha1:2566388bc43b4206d88fbb2765f8722064bf508e</id>
<content type='text'>
Applying fix by Frits van Bommel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50249 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Be pessimistic in computing the buffer size when aligning.</title>
<updated>2008-04-20T23:39:44Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-04-20T23:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=580631a73a71ff621c71618b16e9644b30a9d3c9'/>
<id>urn:sha1:580631a73a71ff621c71618b16e9644b30a9d3c9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50008 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Cosmetic changes, as suggested by Evan. No functionality changes.</title>
<updated>2008-04-20T17:44:19Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-04-20T17:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5913e6c5dbaff88ac00d5e679382abc72323831a'/>
<id>urn:sha1:5913e6c5dbaff88ac00d5e679382abc72323831a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49993 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not hold the JIT lock when materializing a function and verify if the</title>
<updated>2008-04-20T08:33:02Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-04-20T08:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd7d99120b394e7aa4cf0b670f7b783a61dec3a1'/>
<id>urn:sha1:fd7d99120b394e7aa4cf0b670f7b783a61dec3a1</id>
<content type='text'>
function has already been codegen'd. This is required by the Java class loading
mechanism which executes Java code when materializing a function.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49988 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch to using Simplified ConstantFP::get API.</title>
<updated>2008-04-20T00:41:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-20T00:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=02a260aa11a2e1b2c14335274d3c42ca3f3eabc0'/>
<id>urn:sha1:02a260aa11a2e1b2c14335274d3c42ca3f3eabc0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49977 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable jitting with a known memory size.</title>
<updated>2008-04-18T20:59:31Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-04-18T20:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc17ab2bf0c4d325b87ac8130004ab11f3f7106d'/>
<id>urn:sha1:dc17ab2bf0c4d325b87ac8130004ab11f3f7106d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49924 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function</title>
<updated>2008-04-16T20:46:05Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-04-16T20:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=51cc3c13eac78da242f0518fc42580e48dd5304f'/>
<id>urn:sha1:51cc3c13eac78da242f0518fc42580e48dd5304f</id>
<content type='text'>
the stub will resolve.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49814 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix some serious logic errors that broke the jit on darwin/x86-64.</title>
<updated>2008-04-13T07:04:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-13T07:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3b374489041ac28153c84194dda45e182d8939fc'/>
<id>urn:sha1:3b374489041ac28153c84194dda45e182d8939fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49606 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add debugging code.</title>
<updated>2008-04-12T00:22:01Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-04-12T00:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97b8c40d095c4eb5d8e8ff5ac6da567f043bd8ba'/>
<id>urn:sha1:97b8c40d095c4eb5d8e8ff5ac6da567f043bd8ba</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49566 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reenable JIT symbol table.</title>
<updated>2008-04-11T18:11:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-04-11T18:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6098e4be947e0761c6997d98d12535fce85045e9'/>
<id>urn:sha1:6098e4be947e0761c6997d98d12535fce85045e9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49548 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
