llvm-6502/lib/CodeGen/SelectionDAG
Eric Christopher 18112d83e7 To ensure that we have more accurate line information for a block
don't elide the branch instruction if it's the only one in the block,
otherwise it's ok.

PR9796 and rdar://11215207

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154417 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-10 18:18:10 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Revert r154397, which was causing make check failures on the buildbots. 2012-04-10 18:02:12 +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 Make the code slightly more palatable. 2012-04-10 03:15:18 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095> 2012-04-03 22:57:55 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Removed useless switch for default case when switch was covering all the enum values 2012-04-04 00:53:04 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Treat f16 the same as f80/f128 for the purposes of generating constants during instruction selection. 2012-04-05 18:50:32 +00:00
SelectionDAGBuilder.cpp Optimize code a bit. No functional change intended. 2012-04-08 23:15:04 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
SelectionDAGISel.cpp Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Have TargetLowering::getPICJumpTableRelocBase return a node that points to the 2012-04-09 20:32:12 +00:00
TargetSelectionDAGInfo.cpp