llvm-6502/lib/CodeGen/SelectionDAG
2008-05-12 16:07:15 +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 a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! 2008-05-12 16:07:15 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesExpand.cpp
LegalizeTypesFloatToInt.cpp
LegalizeTypesPromote.cpp
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp
Makefile
ScheduleDAG.cpp
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 bug in the ComputeMaskedBits logic for multiply. 2008-05-07 00:35:55 +00:00
SelectionDAGISel.cpp Turn StripPointerCast() into a method 2008-05-07 22:54:15 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Instead of enumerating each opcode that isn't handled that 2008-05-06 00:53:29 +00:00