llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 9e64bbb322 Factor out more code for computing register live-range informationfor
scheduling, and generalize is so that preserves state across
scheduling regions. This fixes incorrect live-range information around
terminators and labels, which are effective region boundaries.

In place of looking for terminators to anchor inter-block dependencies,
introduce special entry and exit scheduling units for this purpose.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64254 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-10 23:27:53 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Remove more non-DebugLoc getNode variants. Use 2009-02-06 23:05:02 +00:00
FastISel.cpp
LegalizeDAG.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
LegalizeFloatTypes.cpp Get rid of the last non-DebugLoc versions of getNode! 2009-02-07 00:55:49 +00:00
LegalizeIntegerTypes.cpp Get rid of the last non-DebugLoc versions of getNode! 2009-02-07 00:55:49 +00:00
LegalizeTypes.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp Remove more non-DebugLoc getNode variants. Use 2009-02-06 23:05:02 +00:00
LegalizeVectorTypes.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
Makefile
ScheduleDAGFast.cpp Factor out more code for computing register live-range informationfor 2009-02-10 23:27:53 +00:00
ScheduleDAGList.cpp Factor out more code for computing register live-range informationfor 2009-02-10 23:27:53 +00:00
ScheduleDAGRRList.cpp Factor out more code for computing register live-range informationfor 2009-02-10 23:27:53 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGSDNodesEmit.cpp If the target cannot issue a copy for the given source and dest registers, abort instead of silently continue. 2009-02-09 22:47:36 +00:00
SelectionDAG.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
SelectionDAGBuild.cpp Simplify code. 2009-02-09 21:01:06 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Use getDebugLoc forwarder instead of getNode()->getDebugLoc. 2009-02-07 19:59:05 +00:00