1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Evan Cheng 69d30b1c55 If scheduler choice is the default (-sched=default), use target scheduling
preference to determine which scheduler to use. SchedulingForLatency ==
Breadth first; SchedulingForRegPressure == bottom up register reduction list
scheduler.

llvm-svn: 25599
2006-01-25 09:12:57 +00:00
..
DAGCombiner.cpp Add explicit #includes of <iostream> 2006-01-22 23:41:00 +00:00
LegalizeDAG.cpp Fix an infinite loop I caused by making sure to legalize the flag operand 2006-01-24 05:48:21 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Factor out more instruction scheduler code to the base class. 2006-01-23 07:01:07 +00:00
ScheduleDAGList.cpp Skeleton of the list schedule. 2006-01-23 08:26:10 +00:00
ScheduleDAGSimple.cpp Fix VC++ compilation error. 2006-01-24 04:43:17 +00:00
SelectionDAG.cpp Fix an infinite loop I caused by making sure to legalize the flag operand 2006-01-24 05:48:21 +00:00
SelectionDAGISel.cpp If scheduler choice is the default (-sched=default), use target scheduling 2006-01-25 09:12:57 +00:00
SelectionDAGPrinter.cpp Added an index field to GlobalAddressSDNode so it can represent X+12, etc. 2005-11-30 02:04:11 +00:00