llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner e25ca692c0 Implement simple support for vector casting. This can currently only handle
casts between legal vector types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26961 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-22 20:09:35 +00:00
..
DAGCombiner.cpp fold insertelement(buildvector) -> buildvector if the inserted element # is 2006-03-19 01:27:56 +00:00
LegalizeDAG.cpp Implement simple support for vector casting. This can currently only handle 2006-03-22 20:09:35 +00:00
Makefile
ScheduleDAG.cpp TargetData doesn't know the alignment of vectors :( 2006-03-20 01:51:46 +00:00
ScheduleDAGList.cpp
ScheduleDAGSimple.cpp
SelectionDAG.cpp Implement simple support for vector casting. This can currently only handle 2006-03-22 20:09:35 +00:00
SelectionDAGISel.cpp Implement simple support for vector casting. This can currently only handle 2006-03-22 20:09:35 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp