llvm-6502/lib/Target/SystemZ
Chris Lattner 52a261b3c1 fix a long standing wart: all the ComplexPattern's were being
passed the root of the match, even though only a few patterns
actually needed this (one in X86, several in ARM [which should
be refactored anyway], and some in CellSPU that I don't feel 
like detangling).   Instead of requiring all ComplexPatterns to
take the dead root, have targets opt into getting the root by
putting SDNPWantRoot on the ComplexPattern.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114471 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-21 20:31:19 +00:00
..
AsmPrinter
TargetInfo
CMakeLists.txt
Makefile
SystemZ.h
SystemZ.td
SystemZCallingConv.td
SystemZInstrBuilder.h convert targets to the new MF.getMachineMemOperand interface. 2010-09-21 04:39:43 +00:00
SystemZInstrFormats.td
SystemZInstrFP.td
SystemZInstrInfo.cpp Remove the isMoveInstr() hook. 2010-07-16 22:35:46 +00:00
SystemZInstrInfo.h Remove the isMoveInstr() hook. 2010-07-16 22:35:46 +00:00
SystemZInstrInfo.td
SystemZISelDAGToDAG.cpp fix a long standing wart: all the ComplexPattern's were being 2010-09-21 20:31:19 +00:00
SystemZISelLowering.cpp update a bunch of code to use the MachinePointerInfo version of getStore. 2010-09-21 18:41:36 +00:00
SystemZISelLowering.h
SystemZMachineFunctionInfo.h
SystemZMCAsmInfo.cpp
SystemZMCAsmInfo.h
SystemZOperands.td
SystemZRegisterInfo.cpp Simplify eliminateFrameIndex() interface back down now that PEI doesn't need 2010-08-26 23:32:16 +00:00
SystemZRegisterInfo.h Simplify eliminateFrameIndex() interface back down now that PEI doesn't need 2010-08-26 23:32:16 +00:00
SystemZRegisterInfo.td
SystemZSelectionDAGInfo.cpp
SystemZSelectionDAGInfo.h
SystemZSubtarget.cpp
SystemZSubtarget.h
SystemZTargetMachine.cpp
SystemZTargetMachine.h