1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/MSP430
Anton Korobeynikov a46b46fa46 Add more instructions
llvm-svn: 70717
2009-05-03 13:04:06 +00:00
..
CMakeLists.txt Add cmake script. No idea whether it works or not :) 2009-05-03 12:58:22 +00:00
Makefile
MSP430.h
MSP430.td Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_ARGUMENTS node lowering. 2009-05-03 12:59:33 +00:00
MSP430AsmPrinter.cpp Add code enough for emission of reg-reg and reg-imm moves. This allows us to compile "ret i16 0" properly! 2009-05-03 13:02:04 +00:00
MSP430CallingConv.td Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_ARGUMENTS node lowering. 2009-05-03 12:59:33 +00:00
MSP430InstrFormats.td
MSP430InstrInfo.cpp Add code enough for emission of reg-reg and reg-imm moves. This allows us to compile "ret i16 0" properly! 2009-05-03 13:02:04 +00:00
MSP430InstrInfo.h Add code enough for emission of reg-reg and reg-imm moves. This allows us to compile "ret i16 0" properly! 2009-05-03 13:02:04 +00:00
MSP430InstrInfo.td Add more instructions 2009-05-03 13:04:06 +00:00
MSP430ISelDAGToDAG.cpp Clearify the usage and add some debug stuff 2009-05-03 12:58:58 +00:00
MSP430ISelLowering.cpp Cleanup 2009-05-03 13:03:50 +00:00
MSP430ISelLowering.h Add dummy lowering for shifts 2009-05-03 13:03:33 +00:00
MSP430RegisterInfo.cpp Add code enough for emission of reg-reg and reg-imm moves. This allows us to compile "ret i16 0" properly! 2009-05-03 13:02:04 +00:00
MSP430RegisterInfo.h
MSP430RegisterInfo.td gas uses lower letter for register names 2009-05-03 13:02:22 +00:00
MSP430Subtarget.cpp
MSP430Subtarget.h
MSP430TargetAsmInfo.cpp
MSP430TargetAsmInfo.h
MSP430TargetMachine.cpp Add 'msp430' target triple recognizer 2009-05-03 13:01:23 +00:00
MSP430TargetMachine.h Add 'msp430' target triple recognizer 2009-05-03 13:01:23 +00:00