llvm-6502/lib/Target/Hexagon/MCTargetDesc
Rafael Espindola 4a971705bc Remove the MachineMove class.
It was just a less powerful and more confusing version of
MCCFIInstruction. A side effect is that, since MCCFIInstruction uses
dwarf register numbers, calls to getDwarfRegNum are pushed out, which
should allow further simplifications.

I left the MachineModuleInfo::addFrameMove interface unchanged since
this patch was already fairly big.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181680 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-13 01:16:13 +00:00
..
CMakeLists.txt Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. 2013-02-20 16:13:27 +00:00
HexagonBaseInfo.h Hexagon: Set accessSize and addrMode on all load/store instructions. 2013-05-07 15:06:29 +00:00
HexagonMCAsmInfo.cpp Remove unused argument. 2013-05-10 18:16:59 +00:00
HexagonMCAsmInfo.h Remove unused argument. 2013-05-10 18:16:59 +00:00
HexagonMCInst.cpp Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. 2013-02-20 16:13:27 +00:00
HexagonMCInst.h Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h. 2013-02-20 16:13:27 +00:00
HexagonMCTargetDesc.cpp Remove the MachineMove class. 2013-05-13 01:16:13 +00:00
HexagonMCTargetDesc.h
LLVMBuild.txt
Makefile