llvm/lib/Target/MSP430
Anton Korobeynikov 01e0e8d119 Add bunch of mem-whatever patterns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70726 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-03 13:07:10 +00:00
..
CMakeLists.txt Add cmake script. No idea whether it works or not :) 2009-05-03 12:58:22 +00:00
Makefile Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430.h Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
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 Basic support for mem=>reg moves 2009-05-03 13:06:03 +00:00
MSP430CallingConv.td Add 8-bit regclass and pattern for sext_inreg 2009-05-03 13:05:22 +00:00
MSP430InstrFormats.td Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430InstrInfo.cpp Add 8-bit insts. zext behaviour is not modelled yet 2009-05-03 13:05:42 +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 bunch of mem-whatever patterns 2009-05-03 13:07:10 +00:00
MSP430ISelDAGToDAG.cpp Basic support for mem=>reg moves 2009-05-03 13:06:03 +00:00
MSP430ISelLowering.cpp Add normal and trunc stores 2009-05-03 13:06:26 +00:00
MSP430ISelLowering.h Add pattern for OR 2009-05-03 13:05:00 +00:00
MSP430RegisterInfo.cpp Add 8-bit regclass and pattern for sext_inreg 2009-05-03 13:05:22 +00:00
MSP430RegisterInfo.h Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430RegisterInfo.td Add normal and trunc stores 2009-05-03 13:06:26 +00:00
MSP430Subtarget.cpp Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430Subtarget.h Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430TargetAsmInfo.cpp Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430TargetAsmInfo.h Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
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