<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/VMCore, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/VMCore?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/VMCore?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-01-02T09:10:48Z</updated>
<entry>
<title>Rename VMCore directory to IR.</title>
<updated>2013-01-02T09:10:48Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T09:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2c50cdcdc19a1bca993c06d13d8cdca87083ce4'/>
<id>urn:sha1:c2c50cdcdc19a1bca993c06d13d8cdca87083ce4</id>
<content type='text'>
Aside from moving the actual files, this patch only updates the build
system and the source file comments under lib/... that are relevant.

I'll be updating other docs and other files in smaller subsequnet
commits.

While I've tried to test this, but it is entirely possible that there
will still be some build system fallout.

Also, note that I've not changed the library name itself: libLLVMCore.a
is still the library name. I'd be interested in others' opinions about
whether we should rename this as well (I think we should, just not sure
what it might break)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171359 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add some comparison operators to compare the Attribute object with the AttrKind value.</title>
<updated>2012-12-31T11:51:54Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-31T11:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92e287f5bde8d34af9c3f2979afb6cd05bfb452c'/>
<id>urn:sha1:92e287f5bde8d34af9c3f2979afb6cd05bfb452c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171294 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttrSomewhere predicate. This prevents the uses of 'Attribute' as a collection of attributes.</title>
<updated>2012-12-31T00:49:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-31T00:49:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9d30e7208e6b2bc3fa48305e3ae371188f643425'/>
<id>urn:sha1:9d30e7208e6b2bc3fa48305e3ae371188f643425</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171271 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the predicate methods off of AttributeSet instead of Attribute.</title>
<updated>2012-12-30T13:50:49Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T13:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=94e94b350652d3a71993bbc7d44afbe3b304605e'/>
<id>urn:sha1:94e94b350652d3a71993bbc7d44afbe3b304605e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove Function::getParamAttributes and use the AttributeSet accessor methods instead.</title>
<updated>2012-12-30T12:45:13Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T12:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39cd0c8e477255a7296b2bd1dc67193f8d38c003'/>
<id>urn:sha1:39cd0c8e477255a7296b2bd1dc67193f8d38c003</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171255 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the Function::getFnAttributes method in favor of using the AttributeSet</title>
<updated>2012-12-30T10:32:01Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T10:32:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=831737d329a727f53a1fb0572f7b7a8127208881'/>
<id>urn:sha1:831737d329a727f53a1fb0572f7b7a8127208881</id>
<content type='text'>
directly.

This is in preparation for removing the use of the 'Attribute' class as a
collection of attributes. That will shift to the AttributeSet class instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171253 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>s/hasAttribute/contains/g to be more consistent with other method names.</title>
<updated>2012-12-30T09:17:46Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T09:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=377660355ccdde389eb4f473bbb24125f160ea23'/>
<id>urn:sha1:377660355ccdde389eb4f473bbb24125f160ea23</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171252 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a few more c'tors:</title>
<updated>2012-12-30T02:22:16Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T02:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=979aff6399a79d155e98bbbe064f4a183a237f23'/>
<id>urn:sha1:979aff6399a79d155e98bbbe064f4a183a237f23</id>
<content type='text'>
* One that accepts a single Attribute::AttrKind.

* One that accepts an Attribute::AttrKind plus a list of values. This is for
  attributes defined like this:

    #1 = attributes { align = 4 }

* One that accepts a string, for target-specific attributes like this:

    #2 = attributes { "cpu=cortex-a8" }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171249 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a few (as yet unused) query methods to determine if the attribute that's</title>
<updated>2012-12-30T01:38:39Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T01:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=529ec718ac6844d2b8b60cb668c80dc5d5acf979'/>
<id>urn:sha1:529ec718ac6844d2b8b60cb668c80dc5d5acf979</id>
<content type='text'>
stored here is of a certain kind. This is in preparation for when an Attribute
object represents a single attribute, instead of a bitmask of attributes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171247 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Uniquify the AttributeImpl based on the Constant pointer, since those are</title>
<updated>2012-12-30T01:23:08Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-12-30T01:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=435654b18135bb5482a029bf359c4c2c7a5c2816'/>
<id>urn:sha1:435654b18135bb5482a029bf359c4c2c7a5c2816</id>
<content type='text'>
already uniquified.

Note: This will be expanded in the future to add more than just one pointer
value.


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