llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner d5e93c0795 Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted
too many phi operands when lowering a switch to branches in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30142 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-07 01:59:34 +00:00
..
DAGCombiner.cpp DAG combiner fix for rotates. Previously the outer-most condition checks 2006-08-31 07:41:12 +00:00
LegalizeDAG.cpp Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is 2006-09-01 18:17:58 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Completely eliminate def&use operands. Now a register operand is EITHER a 2006-09-05 02:31:13 +00:00
ScheduleDAGList.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
ScheduleDAGRRList.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
ScheduleDAGSimple.cpp s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| 2006-08-27 12:54:02 +00:00
SelectionDAG.cpp Move isCommutativeBinOp from SelectionDAG.cpp and DAGCombiner.cpp out. Make it a static method of SelectionDAG. 2006-08-29 06:42:35 +00:00
SelectionDAGCSEMap.cpp Start using SDVTList more consistently 2006-08-15 19:11:05 +00:00
SelectionDAGISel.cpp Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted 2006-09-07 01:59:34 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Change the default to 0, which means 'default'. 2006-09-05 17:39:15 +00:00