Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | misched preparation: rename core scheduler methods for consistency. | Andrew Trick | |
We had half the API with one convention, half with another. Now was a good time to clean it up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152255 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-01 | VLIW specific scheduler framework that utilizes deterministic finite ↵ | Andrew Trick | |
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149547 91177308-0d34-0410-b5e6-96231b3b80d8 |