<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/Generic, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-10-01T19:46:30Z</updated>
<entry>
<title>Split this test and move it into target-specific directories.</title>
<updated>2008-10-01T19:46:30Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-10-01T19:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e7aa7baa76e1e65323ffe25593bb9cb3b4fa343c'/>
<id>urn:sha1:e7aa7baa76e1e65323ffe25593bb9cb3b4fa343c</id>
<content type='text'>
This fixes failures on configurations that don't have one or the
other targets enabled.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56926 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a target triple; apparently LLVM doesn't use 64-bit </title>
<updated>2008-09-08T20:16:18Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-08T20:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=36d81baa376679da22c7d83059551b67c05fadb7'/>
<id>urn:sha1:36d81baa376679da22c7d83059551b67c05fadb7</id>
<content type='text'>
data directives on darwin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55941 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add AsmPrinter support for i128 and larger static initializer data.</title>
<updated>2008-09-08T16:40:13Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-08T16:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=82f94f1ad98fdcc90e44053437fa555d339a4449'/>
<id>urn:sha1:82f94f1ad98fdcc90e44053437fa555d339a4449</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55919 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add testcase from bug 2770.</title>
<updated>2008-09-08T11:17:54Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2008-09-08T11:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1db6a2bac80a1cea30aecc4adabe0961f62d352e'/>
<id>urn:sha1:1db6a2bac80a1cea30aecc4adabe0961f62d352e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55897 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Turn this legalize types test on.</title>
<updated>2008-09-01T12:00:55Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-09-01T12:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14a093ac4ccfec150e49a1666fcec23342862424'/>
<id>urn:sha1:14a093ac4ccfec150e49a1666fcec23342862424</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55605 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve support for vector casts in LLVM IR and CodeGen.</title>
<updated>2008-08-14T20:04:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-08-14T20:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f8613e5b8398b688080e3c944ab8c11593e1ed0'/>
<id>urn:sha1:7f8613e5b8398b688080e3c944ab8c11593e1ed0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54784 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't crash printing the asm for a ConstantExpr PtrToInt just because the int</title>
<updated>2008-08-08T06:34:07Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-08-08T06:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6227385fc499a8b8bc23766735f1d809d194378'/>
<id>urn:sha1:d6227385fc499a8b8bc23766735f1d809d194378</id>
<content type='text'>
is narrower than the pointer. This testcase emits:

  .byte (((17) - 16) &amp; 255)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54517 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.</title>
<updated>2008-08-04T23:30:41Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-08-04T23:30:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f565bcff6781d0a4395b4c386f7168df13ddbca'/>
<id>urn:sha1:1f565bcff6781d0a4395b4c386f7168df13ddbca</id>
<content type='text'>
This allows it to work correctly on nested aggregate values.
This fixes PR2625.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54330 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't look for leaf values to store when lowering stores of</title>
<updated>2008-07-30T18:36:51Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-07-30T18:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90d33ee746f354030a4144c4ffa028599663615b'/>
<id>urn:sha1:90d33ee746f354030a4144c4ffa028599663615b</id>
<content type='text'>
empty structs. This fixes PR2612.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR2609.  If a label is deleted, then it needs</title>
<updated>2008-07-29T20:56:02Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-07-29T20:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68d4d1d49c813d10047ad116e897a17d67112c10'/>
<id>urn:sha1:68d4d1d49c813d10047ad116e897a17d67112c10</id>
<content type='text'>
to be marked invalid regardless of whether it is
a debug, an exception handling or (hopefully) a
GC label.


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