Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵ | Eugene Zelenko | 2017-01-26 | 1 | -1/+9 |
| | | | | | | minor fixes (NFC). llvm-svn: 293229 | ||||
* | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 1 | -2/+2 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D22925 llvm-svn: 276997 | ||||
* | This refactoring of ARM machine block size computation creates two utility | Sjoerd Meijer | 2016-07-22 | 1 | -0/+72 |
functions so that the size computation is available not only in ConstantIslands but in other passes as well. Differential Revision: https://reviews.llvm.org/D22640 llvm-svn: 276399 |