Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ExpandPseudos to ExpandISelPseudos to help clarify its role. | Dan Gohman | 2010-11-18 | 1 | -82/+0 |
| | | | | llvm-svn: 119716 | ||||
* | Fix typos. | Dan Gohman | 2010-11-18 | 1 | -1/+1 |
| | | | | llvm-svn: 119712 | ||||
* | ExpandPseudos doesn't have any dependencies, so it can use the | Dan Gohman | 2010-11-18 | 1 | -3/+1 |
| | | | | | | simple form of INITIALIZE_PASS. llvm-svn: 119707 | ||||
* | Fix grammaro. | Dan Gohman | 2010-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 119386 | ||||
* | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman | 2010-11-16 | 1 | -0/+84 |
easier to debug, and to avoid complications when the CFG changes in the middle of the instruction selection process. llvm-svn: 119382 |