llvm-project/llvm/lib/Target/MSP430
Anton Korobeynikov dedfa00ba1 Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (select_cc, setcc, br_cc). needs to be rethought
llvm-svn: 70766
2009-05-03 13:18:50 +00:00
..
CMakeLists.txt Add cmake script. No idea whether it works or not :) 2009-05-03 12:58:22 +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 Some eye-candy 2009-05-03 13:17:31 +00:00
MSP430CallingConv.td Hanle i8 returns 2009-05-03 13:11:48 +00:00
MSP430ISelDAGToDAG.cpp Add 8bit shifts 2009-05-03 13:16:37 +00:00
MSP430ISelLowering.cpp Expand divisions into libcalls 2009-05-03 13:18:33 +00:00
MSP430ISelLowering.h Custom lower SIGN_EXTEND 2009-05-03 13:17:49 +00:00
MSP430InstrFormats.td Dummy MSP430 backend 2009-05-03 12:57:15 +00:00
MSP430InstrInfo.cpp Add InsertBranch() hook for tail mergeing 2009-05-03 13:15:22 +00:00
MSP430InstrInfo.h Add InsertBranch() hook for tail mergeing 2009-05-03 13:15:22 +00:00
MSP430InstrInfo.td Temporary disable imm patterns for cmp. Actually, all cmp-related stuff (select_cc, setcc, br_cc). needs to be rethought 2009-05-03 13:18:50 +00:00
MSP430MachineFunctionInfo.h Add code for save/restore of callee-saved registers 2009-05-03 13:11:04 +00:00
MSP430RegisterInfo.cpp Add prologue/epilogue emission. Fix frame pointer handling. 2009-05-03 13:11:20 +00:00
MSP430RegisterInfo.h Add prologue/epilogue emission. Fix frame pointer handling. 2009-05-03 13:11:20 +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 Some eye-candy 2009-05-03 13:17:31 +00:00
MSP430TargetAsmInfo.h Some eye-candy 2009-05-03 13:17:31 +00:00
MSP430TargetMachine.cpp Add prologue/epilogue emission. Fix frame pointer handling. 2009-05-03 13:11:20 +00:00
MSP430TargetMachine.h Add 'msp430' target triple recognizer 2009-05-03 13:01:23 +00:00
Makefile Dummy MSP430 backend 2009-05-03 12:57:15 +00:00