<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Analysis, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Analysis?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Analysis?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-11T04:31:00Z</updated>
<entry>
<title>Fix a typo in memdep, which was causing PR1648.</title>
<updated>2007-09-11T04:31:00Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2007-09-11T04:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a890e2fb524124ecb9b0899e4daacd32bf9a44b'/>
<id>urn:sha1:0a890e2fb524124ecb9b0899e4daacd32bf9a44b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41833 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove an un-needed dependence query.  This improves compile time marginally on 401.bzip2.</title>
<updated>2007-09-09T21:43:49Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2007-09-09T21:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7fad7e3db87c80f18a449c44394ee32c4e2af136'/>
<id>urn:sha1:7fad7e3db87c80f18a449c44394ee32c4e2af136</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41792 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add lengthof and endof templates that hide a lot of sizeof computations.</title>
<updated>2007-09-07T04:06:50Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2007-09-07T04:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=718cb665ca6ce2bc4d8e8479f46a45db91b49f86'/>
<id>urn:sha1:718cb665ca6ce2bc4d8e8479f46a45db91b49f86</id>
<content type='text'>
Patch by Sterling Stein!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41758 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Next round of APFloat changes.</title>
<updated>2007-09-06T18:13:44Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-09-06T18:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43421b3dd70af5b70e71816521f37502c397cc65'/>
<id>urn:sha1:43421b3dd70af5b70e71816521f37502c397cc65</id>
<content type='text'>
Use APFloat in UpgradeParser and AsmParser.
Change all references to ConstantFP to use the
APFloat interface rather than double.  Remove
the ConstantFP double interfaces.
Use APFloat functions for constant folding arithmetic
and comparisons.
(There are still way too many places APFloat is
just a wrapper around host float/double, but we're
getting there.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41747 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Missing break. Patch by Wojciech Matyjewicz.</title>
<updated>2007-09-05T21:36:14Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-09-05T21:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df344febe27b8fa68424032c4181e494307d6eaf'/>
<id>urn:sha1:df344febe27b8fa68424032c4181e494307d6eaf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41727 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use SmallVector.</title>
<updated>2007-08-21T16:54:51Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-08-21T16:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e79bad66e0b265cdac2dc90e5e6727a5fa2cbcae'/>
<id>urn:sha1:e79bad66e0b265cdac2dc90e5e6727a5fa2cbcae</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41230 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>No need to hardcode SmallVector size.</title>
<updated>2007-08-21T16:39:43Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-08-21T16:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c6c55db4df35c9e0bbff89ceec52b0504862d7d'/>
<id>urn:sha1:7c6c55db4df35c9e0bbff89ceec52b0504862d7d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41228 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use SmallVector instead of std::vector.</title>
<updated>2007-08-21T00:31:24Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-08-21T00:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b7211a2ce13a0365e0e1dd2f27adda2ee3d1288b'/>
<id>urn:sha1:b7211a2ce13a0365e0e1dd2f27adda2ee3d1288b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41207 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>- Use correct header for SCEV inside LoopPass.cpp</title>
<updated>2007-08-20T21:17:26Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-08-20T21:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96fea337d27357e9b62abbf3d2d5ce29f1c8e870'/>
<id>urn:sha1:96fea337d27357e9b62abbf3d2d5ce29f1c8e870</id>
<content type='text'>
- Move SCEVExpander::expand() out-of-line workarounding possible toolchain bug


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41197 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Cache non-local memory dependence analysis.  This is a significant compile</title>
<updated>2007-08-16T21:27:05Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2007-08-16T21:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d13de4e3bfc5121207efd01e1b31caa6bb4e40b'/>
<id>urn:sha1:4d13de4e3bfc5121207efd01e1b31caa6bb4e40b</id>
<content type='text'>
time performance win in most cases.


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