Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update clang for D20348 | Peter Collingbourne | 2016-06-14 | 1 | -2/+2 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D20339 llvm-svn: 272710 | ||||
* | Remove attributes minsize and optsize, which conflict with optnone. | Akira Hatanaka | 2015-09-21 | 1 | -0/+18 |
This commit fixes an assert that is triggered when optnone is being added to an IR function that is already marked with minsize and optsize. rdar://problem/22723716 Differential Revision: http://reviews.llvm.org/D13004 llvm-svn: 248191 |