llvm-6502/lib/CodeGen/SelectionDAG
Dale Johannesen e526962fc5 Fix a few places vector operations were not getting
the operand's type from the right place.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43195 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-20 00:07:52 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Redo "last ppc long double fix" as Chris wants. 2007-10-19 20:29:00 +00:00
LegalizeDAG.cpp Fix a few places vector operations were not getting 2007-10-20 00:07:52 +00:00
LegalizeDAGTypes.cpp Add support for a few more nodes. 2007-10-19 20:29:48 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp Make CalcLatency() non-recursive. 2007-10-15 21:33:22 +00:00
ScheduleDAGRRList.cpp One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* 2007-10-15 06:10:22 +00:00
SelectionDAG.cpp If the value types are equal then this routine 2007-10-19 13:05:40 +00:00
SelectionDAGISel.cpp rename ExpandOperation to ExpandOperationResult, as suggested 2007-10-19 15:28:47 +00:00
SelectionDAGPrinter.cpp Add a (disabled by default) way to view the ID of a node. 2007-10-15 05:32:43 +00:00
TargetLowering.cpp