llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 4a1cd9c61e The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap
miscompares).  Switch RISC targets to use the list-td scheduler, which isn't.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27933 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-21 17:16:16 +00:00
..
DAGCombiner.cpp Fix a couple more memory issues 2006-04-21 15:32:26 +00:00
LegalizeDAG.cpp Simplify some code 2006-04-19 23:17:50 +00:00
Makefile
ScheduleDAG.cpp fix spello 2006-03-24 07:15:07 +00:00
ScheduleDAGList.cpp Don't advance the hazard recognizer when there are no hazards and no instructions 2006-03-12 09:01:41 +00:00
ScheduleDAGSimple.cpp Move simple-selector-specific types to the simple selector. 2006-03-10 07:51:18 +00:00
SelectionDAG.cpp Implement folding of a bunch of binops with undef 2006-04-20 05:39:12 +00:00
SelectionDAGISel.cpp The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap 2006-04-21 17:16:16 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp relax assertion 2006-04-02 06:19:46 +00:00