llvm-6502/lib/CodeGen/SelectionDAG
Reid Spencer 3da59db637 For PR950:
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31931 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-27 01:05:10 +00:00
..
DAGCombiner.cpp Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll 2006-11-20 18:05:46 +00:00
LegalizeDAG.cpp Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll. 2006-11-07 04:11:44 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Matches MachineInstr changes. 2006-11-13 23:36:35 +00:00
ScheduleDAGList.cpp Changes to use operand constraints to process two-address instructions. 2006-11-04 09:44:31 +00:00
ScheduleDAGRRList.cpp Remove dead code; added a missing null ptr check. 2006-11-06 21:33:46 +00:00
ScheduleDAGSimple.cpp For PR786: 2006-11-02 20:25:50 +00:00
SelectionDAG.cpp Fix an incorrectly inverted condition. 2006-11-16 00:08:20 +00:00
SelectionDAGISel.cpp For PR950: 2006-11-27 01:05:10 +00:00
SelectionDAGPrinter.cpp Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. 2006-11-17 13:07:55 +00:00
TargetLowering.cpp Add a mechanism to specify whether a target supports a particular indexed load / store. 2006-11-09 18:56:43 +00:00