<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CFrontend, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CFrontend?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CFrontend?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-01-13T18:44:12Z</updated>
<entry>
<title>Check that nested functions don't get pointless</title>
<updated>2008-01-13T18:44:12Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-13T18:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1fac17f2e7dafbbe2619bbd253dd7b957052f5e0'/>
<id>urn:sha1:1fac17f2e7dafbbe2619bbd253dd7b957052f5e0</id>
<content type='text'>
static chains.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45936 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testcase for PR1721</title>
<updated>2008-01-08T05:16:29Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-01-08T05:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=83d760ba8eebc0a524cd9b1157eb3b4b151a5aef'/>
<id>urn:sha1:83d760ba8eebc0a524cd9b1157eb3b4b151a5aef</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45739 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testcase for PR1386.</title>
<updated>2008-01-04T13:15:39Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-04T13:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2940c3b70bedbc3588936844654d21a8a0b8478'/>
<id>urn:sha1:e2940c3b70bedbc3588936844654d21a8a0b8478</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45583 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Strengthening this test so it fails in release mode.</title>
<updated>2007-12-30T05:45:49Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-12-30T05:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=271000d54504531b3e1056403a2bdf8453fae097'/>
<id>urn:sha1:271000d54504531b3e1056403a2bdf8453fae097</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45446 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testcase for preceding FE fix</title>
<updated>2007-12-18T01:58:38Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2007-12-18T01:58:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9bc55bcbc03a880277ea7e492e4ec1752e6ffbad'/>
<id>urn:sha1:9bc55bcbc03a880277ea7e492e4ec1752e6ffbad</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45144 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make instcombine promote inline asm calls to 'nounwind'</title>
<updated>2007-12-16T15:51:49Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-12-16T15:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ece2c04d532d46405c085769d03173b392813eb3'/>
<id>urn:sha1:ece2c04d532d46405c085769d03173b392813eb3</id>
<content type='text'>
calls.  Remove special casing of inline asm from the
inliner.  There is a potential problem: the verifier
rejects invokes of inline asm (not sure why).  If an
asm call is not marked "nounwind" in some .ll, and
instcombine is not run, but the inliner is run, then
an illegal module will be created.  This is bad but
I'm not sure what the best approach is.  I'm tempted
to remove the check in the verifier...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45073 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use not instead of ignore when an exit status is expected to always</title>
<updated>2007-12-11T15:50:23Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-12-11T15:50:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=83935ac59d5f1760cb127a57e48bb74712ef9507'/>
<id>urn:sha1:83935ac59d5f1760cb127a57e48bb74712ef9507</id>
<content type='text'>
be non-zero.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44866 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>New testcase for PR1744</title>
<updated>2007-11-28T22:43:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-11-28T22:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=22f26a75d26a329a1c36d16d4a687a876cf5875f'/>
<id>urn:sha1:22f26a75d26a329a1c36d16d4a687a876cf5875f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines.</title>
<updated>2007-11-28T04:57:00Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-11-28T04:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=727842e9d76680a49616083fed0e812ae209aff8'/>
<id>urn:sha1:727842e9d76680a49616083fed0e812ae209aff8</id>
<content type='text'>
XFAILed 3 arm regressions (will file bugs)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44389 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add testcase for last llvm-gcc tweaks</title>
<updated>2007-11-27T18:21:29Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-11-27T18:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9bdcb393aedcd718b49926663bbcd22229af7090'/>
<id>urn:sha1:9bdcb393aedcd718b49926663bbcd22229af7090</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44368 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
