llvm-6502/lib/CodeGen/SelectionDAG
2008-02-20 16:33:30 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Convert DAGCombiner to use the APInt form of ComputeMaskedBits. 2008-02-20 16:33:30 +00:00
LegalizeDAG.cpp I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. 2008-02-16 14:46:26 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Teach LegalizeTypes how to expand the operands of 2008-02-16 10:29:26 +00:00
LegalizeTypesExpand.cpp Teach LegalizeTypes how to expand the operands of 2008-02-16 10:29:26 +00:00
LegalizeTypesPromote.cpp
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
SelectionDAG.cpp Use APInt::intersects. 2008-02-20 16:30:17 +00:00
SelectionDAGISel.cpp Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp