<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine/Interpreter, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine/Interpreter?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-04T03:37:38Z</updated>
<entry>
<title>Bitcast all the bits of a floating point value, not just one. The zero</title>
<updated>2007-05-04T03:37:38Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-05-04T03:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4b4394b2f53c6ee8690669164710b109274a574'/>
<id>urn:sha1:e4b4394b2f53c6ee8690669164710b109274a574</id>
<content type='text'>
extension is needed because the constructor for the Destination value
causes the APInt to have a bit width of 1.
Patch by Guoling Han.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36733 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>1. Don't swap byte order in scanf. It isn't necessary and leads to</title>
<updated>2007-04-26T18:19:35Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-26T18:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6bc6333a1059b0ee9b3b7c2685f4daf370ae67bd'/>
<id>urn:sha1:6bc6333a1059b0ee9b3b7c2685f4daf370ae67bd</id>
<content type='text'>
   incorrect results (canonicalization was dropped several commits ago).
2. Add support for fscanf.
3. Suppress a warning about cast to pointer from non-pointer-sized integer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36482 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>We only need one putchar which gives it a shot at getting matched by its</title>
<updated>2007-04-21T17:11:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-21T17:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b3b0727032e58c8b8f3017c2b3f560616c6905af'/>
<id>urn:sha1:b3b0727032e58c8b8f3017c2b3f560616c6905af</id>
<content type='text'>
users.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36305 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>eliminate use of Instruction::getPrev().  Patch by Gabor Greif in 2005.</title>
<updated>2007-04-17T17:38:28Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-04-17T17:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8e237bb86cf810deba0bd0d11c12312978667be'/>
<id>urn:sha1:b8e237bb86cf810deba0bd0d11c12312978667be</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36198 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement @sext and @zext parameter attribute handling properly instead of</title>
<updated>2007-04-16T21:50:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-16T21:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ccf462b999d66b46e155eaa8c2d0e7ac91ecdfc'/>
<id>urn:sha1:4ccf462b999d66b46e155eaa8c2d0e7ac91ecdfc</id>
<content type='text'>
forcing every small argument of every function regardless of attributes or
calling convention to be expanded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36174 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1293:</title>
<updated>2007-03-30T16:41:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-30T16:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97e0c22330f1856a7e026d162040aafdb2a70d0e'/>
<id>urn:sha1:97e0c22330f1856a7e026d162040aafdb2a70d0e</id>
<content type='text'>
* Rename the FunctionType* parameter from M to FT on all the functions.
* Implement a fix for PR1293 by just asserting that library functions that
  must return pointers should have pointer typed results. This just makes
  sure that we don't attempt to use an uninitialized integer or something
  later on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35508 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use std::hex.</title>
<updated>2007-03-08T23:37:24Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2007-03-08T23:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=47992ea4be0b5a357178e7f734625e9d4a27492d'/>
<id>urn:sha1:47992ea4be0b5a357178e7f734625e9d4a27492d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35038 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use a cast. It causes an error on some platforms.</title>
<updated>2007-03-08T23:26:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2007-03-08T23:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3bae2e97d97ec5ed8df9ea4795a1127697738942'/>
<id>urn:sha1:3bae2e97d97ec5ed8df9ea4795a1127697738942</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35037 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix some thinko's in the last patch. PtrSize has to be in bits and we</title>
<updated>2007-03-06T03:46:41Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-06T03:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=576310512118071393e3f216e1fd4108b0823e56'/>
<id>urn:sha1:576310512118071393e3f216e1fd4108b0823e56</id>
<content type='text'>
might need to zext not just trunc the value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34955 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug in IntToPtr. Truncating to 64-bits only works if the integer</title>
<updated>2007-03-06T03:41:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-06T03:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7553c341354c7790cebda40ea0d647f9d204544b'/>
<id>urn:sha1:7553c341354c7790cebda40ea0d647f9d204544b</id>
<content type='text'>
is larger. Adjust so that it truncates to pointer width, only if necessary.


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