llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 965d1b4bba Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_func_start label. Make sure nothing else is inserted before them.
Note this solution might be somewhat fragile since ISD::LABEL may be used for other
purposes. If that ends up to be an issue, we may need to introduce a different node
for debug labels.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46571 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-30 20:08:35 +00:00
..
CallingConvLower.cpp Oops. Forgot to commit this. 2008-01-15 07:49:36 +00:00
DAGCombiner.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
LegalizeDAG.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
LegalizeTypes.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LegalizeTypes.h * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesExpand.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
LegalizeTypesPromote.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
LegalizeTypesScalarize.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
LegalizeTypesSplit.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_func_start label. Make sure nothing else is inserted before them. 2008-01-30 20:08:35 +00:00
ScheduleDAGList.cpp Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
ScheduleDAGRRList.cpp Use empty() instead of comparing size() with zero. 2008-01-29 13:02:09 +00:00
SelectionDAG.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
SelectionDAGISel.cpp Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a proper name. Rename it to EmitInstrWithCustomInserter since it does not necessarily insert 2008-01-30 18:18:23 +00:00
SelectionDAGPrinter.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
TargetLowering.cpp Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00