summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ↵Eugene Zelenko2016-12-171-3/+4
| | | | | | other minor fixes (NFC). llvm-svn: 290024
* Use MachineInstr::mop_iterator instead of MIOperands; NFCMatthias Braun2016-10-241-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, NFCKrzysztof Parzyszek2016-07-291-6/+7
| | | | llvm-svn: 277220
* Add missing files to r277143Krzysztof Parzyszek2016-07-291-0/+138
llvm-svn: 277144
OpenPOWER on IntegriCloud