llvm-6502/lib/CodeGen/SelectionDAG
Eli Friedman bd1253809b Fix a silly mistake in r130338.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130360 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-28 00:42:03 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp Fix a silly mistake in r130338. 2011-04-28 00:42:03 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp A dbg.declare may not be in entry block, even if it is referring to an incoming argument. However, It is appropriate to emit DBG_VALUE referring to this incoming argument in entry block in MachineFunction. 2011-04-25 16:33:52 +00:00
SelectionDAGBuilder.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp Recommit the fix for rdar://9289512 with a couple tweaks to 2011-04-22 21:59:37 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. 2011-04-22 18:47:44 +00:00
TargetSelectionDAGInfo.cpp