Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify the LLVM assembly output so that it uses references to represent ↵ | Bill Wendling | 2013-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | function attributes. This makes the LLVM assembly look better. E.g.: define void @foo() #0 { ret void } attributes #0 = { nounwind noinline ssp } llvm-svn: 175605 | ||||
* | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet | 2012-10-30 | 1 | -0/+7 |
llvm-svn: 167020 |