llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 46a6e79e60 Duncan points out that the subtraction is unneeded since hte code
knows the vector is not pow2


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44740 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-09 17:56:34 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Redo previous patch so optimization only done for i1. 2007-12-06 17:53:31 +00:00
LegalizeDAG.cpp Implement expand support for MERGE_VALUEs that only produces one result. 2007-11-24 19:12:15 +00:00
LegalizeTypes.cpp implement some methods. 2007-12-08 22:40:18 +00:00
LegalizeTypes.h Add support for splitting the operand of a return instruction. 2007-12-09 00:06:19 +00:00
LegalizeTypesExpand.cpp Add support for splitting the operand of a return instruction. 2007-12-09 00:06:19 +00:00
LegalizeTypesPromote.cpp Split promotion support out to its own file. 2007-12-08 20:24:38 +00:00
LegalizeTypesScalarize.cpp split scalarization out to its own file. 2007-12-08 20:30:28 +00:00
LegalizeTypesSplit.cpp Duncan points out that the subtraction is unneeded since hte code 2007-12-09 17:56:34 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Implement necessary bits for flt_rounds gcc builtin. 2007-11-15 23:25:33 +00:00
SelectionDAGISel.cpp Rather than having special rules like "intrinsics cannot 2007-12-03 20:06:50 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Support returning non-power-of-2 vectors to unblock some work 2007-11-27 19:28:48 +00:00