Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ↵ | Eugene Zelenko | 2016-12-17 | 1 | -3/+4 |
| | | | | | | other minor fixes (NFC). llvm-svn: 290024 | ||||
* | Use MachineInstr::mop_iterator instead of MIOperands; NFC | Matthias Braun | 2016-10-24 | 1 | -3/+3 |
| | | | | | | | | (Const)?MIOperands is equivalent to the C++ style MachineInstr::mop_iterator. Use the latter for consistency except for a few callers of MIOperands::analyzePhysReg(). llvm-svn: 285029 | ||||
* | [Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC | Krzysztof Parzyszek | 2016-07-29 | 1 | -6/+7 |
| | | | | llvm-svn: 277220 | ||||
* | Add missing files to r277143 | Krzysztof Parzyszek | 2016-07-29 | 1 | -0/+138 |
llvm-svn: 277144 |