Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VLIW specific scheduler framework that utilizes deterministic finite ↵ | Andrew Trick | 2012-02-01 | 1 | -0/+657 |
automaton (DFA). This new scheduler plugs into the existing selection DAG scheduling framework. It is a top-down critical path scheduler that tracks register pressure and uses a DFA for pipeline modeling. Patch by Sergei Larin! llvm-svn: 149547 |