llvm-6502/lib/CodeGen/SelectionDAG
Eli Friedman 2efa35f779 Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn't get confused by CSE later on. Fixes PR11318.
Re-commit of r144034, with an extra fix so that RemoveDeadNode doesn't blow up.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144055 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-08 01:25:24 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() 2011-11-07 17:09:05 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp An array of chars of length 8 will also cause the stack protector to be inserted 2011-11-02 23:20:58 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn't get confused by CSE later on. Fixes PR11318. 2011-11-08 01:25:24 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Reapply r143206, with fixes. Disallow physical register lifetimes 2011-11-03 21:49:52 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Simplify SplitVecRes_UnaryOp by removing all the code that is 2011-10-26 14:11:18 +00:00
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp Reapply r143206, with fixes. Disallow physical register lifetimes 2011-11-03 21:49:52 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn't get confused by CSE later on. Fixes PR11318. 2011-11-08 01:25:24 +00:00
SelectionDAGBuilder.cpp Don't use floating point to do an integer's job. 2011-10-26 01:47:48 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() 2011-11-07 17:09:05 +00:00
TargetSelectionDAGInfo.cpp