<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-10-12T16:46:55Z</updated>
<entry>
<title>Merge 83417 from mainline.</title>
<updated>2009-10-12T16:46:55Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-10-12T16:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=901cb73cc5640a6405e7d7f8f5d4b8627482a04f'/>
<id>urn:sha1:901cb73cc5640a6405e7d7f8f5d4b8627482a04f</id>
<content type='text'>
r83391 was completely broken since Twines keep references to their inputs, and
some of the inputs were temporaries.  Here's a real fix for the miscompilation.
Thanks to sabre for pointing out the problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@83859 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 83391 from mainline.</title>
<updated>2009-10-12T16:45:48Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-10-12T16:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f97bad7a6f86eb2c281e536f6df98a677165c997'/>
<id>urn:sha1:f97bad7a6f86eb2c281e536f6df98a677165c997</id>
<content type='text'>
Fix PR5112, a miscompilation on gcc-4.0.3.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@83858 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 81308 from mainline.</title>
<updated>2009-09-12T22:26:39Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-09-12T22:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90f271424b0189546abe98f0e85313cada7fbca2'/>
<id>urn:sha1:90f271424b0189546abe98f0e85313cada7fbca2</id>
<content type='text'>
Make sure the memory range is writable before memset'ing it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@81638 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 79862 from mainline.</title>
<updated>2009-08-31T06:58:09Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-08-31T06:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0597fd967b73ae6fd65f3b7a070a942ca8028977'/>
<id>urn:sha1:0597fd967b73ae6fd65f3b7a070a942ca8028977</id>
<content type='text'>
Fix off-by-one in llvm::Format::print.
 - This also shortens the Format.h implementation, and uses the print buffer
  fully (it was wasting a character).

 - This manifested as llvm-test failures, because one side effect was that
  raw_ostream would write garbage '\x00' values into the output stream if it
  happened that the string was at the end of the buffer. This meant that grep
  would report 'Binary file matches', which meant the silly pattern matching
  llvm-test eventually does would fail. Cute. :)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@80563 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2009-08-21T23:09:47Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T23:09:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4755e9955b62e2e422a16634045d106785e6e248'/>
<id>urn:sha1:4755e9955b62e2e422a16634045d106785e6e248</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement APInt &lt;-&gt; APFloat conversion for IEEE 128-bit floats.</title>
<updated>2009-08-21T22:10:30Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-21T22:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7e844f128e0be77154aa08dbf2e828fcd4051604'/>
<id>urn:sha1:7e844f128e0be77154aa08dbf2e828fcd4051604</id>
<content type='text'>
This fixes PR2555

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79677 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up the APInt function getDigit.</title>
<updated>2009-08-21T06:48:37Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-08-21T06:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56c39eb232bea1fbf8e5d8ffee36168f43285208'/>
<id>urn:sha1:56c39eb232bea1fbf8e5d8ffee36168f43285208</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79602 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update error messages for '+'. Fix grammar and make the two</title>
<updated>2009-08-21T04:10:31Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2009-08-21T04:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e250f2a5ee2a794e531b159c270b63f5e70dfc27'/>
<id>urn:sha1:e250f2a5ee2a794e531b159c270b63f5e70dfc27</id>
<content type='text'>
negative checks resemble each other.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79595 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix trailing whitespace and 80-col violation.</title>
<updated>2009-08-21T04:06:45Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2009-08-21T04:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d37eda8c1d152780914fd71eee7d36fff407e1a1'/>
<id>urn:sha1:d37eda8c1d152780914fd71eee7d36fff407e1a1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79594 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.</title>
<updated>2009-08-21T03:15:28Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-08-21T03:15:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ae8f78d4de403965603ed2b61898d820db2449f9'/>
<id>urn:sha1:ae8f78d4de403965603ed2b61898d820db2449f9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79593 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
