llvm-6502/lib/CodeGen/SelectionDAG
Eric Christopher 916c24522c We already calculate WideVT above, just reuse it.
Patch by Jan Vesely <jan.vesely@rutgers.edu>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207455 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-28 22:24:57 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDValue> 2014-04-27 23:22:43 +00:00
FastISel.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
FunctionLoweringInfo.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
InstrEmitter.cpp This reapplies r207235 with an additional bugfixes caught by the msan 2014-04-25 20:49:25 +00:00
InstrEmitter.h
LegalizeDAG.cpp We already calculate WideVT above, just reuse it. 2014-04-28 22:24:57 +00:00
LegalizeFloatTypes.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
LegalizeIntegerTypes.cpp Convert more SelectionDAG functions to use ArrayRef. 2014-04-28 05:57:50 +00:00
LegalizeTypes.cpp Convert more SelectionDAG functions to use ArrayRef. 2014-04-28 05:57:50 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>. 2014-04-26 18:35:24 +00:00
LegalizeVectorOps.cpp Convert more SelectionDAG functions to use ArrayRef. 2014-04-28 05:57:50 +00:00
LegalizeVectorTypes.cpp Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>. 2014-04-26 18:35:24 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
ScheduleDAGFast.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
ScheduleDAGRRList.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
ScheduleDAGSDNodes.cpp Convert SelectionDAG::MorphNodeTo to use ArrayRef. 2014-04-27 19:21:16 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
SDNodeDbgValue.h This reapplies r207235 with an additional bugfixes caught by the msan 2014-04-25 20:49:25 +00:00
SelectionDAG.cpp Convert more SelectionDAG functions to use ArrayRef. 2014-04-28 05:57:50 +00:00
SelectionDAGBuilder.cpp Convert SelectionDAG::getMergeValues to use ArrayRef. 2014-04-27 19:20:57 +00:00
SelectionDAGBuilder.h This reapplies r207235 with an additional bugfixes caught by the msan 2014-04-25 20:49:25 +00:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp Convert SelectionDAGISel::MorphNode to use ArrayRef. 2014-04-27 19:21:20 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp DAGCombiner: Turn divs of vector splats into vectorized multiplications. 2014-04-26 12:06:28 +00:00
TargetSelectionDAGInfo.cpp