llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner f8814cf8b8 Prefer larger register classes over smaller ones when a register occurs in
multiple register classes.  This fixes PowerPC/2006-04-01-FloatDoubleExtend.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27334 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-02 00:24:45 +00:00
..
DAGCombiner.cpp Delete identity shuffles, implementing CodeGen/Generic/vector-identity-shuffle.ll 2006-03-31 22:16:43 +00:00
LegalizeDAG.cpp Do not endian swap split vector loads. This fixes UnitTests/Vector/sumarray-dbl on PPC. 2006-03-31 18:22:37 +00:00
Makefile
ScheduleDAG.cpp fix spello 2006-03-24 07:15:07 +00:00
ScheduleDAGList.cpp Don't advance the hazard recognizer when there are no hazards and no instructions 2006-03-12 09:01:41 +00:00
ScheduleDAGSimple.cpp Move simple-selector-specific types to the simple selector. 2006-03-10 07:51:18 +00:00
SelectionDAG.cpp Significantly improve handling of vectors that are live across basic blocks, 2006-03-31 02:06:56 +00:00
SelectionDAGISel.cpp Prefer larger register classes over smaller ones when a register occurs in 2006-04-02 00:24:45 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp Was returning the wrong type. 2006-03-31 01:50:09 +00:00