<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/IR, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/IR?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/IR?h=stable'/>
<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>Fix comment</title>
<updated>2013-03-27T17:50:12Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-27T17:50:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=354504320b4984eebf918bec02dc4c248e0b309b'/>
<id>urn:sha1:354504320b4984eebf918bec02dc4c248e0b309b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Silence warning about mixing || in &amp;&amp;, fix up 80-cols.</title>
<updated>2013-03-27T15:03:14Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-03-27T15:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2b393fb134c621a7f0824eaea35ad94eae7da062'/>
<id>urn:sha1:2b393fb134c621a7f0824eaea35ad94eae7da062</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178144 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>Make DIBuilder::createClassType more type safe by returning DICompositeType rather than DIType</title>
<updated>2013-03-26T23:46:39Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-26T23:46:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ca442a4a1aabf6199e5aee09ec604e79916d9b92'/>
<id>urn:sha1:ca442a4a1aabf6199e5aee09ec604e79916d9b92</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178091 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DebugInfo: more support for mutating DICompositeType to reduce magic number usage in Clang</title>
<updated>2013-03-26T23:46:36Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-26T23:46:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f34ea642e6402538f217db67a734a8530a36eed0'/>
<id>urn:sha1:f34ea642e6402538f217db67a734a8530a36eed0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178090 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Debug Info: Provide a means to update the members of a composite type</title>
<updated>2013-03-26T21:59:17Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-26T21:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d072a166d6c77ebcfb4fde796e0784a56020b9a4'/>
<id>urn:sha1:d072a166d6c77ebcfb4fde796e0784a56020b9a4</id>
<content type='text'>
This will be used to factor out some uses of magic number operand offsets
inside Clang where these fields were updated in an effort to resolve forward
declarations/circular references.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178078 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair</title>
<updated>2013-03-22T20:18:46Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-22T20:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8faed2745c849fb35f6edf411263dfa564ef3643'/>
<id>urn:sha1:8faed2745c849fb35f6edf411263dfa564ef3643</id>
<content type='text'>
This is the last change in transitioning all DIScopes to have a common prefix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177756 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes</title>
<updated>2013-03-22T19:13:22Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-22T19:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7b246860bdf4c6b3ea4e09f6437537941cc0d1d4'/>
<id>urn:sha1:7b246860bdf4c6b3ea4e09f6437537941cc0d1d4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177754 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r177675. This is language-specific and shouldn't be in the API.</title>
<updated>2013-03-22T18:46:32Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-03-22T18:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1ca6468c0518b2c2dcd69c68b2099ae93f57f8f9'/>
<id>urn:sha1:1ca6468c0518b2c2dcd69c68b2099ae93f57f8f9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177748 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
