llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 1c6191ffe7 Add a hacky workaround for crashes due to vectors live across blocks.
Note that this code won't work for vectors that aren't legal on the
target.  Improvements coming.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26925 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-21 19:20:37 +00:00
..
DAGCombiner.cpp fold insertelement(buildvector) -> buildvector if the inserted element # is 2006-03-19 01:27:56 +00:00
LegalizeDAG.cpp Add a hacky workaround for crashes due to vectors live across blocks. 2006-03-21 19:20:37 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp TargetData doesn't know the alignment of vectors :( 2006-03-20 01:51:46 +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 Add a hacky workaround for crashes due to vectors live across blocks. 2006-03-21 19:20:37 +00:00
SelectionDAGISel.cpp Add a hacky workaround for crashes due to vectors live across blocks. 2006-03-21 19:20:37 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp set TransformToType correctly for vector types. 2006-03-16 19:50:01 +00:00