aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExpandISelPseudos.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-18Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman