| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM] Fix "Constant pool entry out of range!" in Thumb1 mode | Ana Pazos | 2018-03-23 | 1 | -0/+1 | 
| | | | | | | | | | | | | | | | | | | | | This patch fixes PR36658, "Constant pool entry out of range!" in Thumb1 mode. In ARMConstantIslands::optimizeThumb2JumpTables() in Thumb1 mode, adjustBBOffsetsAfter() is not calculating postOffset correctly by properly accounting for the padding that is required for the constant pool that immediately follows the jump table branch instruction. Reviewers: t.p.northover, eli.friedman Reviewed By: t.p.northover Subscribers: chrib, tstellar, javed.absar, kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D44709 llvm-svn: 328341 | ||||
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 | 
| | | | | | | | | | All these headers already depend on CodeGen headers so moving them into CodeGen fixes the layering (since CodeGen depends on Target, not the other way around). llvm-svn: 318490 | ||||
| * | [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 | |||||

