<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/ARM, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/ARM?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/ARM?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-09-26T23:51:19Z</updated>
<entry>
<title>Implement function notes as function attributes. </title>
<updated>2008-09-26T23:51:19Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-26T23:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2c9c3e73682749016d5885b67ff719f634b37d58'/>
<id>urn:sha1:2c9c3e73682749016d5885b67ff719f634b37d58</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56716 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unallocatable registers do not have live intervals.</title>
<updated>2008-09-17T18:36:25Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-09-17T18:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=870e4bef419b1bd3e5ee05673975f1c05198b612'/>
<id>urn:sha1:870e4bef419b1bd3e5ee05673975f1c05198b612</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56287 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-enable SelectionDAG CSE for calls. It matters in the case of</title>
<updated>2008-09-15T19:46:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-15T19:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5eb0cecbc5dd370e33d4e0ab1abee7ce8597ca9c'/>
<id>urn:sha1:5eb0cecbc5dd370e33d4e0ab1abee7ce8597ca9c</id>
<content type='text'>
libcalls, as in this testcase on ARM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correctly update kill infos after extending a live range and merge 2 val#'s; fix 56165 - do not mark val# copy field if the copy does not define the val#.</title>
<updated>2008-09-15T06:28:41Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-09-15T06:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=25f34a30d66e33381a023d97d72ce44ded2c7f72'/>
<id>urn:sha1:25f34a30d66e33381a023d97d72ce44ded2c7f72</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56199 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Legalizer was missing code that expand fpow to a libcall.</title>
<updated>2008-09-09T23:02:14Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-09-09T23:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b88702ac3fac540b970e2d92f3dcc5071f16a84'/>
<id>urn:sha1:4b88702ac3fac540b970e2d92f3dcc5071f16a84</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56028 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool.</title>
<updated>2008-08-08T06:56:16Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-08-08T06:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=711b6dce246c87b5d830966bed823d0e7aa15300'/>
<id>urn:sha1:711b6dce246c87b5d830966bed823d0e7aa15300</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54519 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Print section flags ok on platforms, which use '@' as comment string. Fix test.</title>
<updated>2008-08-07T09:55:06Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-08-07T09:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=feac94b18d8267c14ce4076741e7cf32196ed6d9'/>
<id>urn:sha1:feac94b18d8267c14ce4076741e7cf32196ed6d9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54460 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This check is unnecessary, and getting rid of it removes a use of -disable-correct-folding.</title>
<updated>2008-08-05T17:52:54Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-08-05T17:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=287b7b7ed7fc2acc9b06908fb3ca89b715dab29f'/>
<id>urn:sha1:287b7b7ed7fc2acc9b06908fb3ca89b715dab29f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54355 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the need for -disable-correct-folding from this test.</title>
<updated>2008-08-05T17:49:52Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-08-05T17:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3888aa0b7d8a3ec2d49507b446871a8511e16b51'/>
<id>urn:sha1:3888aa0b7d8a3ec2d49507b446871a8511e16b51</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54354 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update these tests to work by disabling the new correct CFG generation.  This flag should ONLY be used to for tests like these.</title>
<updated>2008-08-04T23:55:29Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-08-04T23:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd'/>
<id>urn:sha1:2b85dc3544f4611d07bd1fdf2fe4081e3b0793fd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54334 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
