Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -113/+0 |
* | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling | 2012-12-30 | 1 | -1/+1 |
* | Add a few more c'tors: | Bill Wendling | 2012-12-30 | 1 | -5/+17 |
* | Add a few (as yet unused) query methods to determine if the attribute that's | Bill Wendling | 2012-12-30 | 1 | -0/+17 |
* | Uniquify the AttributeImpl based on the Constant pointer, since those are | Bill Wendling | 2012-12-30 | 1 | -1/+3 |
* | s/Raw/getBitMask/g to be more in line with current naming conventions. This m... | Bill Wendling | 2012-12-30 | 1 | -2/+2 |
* | Use a 'Constant' object instead of a bit field to store the attribute data. | Bill Wendling | 2012-12-29 | 1 | -7/+6 |
* | Some random comment, naming, and format changes. | Bill Wendling | 2012-12-20 | 1 | -4/+13 |
* | s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att... | Bill Wendling | 2012-12-20 | 1 | -0/+74 |