llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng e0480d2ec2 Fix a bogus splat xform:
shuffle <undef, undef, x, undef>, <undef, undef, undef, undef>, <2, 2, 2, 2>
!=
<undef, undef, x, undef>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42111 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-18 21:54:37 +00:00
..
CallingConvLower.cpp propagate struct size and alignment of byval arguments to the DAG 2007-08-10 14:44:42 +00:00
DAGCombiner.cpp Fix a bogus splat xform: 2007-09-18 21:54:37 +00:00
LegalizeDAG.cpp Adjust per revew comments. 2007-09-16 16:51:49 +00:00
Makefile
ScheduleDAG.cpp Remove dead code. 2007-09-12 23:45:46 +00:00
ScheduleDAGList.cpp Skeleton of post-RA scheduler; doesn't do anything yet. 2007-07-13 17:13:54 +00:00
ScheduleDAGRRList.cpp Bug fixes. 2007-09-13 00:06:00 +00:00
ScheduleDAGSimple.cpp Fix GLIBCXX_DEBUG error of comparing two singular iterators 2007-08-17 15:13:55 +00:00
SelectionDAG.cpp Do not hide APInt::dump() inside #ifndef NDEBUG. 2007-09-17 22:24:00 +00:00
SelectionDAGISel.cpp Remove the assumption that FP's are either float or 2007-09-14 22:26:36 +00:00
SelectionDAGPrinter.cpp Enhance APFloat to retain bits of NaNs (fixes oggenc). 2007-08-31 04:03:46 +00:00
TargetLowering.cpp Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00