<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine/Interpreter, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-22T20:17:20Z</updated>
<entry>
<title>Revert r62616 &amp; r62553.</title>
<updated>2009-01-22T20:17:20Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-01-22T20:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=443d8bcf7bf46beae88c2ebc32ee1c3d036e8a0e'/>
<id>urn:sha1:443d8bcf7bf46beae88c2ebc32ee1c3d036e8a0e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@62779 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>Rename getABITypeSize to getTypePaddedSize, as</title>
<updated>2009-01-12T20:38:59Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-01-12T20:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ceb4d1aecb9deffe59b3dcdc9a783ffde8477be9'/>
<id>urn:sha1:ceb4d1aecb9deffe59b3dcdc9a783ffde8477be9</id>
<content type='text'>
suggested by Chris.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62099 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up #includes, deleting a bunch of unnecessary #includes.</title>
<updated>2009-01-05T17:59:02Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-05T17:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d68a07650cdb2e18f18f362ba533459aa10e01b6'/>
<id>urn:sha1:d68a07650cdb2e18f18f362ba533459aa10e01b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61715 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add &lt;cstdio&gt; include where needed by gcc-4.4.</title>
<updated>2008-10-08T07:23:46Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-10-08T07:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4520dd2b7b20af07d5a3e4d06d964a532044eb10'/>
<id>urn:sha1:4520dd2b7b20af07d5a3e4d06d964a532044eb10</id>
<content type='text'>
Patch by Samuel Tardieu.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57291 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title> Large mechanical patch.</title>
<updated>2008-09-25T21:00:45Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-25T21:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0598866c052147c31b808391f58434ce3dbfb838'/>
<id>urn:sha1:0598866c052147c31b808391f58434ce3dbfb838</id>
<content type='text'>
s/ParamAttr/Attribute/g
s/PAList/AttrList/g
s/FnAttributeWithIndex/AttributeWithIndex/g
s/FnAttr/Attribute/g

This sets the stage 
- to implement function notes as function attributes and 
- to distinguish between function attributes and return value attributes.

This requires corresponding changes in llvm-gcc and clang.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56622 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>s/ParameterAttributes/Attributes/g</title>
<updated>2008-09-23T23:03:40Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-23T23:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eaf42abab6d465c38891345d999255871cf03943'/>
<id>urn:sha1:eaf42abab6d465c38891345d999255871cf03943</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56513 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
