llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 0001e56f15 Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
ashr instcombine to help expose this code. And apply the fix to
SelectionDAG's copy of this code too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65364 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-24 02:00:40 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
FastISel.cpp Revert this. It was breaking stuff. 2009-02-13 02:16:35 +00:00
LegalizeDAG.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
LegalizeFloatTypes.cpp bug 3610: Floating point vaarg not softened. 2009-02-21 19:11:18 +00:00
LegalizeIntegerTypes.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
LegalizeTypes.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
LegalizeTypes.h bug 3610: Floating point vaarg not softened. 2009-02-21 19:11:18 +00:00
LegalizeTypesGeneric.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
LegalizeVectorTypes.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
Makefile
ScheduleDAGFast.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGList.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGRRList.cpp Oops. Last second clean up messed things up. 2009-02-12 09:52:13 +00:00
ScheduleDAGSDNodes.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGSDNodes.h When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
ScheduleDAGSDNodesEmit.cpp When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
SelectionDAG.cpp Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple 2009-02-24 02:00:40 +00:00
SelectionDAGBuild.cpp Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR 2009-02-22 23:36:09 +00:00
SelectionDAGBuild.h Generate these labels when we're in "fast" mode, not simply when we're no in 2009-02-19 21:12:54 +00:00
SelectionDAGISel.cpp Generate these labels when we're in "fast" mode, not simply when we're no in 2009-02-19 21:12:54 +00:00
SelectionDAGPrinter.cpp Move ScheduleDAGSDNodes.h to be a private header. Front-ends 2009-02-06 17:22:58 +00:00
TargetLowering.cpp Don't assume that a left-shift of a value with one bit set will have 2009-02-15 23:59:32 +00:00