Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-09 | fix typos | Gabor Greif | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38453 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2007-06-08 | Factor live variable analysis so it does not do register coalescing | David Greene | |
simultaneously. Move that pass to SimpleRegisterCoalescing. This makes it easier to implement alternative register allocation and coalescing strategies while maintaining reuse of the existing live interval analysis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37520 91177308-0d34-0410-b5e6-96231b3b80d8 |