<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/FrontendAda, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/FrontendAda?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/FrontendAda?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-10-22T12:53:25Z</updated>
<entry>
<title>Check that accessing a struct field that occurs before the start</title>
<updated>2009-10-22T12:53:25Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-10-22T12:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9772acdb4718191e696148306a9a5e4b81382403'/>
<id>urn:sha1:9772acdb4718191e696148306a9a5e4b81382403</id>
<content type='text'>
of the struct (!) works correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84853 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test handling of record fields with negative offsets.</title>
<updated>2009-10-22T10:02:10Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-10-22T10:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=65a168cff33acba4136ef47b1d3611daec369a12'/>
<id>urn:sha1:65a168cff33acba4136ef47b1d3611daec369a12</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84851 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adjust this test for recent sroa improvements.</title>
<updated>2009-03-12T11:56:12Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-03-12T11:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1aeac022f5a25ab65e3e6b74c8217364dc254b4d'/>
<id>urn:sha1:1aeac022f5a25ab65e3e6b74c8217364dc254b4d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66791 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Check that records with a known constant size are not</title>
<updated>2009-02-25T18:10:49Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2009-02-25T18:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=411c28540454c536519f04a2fde461e91ad1f661'/>
<id>urn:sha1:411c28540454c536519f04a2fde461e91ad1f661</id>
<content type='text'>
copied field by LLVM field if the record has a variable
sized field in it.  The problem is that the LLVM field
will not completely cover the variable sized gcc field.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65463 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach constant folding that an inttoptr of a</title>
<updated>2008-08-13T20:20:35Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-08-13T20:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=81b06be055e74a3c23a1c8f17ead97f9f76335ee'/>
<id>urn:sha1:81b06be055e74a3c23a1c8f17ead97f9f76335ee</id>
<content type='text'>
ptrtoint can be turned into a bitcast if the
integer is at least as wide as a pointer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54752 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testcase for gimplify_expr crash caused by an</title>
<updated>2008-01-15T19:55:41Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-15T19:55:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fdd75125b87f335ced93c0d9d88d0b3045fe9ecc'/>
<id>urn:sha1:fdd75125b87f335ced93c0d9d88d0b3045fe9ecc</id>
<content type='text'>
unexpected placeholder_expr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46006 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Testcase with non-integer "bitfields" (in quotes,</title>
<updated>2008-01-04T17:31:56Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-04T17:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ad04cb28c58b51ced15bd1221d5cb605fb35ebe3'/>
<id>urn:sha1:ad04cb28c58b51ced15bd1221d5cb605fb35ebe3</id>
<content type='text'>
since they didn't actually need to be bitfields,
though they are marked as such).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45588 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test for handling of large bit offset from a</title>
<updated>2008-01-03T11:53:52Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-03T11:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7cc5facfe5ede1c209e527067d0c1fc2475a142a'/>
<id>urn:sha1:7cc5facfe5ede1c209e527067d0c1fc2475a142a</id>
<content type='text'>
variable field offset.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45534 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>An example for which the TYPE_SIZE was being set from</title>
<updated>2008-01-03T00:26:42Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-03T00:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=227ff79ceb2b0b0d1c9705fa6786067f401ae003'/>
<id>urn:sha1:227ff79ceb2b0b0d1c9705fa6786067f401ae003</id>
<content type='text'>
the initial value, while the type fields were not (this
is a qualified union type, so not all fields are always
present).  This resulted in the size of the corresponding
LLVM type being larger than the gcc TYPE_SIZE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45522 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test handling of records for which the fields are</title>
<updated>2008-01-03T00:17:02Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-01-03T00:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c51daccb7ec40335e819fb0b3f961353b17ea34b'/>
<id>urn:sha1:c51daccb7ec40335e819fb0b3f961353b17ea34b</id>
<content type='text'>
not ordered by offset.


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