<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/DebugInfo, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/DebugInfo?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/DebugInfo?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-24T19:09:52Z</updated>
<entry>
<title>Remove obsolete tests.</title>
<updated>2011-02-24T19:09:52Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-02-24T19:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3a96275200e0e7200192c7de38238669ab068cb0'/>
<id>urn:sha1:3a96275200e0e7200192c7de38238669ab068cb0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126402 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move arch specific tests in arch specific directories.</title>
<updated>2011-02-24T19:06:27Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-02-24T19:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3fe3424a2149a67f7468fc7a441d6cb6bb79ca33'/>
<id>urn:sha1:3fe3424a2149a67f7468fc7a441d6cb6bb79ca33</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126401 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.</title>
<updated>2010-12-02T23:29:58Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-12-02T23:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3fda44f276647bc43c283268907bac605a8f7eb5'/>
<id>urn:sha1:3fda44f276647bc43c283268907bac605a8f7eb5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120750 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change CodeGen to use .loc directives. This produces a lot more readable output</title>
<updated>2010-11-18T02:04:25Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-11-18T02:04:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c0556341e29246e697c73844a5f9b1e14474715'/>
<id>urn:sha1:5c0556341e29246e697c73844a5f9b1e14474715</id>
<content type='text'>
and testing is easier.  A good example is the unknown-location.ll test that
now can just look for ".loc 1 0 0".  We also don't use a DW_LNE_set_address for
every address change anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119613 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>FileCheckize</title>
<updated>2010-10-15T16:06:42Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2010-10-15T16:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c279c9079bd265fc765326b7059914068dfc0923'/>
<id>urn:sha1:c279c9079bd265fc765326b7059914068dfc0923</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116581 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case.</title>
<updated>2010-10-01T19:00:44Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-10-01T19:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=27f46cd6397c456df6f6f22a46752e64c0954fca'/>
<id>urn:sha1:27f46cd6397c456df6f6f22a46752e64c0954fca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115323 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add target triple info to these tests to make the results comparable when</title>
<updated>2010-09-28T17:10:36Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-09-28T17:10:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2ec02c1833f00a3b3996d381f7ad5d41f6c47c9'/>
<id>urn:sha1:c2ec02c1833f00a3b3996d381f7ad5d41f6c47c9</id>
<content type='text'>
hosted on different platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114965 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If FE forgot to provide a file name (usually it uses "stdin" as name in such situation) then make one up to ensure that debug info is not malformed.</title>
<updated>2010-09-16T20:57:49Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-09-16T20:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1905a18abcb46e6a57eeaa291cd81fc669cedfd0'/>
<id>urn:sha1:1905a18abcb46e6a57eeaa291cd81fc669cedfd0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114119 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert DbgInfoPrinter to use errs() instead of outs().</title>
<updated>2010-08-20T18:03:05Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-20T18:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7316638bc7c180c3054ad7e7739baae5b25a95b7'/>
<id>urn:sha1:7316638bc7c180c3054ad7e7739baae5b25a95b7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111659 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move x86 specific tests into test/CodeGen/X86.</title>
<updated>2010-08-05T20:25:37Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-08-05T20:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=baefea4498db51683941fd4b5e137b0d461b2803'/>
<id>urn:sha1:baefea4498db51683941fd4b5e137b0d461b2803</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110372 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
