aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExpandISelPseudos.cpp
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2016-06-30CodeGen: Use MachineInstr& in ExpandISelPseudos, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith
2015-10-09CodeGen: Remove a few more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
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