Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make BreakAntiDependencies' SUnits argument const, and make the Begin | Dan Gohman | 2010-04-19 | 1 | -3/+3 |
| | | | | | | and End arguments by-value rather than by-reference. llvm-svn: 101830 | ||||
* | Remove some old experimental code that is no longer needed. Remove ↵ | David Goodwin | 2009-11-20 | 1 | -16/+1 |
| | | | | | | additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. llvm-svn: 89471 | ||||
* | Sink a #include <map> to where it's actually needed. | Dan Gohman | 2009-11-16 | 1 | -0/+1 |
| | | | | llvm-svn: 88956 | ||||
* | Do a scheduling pass ignoring anti-dependencies to identify candidate ↵ | David Goodwin | 2009-11-03 | 1 | -3/+14 |
| | | | | | | registers that should be renamed. llvm-svn: 85939 | ||||
* | Make AntiDepReg.h internal. | David Goodwin | 2009-10-28 | 1 | -0/+62 |
llvm-svn: 85412 |