summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ExpandPseudos.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman2010-11-181-82/+0
| | | | llvm-svn: 119716
* Fix typos.Dan Gohman2010-11-181-1/+1
| | | | llvm-svn: 119712
* ExpandPseudos doesn't have any dependencies, so it can use theDan Gohman2010-11-181-3/+1
| | | | | | simple form of INITIALIZE_PASS. llvm-svn: 119707
* Fix grammaro.Dan Gohman2010-11-161-1/+1
| | | | llvm-svn: 119386
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-161-0/+84
easier to debug, and to avoid complications when the CFG changes in the middle of the instruction selection process. llvm-svn: 119382
OpenPOWER on IntegriCloud