llvm-project/llvm/lib/CodeGen/SelectionDAG
Chris Lattner 9df647539d Refactor the priority mechanism one step further: now that it is a separate
class, sever its implementation from the interface.  Now we can provide new
implementations of the same interface (priority computation) without touching
the scheduler itself.

llvm-svn: 26630
2006-03-09 06:35:14 +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 revert the previous patch, didn't mean to check it in yet 2006-03-08 04:39:05 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Change the interface for getting a target HazardRecognizer to be more clean. 2006-03-08 04:25:59 +00:00
ScheduleDAGList.cpp Refactor the priority mechanism one step further: now that it is a separate 2006-03-09 06:35:14 +00:00
ScheduleDAGSimple.cpp Fix VC++ compilation error. 2006-01-24 04:43:17 +00:00
SelectionDAG.cpp Don't depend on the C99 copysign function, implement it ourselves. 2006-03-05 23:57:58 +00:00
SelectionDAGISel.cpp Get rid of the multiple copies of getStringValue. Now a Constant:: method. 2006-03-08 18:11:07 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00