<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-21T15:17:13Z</updated>
<entry>
<title>Added LLVM copyright header.</title>
<updated>2003-10-21T15:17:13Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-21T15:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=856ba76200ec2302f2fe500bc507f426c7d566c8'/>
<id>urn:sha1:856ba76200ec2302f2fe500bc507f426c7d566c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright notice to Makefiles.</title>
<updated>2003-10-20T22:26:57Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e488e9360b1a865ba604330965edcf139e590b65'/>
<id>urn:sha1:e488e9360b1a865ba604330965edcf139e590b65</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM project notice to the top of every C++ source file.</title>
<updated>2003-10-20T19:43:21Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b576c94c15af9a440f69d9d03c2afead7971118c'/>
<id>urn:sha1:b576c94c15af9a440f69d9d03c2afead7971118c</id>
<content type='text'>
Header files will be on the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Hrm, a relic from the past.  How cute :)</title>
<updated>2003-10-20T05:45:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-20T05:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e738656c0b380e5059cb522927aeb49554d01e46'/>
<id>urn:sha1:e738656c0b380e5059cb522927aeb49554d01e46</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9283 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Interpret the new varargs intrinsics correctly</title>
<updated>2003-10-18T05:55:25Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-18T05:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c6654963dfa4b91c702a913f3715c4a207472d2'/>
<id>urn:sha1:4c6654963dfa4b91c702a913f3715c4a207472d2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9222 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't release the Module, as that invalidates the Module* within the</title>
<updated>2003-10-17T18:31:59Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-17T18:31:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05701573aac26e87a33e8aa58817e4dc5a40050a'/>
<id>urn:sha1:05701573aac26e87a33e8aa58817e4dc5a40050a</id>
<content type='text'>
ModuleProvider, which has bad consequences in lli::callAsMain() which tries to
access that same Module*.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9205 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up doxygen comment for getPointerToFunction().</title>
<updated>2003-10-17T18:27:12Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-10-17T18:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=55c0f02cbf4f3716c5fdba7e227c5c8b99bc89ff'/>
<id>urn:sha1:55c0f02cbf4f3716c5fdba7e227c5c8b99bc89ff</id>
<content type='text'>
Add prototypes for recompileAndRelinkFunction() and runJITOnFunction().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9200 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Refactor running the JIT passes on a single function into the new method,</title>
<updated>2003-10-17T18:27:00Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-10-17T18:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cd64ddfafe314f0a76d866f9bbb9466cc6d52b03'/>
<id>urn:sha1:cd64ddfafe314f0a76d866f9bbb9466cc6d52b03</id>
<content type='text'>
runJITOnFunction().

Add new method for recompiling and patching in new versions of functions,
recompileAndRelinkFunction().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9199 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo in a comment, and zap a blank line.</title>
<updated>2003-10-16T23:33:38Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-10-16T23:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6020ddd57e62a8da3eee1210040a3611d52d2889'/>
<id>urn:sha1:6020ddd57e62a8da3eee1210040a3611d52d2889</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9184 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>JIT.cpp:</title>
<updated>2003-10-16T21:19:34Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-16T21:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f4f7d9eb72dec2a72ec596fb3d611a241893bb7'/>
<id>urn:sha1:0f4f7d9eb72dec2a72ec596fb3d611a241893bb7</id>
<content type='text'>
* #include "llvm/ModuleProvider"
* alphabetize #includes
* omit extraneous parens in pointer expressions

VM.cpp:
* #include "llvm/ModuleProvider"
* alphabetize #includes


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