llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman c6e59b71f5 After a custom inserter, in a block which has constant instructions,
update the current basic block in addition to the current insert
position, so that they remain consistent. This fixes rdar://8204072.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108765 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-19 22:48:56 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Remove r108639 now that it is handled by InstCombine instead. 2010-07-19 08:10:24 +00:00
FastISel.cpp After a custom inserter, in a block which has constant instructions, 2010-07-19 22:48:56 +00:00
FunctionLoweringInfo.cpp Revert r108369, sorting llvm.dbg.declare information by source position, 2010-07-16 17:54:27 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Fix va_arg for doubles. With this patch VAARG nodes always contain the 2010-07-11 04:01:49 +00:00
LegalizeFloatTypes.cpp Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
LegalizeIntegerTypes.cpp Fix va_arg for doubles. With this patch VAARG nodes always contain the 2010-07-11 04:01:49 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp Fix va_arg for doubles. With this patch VAARG nodes always contain the 2010-07-11 04:01:49 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Split -enable-finite-only-fp-math to two options: 2010-07-15 22:07:12 +00:00
SelectionDAGBuilder.cpp Propagate alloca alignment information via variable size object frame 2010-07-17 00:28:22 +00:00
SelectionDAGBuilder.h The SelectionDAGBuilder's handling of debug info, on rare 2010-07-16 00:02:08 +00:00
SelectionDAGISel.cpp Use the source-order scheduler instead of the "fast" scheduler at -O0, 2010-07-16 02:01:19 +00:00
SelectionDAGPrinter.cpp Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
TargetLowering.cpp ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. 2010-07-19 22:15:08 +00:00
TargetSelectionDAGInfo.cpp