<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-12T01:22:05Z</updated>
<entry>
<title>Compensate for partCount change in Bogus definition</title>
<updated>2007-09-12T01:22:05Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-09-12T01:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=257500db0437b6089f46ccf58bcdf04ad8dae9d9'/>
<id>urn:sha1:257500db0437b6089f46ccf58bcdf04ad8dae9d9</id>
<content type='text'>
(could break hash table in ConstantFP)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41874 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add APInt interfaces to APFloat (allows directly</title>
<updated>2007-09-11T18:32:33Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-09-11T18:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3f6eb7419de437436265831fce92f62498556e08'/>
<id>urn:sha1:3f6eb7419de437436265831fce92f62498556e08</id>
<content type='text'>
access to bits).  Use them in place of float and
double interfaces where appropriate.
First bits of x86 long double constants handling 
(untested, probably does not work).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41858 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Smarter Reset(). Instead of deallocating all memory regions and reallocate the</title>
<updated>2007-09-08T00:02:17Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-09-08T00:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7dfda9e674c655d36147f074f4df9bef11f9c383'/>
<id>urn:sha1:7dfda9e674c655d36147f074f4df9bef11f9c383</id>
<content type='text'>
first region, just deallocate all but the last region in the list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41782 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added Reset() to free all allocated memory regions and reset state to be the same as right after ctor.</title>
<updated>2007-09-05T21:41:34Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-09-05T21:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=188b5224fd9c8573713665c77f9d2f415bcc4ff1'/>
<id>urn:sha1:188b5224fd9c8573713665c77f9d2f415bcc4ff1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41728 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix mod so it actually works.  Fix conversions to</title>
<updated>2007-09-05T20:39:49Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-09-05T20:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=58c2e4c5fdf8f9b275037e8b8d7fd64d56719fe6'/>
<id>urn:sha1:58c2e4c5fdf8f9b275037e8b8d7fd64d56719fe6</id>
<content type='text'>
native types to handle denormals correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41726 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Oops, should be part of 41664; won't work very well without this piece.</title>
<updated>2007-08-31T23:35:31Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-31T23:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e15c2db9935eee66a8008f1bd09882aff2ed3aae'/>
<id>urn:sha1:e15c2db9935eee66a8008f1bd09882aff2ed3aae</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41665 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enhance APFloat to retain bits of NaNs (fixes oggenc).</title>
<updated>2007-08-31T04:03:46Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-31T04:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eaf089430e7681fcddc3465c3b33b9645273ab02'/>
<id>urn:sha1:eaf089430e7681fcddc3465c3b33b9645273ab02</id>
<content type='text'>
Use APFloat interfaces for more references, mostly
of ConstantFPSDNode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41632 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change LegalFPImmediates to use APFloat.</title>
<updated>2007-08-30T00:23:21Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-30T00:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f04afdbb48568ef09f11fd10ac03426101f2dbf8'/>
<id>urn:sha1:f04afdbb48568ef09f11fd10ac03426101f2dbf8</id>
<content type='text'>
Add APFloat interfaces to ConstantFP, SelectionDAG.
Fix integer bit in double-&gt;APFloat conversion.
Convert LegalizeDAG to use APFloat interface in
ConstantFPSDNode uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41587 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Poison APFloat::operator==.  Replace existing uses with bitwiseIsEqual.</title>
<updated>2007-08-24T22:09:56Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-24T22:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12595d7b165bf460b18f4ddd395dd29e6e6e68bc'/>
<id>urn:sha1:12595d7b165bf460b18f4ddd395dd29e6e6e68bc</id>
<content type='text'>
This means backing out the preceding change to Constants.cpp, alas.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revised per review feedback from previous patch.</title>
<updated>2007-08-24T05:08:11Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-08-24T05:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3b51fd17024569cc53ae02b9a4f80857930e08b'/>
<id>urn:sha1:d3b51fd17024569cc53ae02b9a4f80857930e08b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41353 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
