llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 2048b85c7c Rename SelectionDAGLowering to SelectionDAGBuilder, and rename
SelectionDAGBuild.cpp to SelectionDAGBuilder.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89681 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-23 18:04:58 +00:00
..
CallingConvLower.cpp Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers 2009-11-07 02:11:54 +00:00
CMakeLists.txt Rename SelectionDAGLowering to SelectionDAGBuilder, and rename 2009-11-23 18:04:58 +00:00
DAGCombiner.cpp Remove the optimizations that convert BRCOND and BR_CC into 2009-11-17 00:47:23 +00:00
FastISel.cpp Rename SelectionDAGLowering to SelectionDAGBuilder, and rename 2009-11-23 18:04:58 +00:00
FunctionLoweringInfo.cpp Move some more code out of SelectionDAGBuild.cpp and into 2009-11-23 17:42:46 +00:00
FunctionLoweringInfo.h Move some more code out of SelectionDAGBuild.cpp and into 2009-11-23 17:42:46 +00:00
InstrEmitter.cpp Target-independent support for TargetFlags on BlockAddress operands, 2009-11-20 23:18:13 +00:00
InstrEmitter.h Fix a typo in a comment. 2009-11-16 20:35:59 +00:00
LegalizeDAG.cpp We are not using DBG_STOPPOINT anymore. 2009-11-21 02:46:55 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), 2009-11-20 10:45:10 +00:00
LegalizeTypes.h Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), 2009-11-20 10:45:10 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h Initial target-independent CodeGen support for BlockAddresses. 2009-10-30 01:27:03 +00:00
SelectionDAG.cpp We are not using DBG_STOPPOINT anymore. 2009-11-21 02:46:55 +00:00
SelectionDAGBuilder.cpp Rename SelectionDAGLowering to SelectionDAGBuilder, and rename 2009-11-23 18:04:58 +00:00
SelectionDAGBuilder.h Rename SelectionDAGLowering to SelectionDAGBuilder, and rename 2009-11-23 18:04:58 +00:00
SelectionDAGISel.cpp Rename SelectionDAGLowering to SelectionDAGBuilder, and rename 2009-11-23 18:04:58 +00:00
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