llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 92884f7ee5 Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel
into SelectionDAGBuilder. This avoids a separate pass over the
instructions, and has the side effect of providing debug location
information to the copy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101906 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-20 15:03:56 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp The visitXOR method can return the same SDNode. If so, we don't want to delete 2010-04-20 01:25:01 +00:00
FastISel.cpp Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since 2010-04-20 15:00:41 +00:00
FunctionLoweringInfo.cpp Sink this use_empty() check into isUsedOutsideOfDefiningBlock. 2010-04-20 14:50:13 +00:00
FunctionLoweringInfo.h Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't 2010-04-19 18:41:46 +00:00
InstrEmitter.cpp Delete a redundant return statement. 2010-04-20 01:58:20 +00:00
InstrEmitter.h
LegalizeDAG.cpp Code that needs a TargetMachine should have access to one directly, rather 2010-04-19 19:05:59 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp More 80 col violation. 2010-04-19 19:17:44 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Fix -Wcast-qual warnings. 2010-04-17 17:42:52 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Give SelectionDAG a TargetMachine too, rather than having it 2010-04-19 19:22:07 +00:00
SelectionDAGBuilder.cpp Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel 2010-04-20 15:03:56 +00:00
SelectionDAGBuilder.h Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since 2010-04-20 15:00:41 +00:00
SelectionDAGISel.cpp Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel 2010-04-20 15:03:56 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp