llvm-6502/lib/CodeGen/SelectionDAG
Jakob Stoklund Olesen 8c48e4ff89 Make ISelPosition a local variable.
Now that multiple DAGUpdateListeners can be active at the same time,
ISelPosition can become a local variable in DoInstructionSelection.

We simply register an ISelUpdater with CurDAG while ISelPosition exists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155249 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-20 22:08:50 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Register DAGUpdateListeners with SelectionDAG. 2012-04-20 22:08:46 +00:00
FastISel.cpp To ensure that we have more accurate line information for a block 2012-04-10 18:18:10 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Register DAGUpdateListeners with SelectionDAG. 2012-04-20 22:08:46 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Register DAGUpdateListeners with SelectionDAG. 2012-04-20 22:08:46 +00:00
LegalizeTypes.h Register DAGUpdateListeners with SelectionDAG. 2012-04-20 22:08:46 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp When emulating vselect using OR/AND/XOR make sure to bitcast the result back to the original type. 2012-04-15 15:08:09 +00:00
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Register DAGUpdateListeners with SelectionDAG. 2012-04-20 22:08:46 +00:00
SelectionDAGBuilder.cpp Fix an overly indented line. Remove an 'else' after an 'if' that returns. 2012-04-11 04:55:51 +00:00
SelectionDAGBuilder.h Inline implVisitAluOverflow by introducing a nested switch to convert the intrinsic to an nodetype. 2012-04-11 04:34:11 +00:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp Make ISelPosition a local variable. 2012-04-20 22:08:50 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fixes a problem in instruction selection with testing whether or not the 2012-04-17 22:23:10 +00:00
TargetSelectionDAGInfo.cpp