<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-08-30T21:54:03Z</updated>
<entry>
<title>Fix a comment.</title>
<updated>2010-08-30T21:54:03Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-08-30T21:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=17f9bfaa838153040d3097ece3f065101a256844'/>
<id>urn:sha1:17f9bfaa838153040d3097ece3f065101a256844</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112535 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)</title>
<updated>2010-08-30T14:00:29Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-08-30T14:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=37ce5650e60979fe3b02cabbd6724cc2c8fe463e'/>
<id>urn:sha1:37ce5650e60979fe3b02cabbd6724cc2c8fe463e</id>
<content type='text'>
On Mingw and Cygwin, the symbol __main is resolved to
callee's(eg. tools/lli) one, to invoke wrong duplicated ctors
(and register wrong callee's dtors with atexit(3)).
We expect, by callee, ExecutionEngine::runStaticConstructorsDestructors()
is called before ExecutionEngine::runFunctionAsMain() is called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112474 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove some dead code.</title>
<updated>2010-08-23T03:12:06Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-23T03:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c6a39aa5cd4434a57747190dd3342ec814ef7391'/>
<id>urn:sha1:c6a39aa5cd4434a57747190dd3342ec814ef7391</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111791 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When creating a JIT, try to load the program so that we can resolve symbols</title>
<updated>2010-08-17T16:19:18Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2010-08-17T16:19:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=83a82ac0b4dc6ea6b3e56f9e239a113eb5be5f38'/>
<id>urn:sha1:83a82ac0b4dc6ea6b3e56f9e239a113eb5be5f38</id>
<content type='text'>
against it. This affects Windows.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111240 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Stop the JIT from refusing to work just because the program it was compiled into</title>
<updated>2010-08-09T07:20:20Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2010-08-09T07:20:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f74ad761428a140e4e349799bf3158744124cf3'/>
<id>urn:sha1:1f74ad761428a140e4e349799bf3158744124cf3</id>
<content type='text'>
was built with -static.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110564 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't call __register_frame from the JIT on systems that use setjmp/longjmp</title>
<updated>2010-07-26T21:58:00Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2010-07-26T21:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4373b0da6eb194e49ddd8c8d32e5fa1183e89b6'/>
<id>urn:sha1:e4373b0da6eb194e49ddd8c8d32e5fa1183e89b6</id>
<content type='text'>
exception handling.  Also fix an extra underscore typo in one instance of
"__ARM_EABI__".  Radar 8236264.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109451 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove the dwarf sizing stuff which is now dead, it was</title>
<updated>2010-07-22T21:20:39Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-07-22T21:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=77beeaec1ebd76b4cd21ebeb3535c8bffcb6765e'/>
<id>urn:sha1:77beeaec1ebd76b4cd21ebeb3535c8bffcb6765e</id>
<content type='text'>
"yet another" copy of the dwarf EH emission code that was
copied, pasted and slightly hacked up.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109169 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove the JIT "NeedsExactSize" feature and supporting logic.</title>
<updated>2010-07-22T21:17:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-07-22T21:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=134d8eec8789184c7a7290ee101ca3d6f62f384a'/>
<id>urn:sha1:134d8eec8789184c7a7290ee101ca3d6f62f384a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109167 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix indentation.</title>
<updated>2010-07-19T09:36:45Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-19T09:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e117b639737188eba48b1580fca24258ca108b0d'/>
<id>urn:sha1:e117b639737188eba48b1580fca24258ca108b0d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108691 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Expose JIT::recompileAndRelinkFunction for use through the C API.</title>
<updated>2010-07-19T09:33:13Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-19T09:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d90fee9b4205c92786c8ae6fa574624b8d157f1c'/>
<id>urn:sha1:d90fee9b4205c92786c8ae6fa574624b8d157f1c</id>
<content type='text'>
Patch by Benjamin Saunders.


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