<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-07T19:14:42Z</updated>
<entry>
<title>I doubt the address of the Error string was intended</title>
<updated>2008-01-07T19:14:42Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-07T19:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6aae7a748edcdf421b12fe4a66c0e68be48505f2'/>
<id>urn:sha1:6aae7a748edcdf421b12fe4a66c0e68be48505f2</id>
<content type='text'>
to be used for the force_interpreter parameter...
Spotted by gcc-4.2.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45714 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>X86 JIT PIC jumptable support.</title>
<updated>2008-01-05T02:26:58Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-05T02:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2a3e08b5961353fa3faeadf81f481ae9f5463427'/>
<id>urn:sha1:2a3e08b5961353fa3faeadf81f481ae9f5463427</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45616 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.</title>
<updated>2008-01-04T10:46:51Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-04T10:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=be8c03fc66b75fa775e1f47d62a1b0d803fced1c'/>
<id>urn:sha1:be8c03fc66b75fa775e1f47d62a1b0d803fced1c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45575 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove symbols that don't exist, remove tabs, fix comment typo</title>
<updated>2008-01-03T22:15:32Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-03T22:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c45f5c7652f56145c8b29d1fda87fa137d53936f'/>
<id>urn:sha1:c45f5c7652f56145c8b29d1fda87fa137d53936f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45553 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR1873, a problem finding stat-related symbols on linux, due to</title>
<updated>2008-01-03T07:10:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-03T07:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=76327d9cf598a17eb69ea928ca43fbacb6cc535e'/>
<id>urn:sha1:76327d9cf598a17eb69ea928ca43fbacb6cc535e</id>
<content type='text'>
"libc_nonshared.a". Patch by Edwin Török!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45532 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used</title>
<updated>2008-01-03T02:56:28Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-03T02:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=02aabbf96b1f22144afe2bec8ad480a9b803f6b8'/>
<id>urn:sha1:02aabbf96b1f22144afe2bec8ad480a9b803f6b8</id>
<content type='text'>
for non-function GV relocations that require function address stubs (e.g. Mac OS X in non-static mode).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45527 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove attribution from file headers, per discussion on llvmdev.</title>
<updated>2007-12-29T20:36:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee451de366474b9c228b4e5fa573795a715216d'/>
<id>urn:sha1:4ee451de366474b9c228b4e5fa573795a715216d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attribution from lib Makefiles.</title>
<updated>2007-12-29T20:09:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc643c5e88c596f217750dd91fcc66488dfed73d'/>
<id>urn:sha1:fc643c5e88c596f217750dd91fcc66488dfed73d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).</title>
<updated>2007-12-23T16:59:28Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-12-23T16:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2e855e68d861224c9b61e2bc9cecad1536b1534b'/>
<id>urn:sha1:2e855e68d861224c9b61e2bc9cecad1536b1534b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45335 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.</title>
<updated>2007-12-17T01:12:55Z</updated>
<author>
<name>Christopher Lamb</name>
<email>christopher.lamb@gmail.com</email>
</author>
<published>2007-12-17T01:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43ad6b3e0d6ada51e9b23aab3e061187f1f5710c'/>
<id>urn:sha1:43ad6b3e0d6ada51e9b23aab3e061187f1f5710c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
