llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 13d41b9d72 Add capability to scheduler to commute nodes for profit.
If a two-address code whose first operand has uses below, it should be commuted
when possible.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28230 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-12 01:58:24 +00:00
..
DAGCombiner.cpp Debugging info 2006-05-09 06:55:15 +00:00
LegalizeDAG.cpp Fix PR773 2006-05-09 18:20:51 +00:00
Makefile
ScheduleDAG.cpp Add capability to scheduler to commute nodes for profit. 2006-05-12 01:58:24 +00:00
ScheduleDAGList.cpp Refactor scheduler code. Move register-reduction list scheduler to a 2006-05-11 23:55:42 +00:00
ScheduleDAGRRList.cpp Add capability to scheduler to commute nodes for profit. 2006-05-12 01:58:24 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Fold shifts with undef operands. 2006-05-08 17:29:49 +00:00
SelectionDAGISel.cpp Refactor scheduler code. Move register-reduction list scheduler to a 2006-05-11 23:55:42 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp When tracking demanded bits, if any bits from the sext of an SRA are demanded, 2006-05-08 17:22:53 +00:00