aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ExpandISelPseudos.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher1-1/+0
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+3
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick1-9/+2
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-2/+1
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng1-2/+2
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-11-18Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman1-0/+82