llvm-6502/lib/CodeGen/SelectionDAG
2007-12-22 20:47:56 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Don't leave newly created nodes around if it turns out they are not needed. 2007-12-19 01:34:38 +00:00
LegalizeDAG.cpp
LegalizeTypes.cpp implement some methods. 2007-12-08 22:40:18 +00:00
LegalizeTypes.h Add support for splitting the operand of a return instruction. 2007-12-09 00:06:19 +00:00
LegalizeTypesExpand.cpp Add support for splitting the operand of a return instruction. 2007-12-09 00:06:19 +00:00
LegalizeTypesPromote.cpp Split promotion support out to its own file. 2007-12-08 20:24:38 +00:00
LegalizeTypesScalarize.cpp split scalarization out to its own file. 2007-12-08 20:30:28 +00:00
LegalizeTypesSplit.cpp Duncan points out that the subtraction is unneeded since hte code 2007-12-09 17:56:34 +00:00
Makefile
ScheduleDAG.cpp Bug fix. Must also match ResNo when matching an operand with a user. 2007-12-14 08:25:15 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp More accurate checks for two-address constraints. 2007-12-20 09:25:31 +00:00
SelectionDAG.cpp Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / store node id. 2007-12-18 19:38:14 +00:00
SelectionDAGISel.cpp Simplify LowerCallTo by using a callsite. 2007-12-19 09:48:52 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add a new FGETSIGN operation, which defaults to expand on all 2007-12-22 20:47:56 +00:00