summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMComputeBlockSize.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵Eugene Zelenko2017-01-261-1/+9
| | | | | | minor fixes (NFC). llvm-svn: 293229
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-281-2/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D22925 llvm-svn: 276997
* This refactoring of ARM machine block size computation creates two utilitySjoerd Meijer2016-07-221-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
OpenPOWER on IntegriCloud