llvm-6502/lib/CodeGen/SelectionDAG
Cameron Zwarich 2dbe2850d0 Have isel visit blocks in reverse postorder rather than an undefined order. This
allows for the information propagated across basic blocks to be merged at phis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126375 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-24 10:00:04 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fix 9267; Add vector zext support. 2011-02-20 12:37:50 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
LegalizeFloatTypes.cpp Swap VT and DebugLoc operands of getExtLoad() for consistency with 2011-02-16 16:23:55 +00:00
LegalizeIntegerTypes.cpp Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at 2011-02-17 12:42:48 +00:00
LegalizeTypes.cpp Move ExpandAtomic into the integer expansion routines - it's only used there. 2011-01-11 00:36:08 +00:00
LegalizeTypes.h fix PR9210 by implementing some type legalization logic for 2011-02-14 06:30:45 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Swap VT and DebugLoc operands of getExtLoad() for consistency with 2011-02-16 16:23:55 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.cpp Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
ScheduleDAGSDNodes.h Introducing a new method of tracking register pressure. We can't 2011-02-04 03:18:17 +00:00
SDNodeDbgValue.h Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SDNodeOrdering.h
SelectionDAG.cpp Do not lose debug info of an inlined function argument even if the argument is only used through GEPs. 2011-02-18 22:43:42 +00:00
SelectionDAGBuilder.cpp Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
SelectionDAGBuilder.h Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." 2011-02-21 23:21:26 +00:00
SelectionDAGISel.cpp Have isel visit blocks in reverse postorder rather than an undefined order. This 2011-02-24 10:00:04 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Enhance ComputeMaskedBits to know that aligned frameindexes 2011-02-13 22:25:43 +00:00
TargetSelectionDAGInfo.cpp