mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
0518fca843
up to r158925 were handled as processor specific. Making them generic and putting tests for these modifiers in the CodeGen/Generic directory caused a number of targets to fail. This commit addresses that problem by having the targets call the generic routine for generic modifiers that they don't currently have explicit code for. For now only generic print operands 'c' and 'n' are supported.vi Affected files: test/CodeGen/Generic/asm-large-immediate.ll lib/Target/PowerPC/PPCAsmPrinter.cpp lib/Target/NVPTX/NVPTXAsmPrinter.cpp lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/XCore/XCoreAsmPrinter.cpp lib/Target/X86/X86AsmPrinter.cpp lib/Target/Hexagon/HexagonAsmPrinter.cpp lib/Target/CellSPU/SPUAsmPrinter.cpp lib/Target/Sparc/SparcAsmPrinter.cpp lib/Target/MBlaze/MBlazeAsmPrinter.cpp lib/Target/Mips/MipsAsmPrinter.cpp MSP430 isn't represented because it did not even run with the long existing 'c' modifier and it was not apparent what needs to be done to get it inline asm ready. Contributer: Jack Carter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159203 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
AsmParser | ||
Disassembler | ||
InstPrinter | ||
MCTargetDesc | ||
TargetInfo | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
Makefile | ||
MBlaze.h | ||
MBlaze.td | ||
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.cpp | ||
MBlazeMachineFunction.h | ||
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 |