llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman e0f06c78d3 Remove the optimizations that convert BRCOND and BR_CC into
unconditional branches or fallthroghes. Instcombine/SimplifyCFG
should be simplifying branches with known conditions.

This fixes some problems caused by these transformations not
updating the MachineBasicBlock CFG.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89017 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-17 00:47:23 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Remove the optimizations that convert BRCOND and BR_CC into 2009-11-17 00:47:23 +00:00
FastISel.cpp "Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes. 2009-11-12 19:02:56 +00:00
InstrEmitter.cpp Fix a typo in a comment. 2009-11-16 20:35:59 +00:00
InstrEmitter.h Fix a typo in a comment. 2009-11-16 20:35:59 +00:00
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SelectionDAG.cpp Adjust isConstantSplat to allow for big-endian targets. 2009-11-13 01:45:18 +00:00
SelectionDAGBuild.cpp Enable the tail call optimization when the caller returns undef. 2009-11-14 02:06:30 +00:00
SelectionDAGBuild.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp Add compare_lower and equals_lower methods to StringRef. Switch all users of 2009-11-12 20:36:59 +00:00