llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 012f241987 Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't
exactly the API we wanted to call into.  This fixes the crash on crafty last
night.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26269 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-17 21:58:01 +00:00
..
DAGCombiner.cpp Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't 2006-02-17 21:58:01 +00:00
LegalizeDAG.cpp kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC 2006-02-17 05:43:56 +00:00
Makefile
ScheduleDAG.cpp Make MachineConstantPool entries alignments explicit 2006-02-09 02:23:13 +00:00
ScheduleDAGList.cpp make -debug output less newliney 2006-02-02 00:38:08 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Fix a tricky issue in the SimplifyDemandedBits code where CombineTo wasn't 2006-02-17 21:58:01 +00:00
SelectionDAGISel.cpp Dumb bug. Code sees a memcpy from X+c so it increments src offset. But it 2006-02-16 23:11:42 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fix bug noticed by VC++. 2006-02-17 02:12:18 +00:00