llvm-6502/lib/Target/PIC16
Duncan Sands 1607f05cb7 Change the interface to the type legalization method
ReplaceNodeResults: rather than returning a node which
must have the same number of results as the original
node (which means mucking around with MERGE_VALUES,
and which is also easy to get wrong since SelectionDAG
folding may mean you don't get the node you expect),
return the results in a vector.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60348 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-01 11:39:25 +00:00
..
CMakeLists.txt
Makefile
PIC16.h
PIC16.td
PIC16AsmPrinter.cpp Emit declaration for globals and externs. 2008-11-26 10:53:50 +00:00
PIC16AsmPrinter.h Emit declaration for globals and externs. 2008-11-26 10:53:50 +00:00
PIC16InstrFormats.td
PIC16InstrInfo.cpp Add include files needed when building with 2008-11-28 10:20:03 +00:00
PIC16InstrInfo.h
PIC16InstrInfo.td Emit declaration for globals and externs. 2008-11-26 10:53:50 +00:00
PIC16ISelDAGToDAG.cpp
PIC16ISelDAGToDAG.h
PIC16ISelLowering.cpp Change the interface to the type legalization method 2008-12-01 11:39:25 +00:00
PIC16ISelLowering.h Change the interface to the type legalization method 2008-12-01 11:39:25 +00:00
PIC16RegisterInfo.cpp
PIC16RegisterInfo.h
PIC16RegisterInfo.td
PIC16Subtarget.cpp
PIC16Subtarget.h
PIC16TargetAsmInfo.cpp
PIC16TargetAsmInfo.h
PIC16TargetMachine.cpp Cosmetic. 2008-11-26 18:00:00 +00:00
PIC16TargetMachine.h