llvm-6502/lib/CodeGen/SelectionDAG
2006-03-06 07:31:44 +00:00
..
DAGCombiner.cpp Reinstate this now that the offending opposite xform has been removed. 2006-03-05 19:53:55 +00:00
LegalizeDAG.cpp
Makefile
ScheduleDAG.cpp When a hazard recognizer needs noops to be inserted, do so. This represents 2006-03-05 23:51:47 +00:00
ScheduleDAGList.cpp Remove some code that doesn't make sense 2006-03-06 07:31:44 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Don't depend on the C99 copysign function, implement it ourselves. 2006-03-05 23:57:58 +00:00
SelectionDAGISel.cpp Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where 2006-03-06 00:22:00 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Do not fold (add (shl x, c1), (shl c2, c1)) -> (shl (add x, c2), c1), 2006-03-05 19:52:57 +00:00