<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/Generic, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/Generic?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-02-20T18:31:46Z</updated>
<entry>
<title>Remove test.</title>
<updated>2009-02-20T18:31:46Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-02-20T18:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1824326f4d5a981092f2c7648610820a7180e80'/>
<id>urn:sha1:c1824326f4d5a981092f2c7648610820a7180e80</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@65136 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Let's try to have our cake and eat it to: move</title>
<updated>2009-01-21T11:37:31Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-01-21T11:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bf0fb175abe02587742e562260380d2f0b5e4d42'/>
<id>urn:sha1:bf0fb175abe02587742e562260380d2f0b5e4d42</id>
<content type='text'>
this test into FrontendC to ensure that llvm-gcc
is available; assemble using "llvm-gcc -xassembler"
rather than "as".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62683 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't bother running the assembler, we don't know that it will be configured</title>
<updated>2009-01-20T21:41:53Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-20T21:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d5ee5c3b8dedab297d2158271d4c3743e812eea'/>
<id>urn:sha1:1d5ee5c3b8dedab297d2158271d4c3743e812eea</id>
<content type='text'>
for whatever llc defaults to.  This fixes PR3363


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62619 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Verify Intrinsic::dbg_declare. </title>
<updated>2009-01-19T21:00:48Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-01-19T21:00:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0153308abf95e9c87e870768aa8fbf6f590d0f87'/>
<id>urn:sha1:0153308abf95e9c87e870768aa8fbf6f590d0f87</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62526 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The list-td and list-tdrr schedulers don't yet support physreg</title>
<updated>2009-01-13T20:24:13Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-13T20:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc0b56732a2d1dc22767e0f3930f22a76d99470a'/>
<id>urn:sha1:bc0b56732a2d1dc22767e0f3930f22a76d99470a</id>
<content type='text'>
scheduling dependencies. Add assertion checks to help catch
this.

It appears the Mips target defaults to list-td, and it has a
regression test that uses a physreg dependence. Such code was
liable to be miscompiled, and now evokes an assertion failure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62177 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug in ComputeLinearIndex computation handling multi-level</title>
<updated>2009-01-06T22:53:52Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-06T22:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2c91d102ec29bc766b7172a3062d399dc12640fe'/>
<id>urn:sha1:2c91d102ec29bc766b7172a3062d399dc12640fe</id>
<content type='text'>
aggregate types. Don't increment the current index after reaching
the end of a struct, as it will already be pointing at
one-past-the end. This fixes PR3288.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61828 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.</title>
<updated>2009-01-06T01:36:23Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-06T01:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5ddefdaa346f898064e0428f55af5b44339b6775'/>
<id>urn:sha1:5ddefdaa346f898064e0428f55af5b44339b6775</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61781 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert the changes in this testcase until Anton can fix them.</title>
<updated>2008-12-24T05:23:34Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-12-24T05:23:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e5b7e0ec083f2e902e8612a95c33335a08da83aa'/>
<id>urn:sha1:e5b7e0ec083f2e902e8612a95c33335a08da83aa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61414 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update test</title>
<updated>2008-12-23T22:26:37Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-12-23T22:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=42a8bbce2c7dd44d614efa4053927add7c8073c0'/>
<id>urn:sha1:42a8bbce2c7dd44d614efa4053927add7c8073c0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61399 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For amusement, implement SADDO, SSUBO, UADDO, USUBO</title>
<updated>2008-12-10T12:30:42Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-12-10T12:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ab0c578bfd1380326830180a9209df6c5be58887'/>
<id>urn:sha1:ab0c578bfd1380326830180a9209df6c5be58887</id>
<content type='text'>
for promoted integer types, eg: i16 on ppc-32, or
i24 on any platform.  Complete support for arbitrary
precision integers would require handling expanded
integer types, eg: i128, but I couldn't be bothered.


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