mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
2a9d1ca9c2
The register allocators automatically filter out reserved registers and place the callee saved registers last in the allocation order, so custom methods are no longer necessary just for that. Some targets still use custom allocation orders: ARM/Thumb: The high registers are removed from GPR in thumb mode. The NEON allocation orders prefer to use non-VFP2 registers first. X86: The GR8 classes omit AH-DH in x86-64 mode to avoid REX trouble. SystemZ: Some of the allocation orders are omitting R12 aliases without explanation. I don't understand this target well enough to fix that. It looks like all the boilerplate could be removed by reserving the right registers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132781 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
AsmParser | ||
Disassembler | ||
InstPrinter | ||
TargetInfo | ||
CMakeLists.txt | ||
Makefile | ||
MBlaze.h | ||
MBlaze.td | ||
MBlazeAsmBackend.cpp | ||
MBlazeAsmPrinter.cpp | ||
MBlazeCallingConv.td | ||
MBlazeDelaySlotFiller.cpp | ||
MBlazeELFWriterInfo.cpp | ||
MBlazeELFWriterInfo.h | ||
MBlazeFrameLowering.cpp | ||
MBlazeFrameLowering.h | ||
MBlazeInstrFormats.td | ||
MBlazeInstrFPU.td | ||
MBlazeInstrFSL.td | ||
MBlazeInstrInfo.cpp | ||
MBlazeInstrInfo.h | ||
MBlazeInstrInfo.td | ||
MBlazeIntrinsicInfo.cpp | ||
MBlazeIntrinsicInfo.h | ||
MBlazeIntrinsics.td | ||
MBlazeISelDAGToDAG.cpp | ||
MBlazeISelLowering.cpp | ||
MBlazeISelLowering.h | ||
MBlazeMachineFunction.h | ||
MBlazeMCAsmInfo.cpp | ||
MBlazeMCAsmInfo.h | ||
MBlazeMCCodeEmitter.cpp | ||
MBlazeMCInstLower.cpp | ||
MBlazeMCInstLower.h | ||
MBlazeRegisterInfo.cpp | ||
MBlazeRegisterInfo.h | ||
MBlazeRegisterInfo.td | ||
MBlazeRelocations.h | ||
MBlazeSchedule3.td | ||
MBlazeSchedule5.td | ||
MBlazeSchedule.td | ||
MBlazeSelectionDAGInfo.cpp | ||
MBlazeSelectionDAGInfo.h | ||
MBlazeSubtarget.cpp | ||
MBlazeSubtarget.h | ||
MBlazeTargetMachine.cpp | ||
MBlazeTargetMachine.h | ||
MBlazeTargetObjectFile.cpp | ||
MBlazeTargetObjectFile.h | ||
TODO |