Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | - return attributes - inreg, zext and sext - parameter attributes - function attributes - nounwind, readonly, readnone, noreturn Return attributes use 0 as the index. Function attributes use ~0U as the index. This patch requires corresponding changes in llvm-gcc and clang. llvm-svn: 56704 | ||||
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -79/+79 |
| | | | | | | | | | | | | | | | s/ParamAttr/Attribute/g s/PAList/AttrList/g s/FnAttributeWithIndex/AttributeWithIndex/g s/FnAttr/Attribute/g This sets the stage - to implement function notes as function attributes and - to distinguish between function attributes and return value attributes. This requires corresponding changes in llvm-gcc and clang. llvm-svn: 56622 | ||||
* | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel | 2008-09-24 | 1 | -16/+16 |
| | | | | llvm-svn: 56535 | ||||
* | s/ParamAttributeListImpl/AttributeListImpl/g | Devang Patel | 2008-09-24 | 1 | -12/+12 |
| | | | | llvm-svn: 56532 | ||||
* | 80 cols | Devang Patel | 2008-09-23 | 1 | -1/+1 |
| | | | | llvm-svn: 56521 | ||||
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -0/+297 |
llvm-svn: 56513 |