llvm-65816/lib/Target/WDC65816
2016-02-09 22:30:11 -05:00
..
MCTargetDesc
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
WDC65816.h
WDC65816.td
WDC65816AsmPrinter.cpp
WDC65816CallingConv.td Fix the calling convention for return values. I believe the way this works is that you specify the width of the single register and a list of registers to return values in for anything bigger. By having a return convention for [i32], I seem to have been telling LLVM that it can return a 32-bit value in X which it cannot do. 2015-08-31 23:30:50 -04:00
WDC65816FrameLowering.cpp
WDC65816FrameLowering.h
WDC65816InstrFormats.td
WDC65816InstrInfo.cpp More infrastructure required for the basic function which returns a constant integer. 2016-02-09 22:30:11 -05:00
WDC65816InstrInfo.h More infrastructure required for the basic function which returns a constant integer. 2016-02-09 22:30:11 -05:00
WDC65816InstrInfo.td
WDC65816ISelDAGToDAG.cpp More infrastructure required for the basic function which returns a constant integer. 2016-02-09 22:30:11 -05:00
WDC65816ISelLowering.cpp More infrastructure required for the basic function which returns a constant integer. 2016-02-09 22:30:11 -05:00
WDC65816ISelLowering.h
WDC65816MachineFunctionInfo.cpp
WDC65816MachineFunctionInfo.h
WDC65816RegisterInfo.cpp More infrastructure required for the basic function which returns a constant integer. 2016-02-09 22:30:11 -05:00
WDC65816RegisterInfo.h
WDC65816RegisterInfo.td
WDC65816SelectionDAGInfo.cpp
WDC65816SelectionDAGInfo.h
WDC65816Subtarget.cpp
WDC65816Subtarget.h Disable the fake direct page registers which are wider than 16-bits for now to workaround a problem. LLVM seems to promote everything to 32-bit if you say the machine has 32-bit or better registers even if I have indicated that the native bit width is 16. Disabling these gets me one step closer to my first successful compile. 2015-09-03 23:41:00 -04:00
WDC65816TargetMachine.cpp
WDC65816TargetMachine.h