llvm-6502/lib/CodeGen/SelectionDAG
Bill Wendling 3c5e60994f Correct over-zealous removal of hack.
Some code want to check that *any* call within a function has the 'returns
twice' attribute, not just that the current function has one.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142221 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-17 18:43:40 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp Fix a thinko that Nick noticed. The previous code actually worked as 2011-10-12 15:56:56 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Move the legalization of vector loads and stores into LegalizeVectorOps. In some 2011-10-15 07:41:10 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Removed set, but unused variable. 2011-10-17 18:01:59 +00:00
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Let printf do the formatting instead aligning strings ourselves. 2011-10-16 16:30:34 +00:00
SelectionDAGBuilder.cpp Clear out the landing pad to call site map for each function. 2011-10-15 01:00:26 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Correct over-zealous removal of hack. 2011-10-17 18:43:40 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Enable element promotion type legalization by deafault. 2011-10-16 20:31:33 +00:00
TargetSelectionDAGInfo.cpp