<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/Inputs, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/Inputs?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/Inputs?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-28T02:44:59Z</updated>
<entry>
<title>Revert "Adding DIImportedModules to DIScopes."</title>
<updated>2013-03-28T02:44:59Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-28T02:44:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72dfb052ab74a9e642256212a50c9b805ce5c943'/>
<id>urn:sha1:72dfb052ab74a9e642256212a50c9b805ce5c943</id>
<content type='text'>
This reverts commit 342d92c7a0adeabc9ab00f3f0d88d739fe7da4c7.

Turns out we're going with a different schema design to represent
DW_TAG_imported_modules so we won't need this extra field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding DIImportedModules to DIScopes.</title>
<updated>2013-03-27T00:07:26Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-27T00:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=342d92c7a0adeabc9ab00f3f0d88d739fe7da4c7'/>
<id>urn:sha1:342d92c7a0adeabc9ab00f3f0d88d739fe7da4c7</id>
<content type='text'>
This is just the basic groundwork for supporting DW_TAG_imported_module but I
wanted to commit this before pushing support further into Clang or LLVM so that
this rather churny change is isolated from the rest of the work. The major
churn here is obviously adding another field (within the common DIScope prefix)
to all DIScopes (files, classes, namespaces, lexical scopes, etc). This should
be the last big churny change needed for DW_TAG_imported_module/using directive
support/PR14606.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178099 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused field in DISubprogram</title>
<updated>2013-03-21T20:28:52Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-21T20:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ebb5183a2f16abc7c88241bb42412465f52c2a61'/>
<id>urn:sha1:ebb5183a2f16abc7c88241bb42412465f52c2a61</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177661 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused field in DICompileUnit</title>
<updated>2013-03-20T22:34:33Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-20T22:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=404ecce8903f83271c82e368c834a9697799c296'/>
<id>urn:sha1:404ecce8903f83271c82e368c834a9697799c296</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177590 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Include '.test' suffix in target specific lit configs that need it</title>
<updated>2013-03-18T20:31:44Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-18T20:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e68f0b650e32c1993c5d4c92e04cb3d7b7588010'/>
<id>urn:sha1:e68f0b650e32c1993c5d4c92e04cb3d7b7588010</id>
<content type='text'>
Apparently my final cleanup to use a relevant suffix for these tests before
committing r176831 caused them to stop running since lit wasn't configured to
run tests with that suffix in those directories (why don't we just have a
global suffix list?). So, add the suffix to the relevant directories &amp; fix the
test that has bitrotted over the last week due to my debug info schema changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177315 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrading debug info test cases to be (more) compatible with the current debug info format.</title>
<updated>2013-03-11T22:37:40Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-11T22:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=850b74d3927c35850a99b10ca7809f61a3b69c67'/>
<id>urn:sha1:850b74d3927c35850a99b10ca7809f61a3b69c67</id>
<content type='text'>
These cases were found by further work to remove support for debug info
versioning. Common cleanups (other than changing the version info in the tag
field) included adding the last parameter to compile_units (recently added for
fission support) and other cases of trailing fields in lexical blocks, compile
units, and subprograms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176834 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove duplicate test contents.</title>
<updated>2013-03-11T22:10:14Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-11T22:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7cf04f3e1256150bea1b6ffe16fd2e98ae265080'/>
<id>urn:sha1:7cf04f3e1256150bea1b6ffe16fd2e98ae265080</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176831 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
