llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 7b2880c4cd Add ReplaceAllUsesWith that can take a vector of replacement values.
Add some foldings to hopefully help the illegal setcc issue, and move some code around.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23025 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-24 22:44:39 +00:00
..
LegalizeDAG.cpp Start using isOperationLegal and isTypeLegal to simplify the code 2005-08-24 16:35:28 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Add support for external symbols, and support for variable arity instructions 2005-08-24 22:02:41 +00:00
SelectionDAG.cpp Add ReplaceAllUsesWith that can take a vector of replacement values. 2005-08-24 22:44:39 +00:00
SelectionDAGISel.cpp Make -view-isel-dags show the dag before instruction selecting, in case 2005-08-24 00:34:29 +00:00
SelectionDAGPrinter.cpp Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly 2005-08-24 18:30:00 +00:00
TargetLowering.cpp Adjust to new interface 2005-08-24 16:34:12 +00:00