llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 190a418bf6 Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which
also make it simpler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29524 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-04 17:45:20 +00:00
..
DAGCombiner.cpp Initialize some variables the compiler warns about. 2006-07-25 20:44:41 +00:00
LegalizeDAG.cpp Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which 2006-08-04 17:45:20 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Use an enumeration to eliminate data relocations. 2006-07-21 20:57:35 +00:00
ScheduleDAGList.cpp Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
ScheduleDAGRRList.cpp Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
ScheduleDAGSimple.cpp Copy the liveins for the first block. PR859 2006-08-03 20:51:06 +00:00
SelectionDAG.cpp Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which 2006-08-04 17:45:20 +00:00
SelectionDAGISel.cpp Work around a GCC 3.3.5 bug noticed by a user. 2006-08-03 00:18:59 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. 2006-07-07 21:37:21 +00:00