1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/AVR
Duncan P. N. Exon Smith 6e80950911 CodeGen: Use MachineInstr& in TargetLowering, NFC
This is a mechanical change to make TargetLowering API take MachineInstr&
(instead of MachineInstr*), since the argument is expected to be a valid
MachineInstr.  In one case, changed a parameter from MachineInstr* to
MachineBasicBlock::iterator, since it was used as an insertion point.

As a side effect, this removes a bunch of MachineInstr* to
MachineBasicBlock::iterator implicit conversions, a necessary step
toward fixing PR26753.

llvm-svn: 274287
2016-06-30 22:52:52 +00:00
..
MCTargetDesc [AVR] Add AVRMCAsmInfo 2016-05-21 01:06:37 +00:00
TargetInfo [AVR] Add missing CMake dependencies 2016-05-18 11:11:51 +00:00
AVR.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVR.td [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00
AVRCallingConv.td
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRInstrFormats.td [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00
AVRInstrInfo.cpp CodeGen: Use MachineInstr& in TargetInstrInfo, NFC 2016-06-30 00:01:54 +00:00
AVRInstrInfo.h CodeGen: Use MachineInstr& in TargetInstrInfo, NFC 2016-06-30 00:01:54 +00:00
AVRInstrInfo.td [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRISelLowering.h CodeGen: Use MachineInstr& in TargetLowering, NFC 2016-06-30 22:52:52 +00:00
AVRMachineFunctionInfo.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRRegisterInfo.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRRegisterInfo.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRRegisterInfo.td
AVRSelectionDAGInfo.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRSubtarget.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetMachine.h [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetObjectFile.cpp Added AVRTargetObjectFile class and AVR.h 2016-01-07 10:53:15 +00:00
AVRTargetObjectFile.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
CMakeLists.txt [AVR] Fix header files in MCTargetDesc 2016-05-21 00:35:07 +00:00
LLVMBuild.txt
TODO.md [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00