llvm-6502/lib/Target/MBlaze/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 Move the MBlaze ELF writer bits to lib/Target/MBlaze. 2011-12-22 02:28:24 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MBlazeAsmBackend.cpp Renamed MCInstFragment to MCRelaxableFragment and added some comments. 2013-01-08 00:22:56 +00:00
MBlazeBaseInfo.h More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
MBlazeELFObjectWriter.cpp Move the MBlaze ELF writer bits to lib/Target/MBlaze. 2011-12-22 02:28:24 +00:00
MBlazeMCAsmInfo.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MBlazeMCAsmInfo.h Prune some includes 2012-03-27 07:54:11 +00:00
MBlazeMCCodeEmitter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MBlazeMCTargetDesc.cpp Remove the MachineMove class. 2013-05-13 01:16:13 +00:00
MBlazeMCTargetDesc.h When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00