llvm-6502/lib/CodeGen/SelectionDAG
2005-12-09 17:32:47 +00:00
..
DAGCombiner.cpp Only transform (sext (truncate x)) -> (sextinreg x) if before legalize or 2005-12-07 18:02:05 +00:00
LegalizeDAG.cpp Teach legalize how to promote sext_inreg to fix a problem Andrew pointed 2005-12-09 17:32:47 +00:00
Makefile
ScheduleDAG.cpp
SelectionDAG.cpp Teach the SelectionDAG ISel how to turn ConstantPacked values into 2005-12-06 06:18:55 +00:00
SelectionDAGISel.cpp improve code insertion in two ways: 2005-12-08 08:00:12 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp