llvm-6502/lib/CodeGen/SelectionDAG
2008-05-02 21:30:02 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Evan pointed out that folding sext to zext may not be correct 2008-04-28 18:47:17 +00:00
LegalizeDAG.cpp Fix custom target lowering for zero/any/sign_extend: make sure that 2008-04-30 00:26:38 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Implement a bit more softfloat support in 2008-04-18 20:56:03 +00:00
LegalizeTypesExpand.cpp
LegalizeTypesFloatToInt.cpp Implement a bit more softfloat support in 2008-04-18 20:56:03 +00:00
LegalizeTypesPromote.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
LegalizeTypesScalarize.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
LegalizeTypesSplit.cpp Add some more FIXME's for indexed loads and stores. 2008-04-18 20:27:12 +00:00
Makefile
ScheduleDAG.cpp Switch to using Simplified ConstantFP::get API. 2008-04-20 00:41:09 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Use std::set instead of std::priority_queue for the RegReductionPriorityQueue. 2008-04-29 09:07:59 +00:00
SelectionDAG.cpp Fix a mistake in the computation of leading zeros for udiv. 2008-05-02 21:30:02 +00:00
SelectionDAGISel.cpp Use push_back(...) instead of resize(1, ...), per review feedback. 2008-05-02 00:03:54 +00:00
SelectionDAGPrinter.cpp Fix an out-of-bounds access in -view-sunit-dags in the case of an 2008-04-21 20:07:30 +00:00
TargetLowering.cpp typo 2008-04-27 01:49:46 +00:00