aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-3/+3
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-09ExpandPostRAPseudos: Fix alldefsAreDead() not removing operandsMatthias Braun1-0/+2
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-15/+16
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih1-1/+1
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-1/+1
2017-05-12Handle a COPY with undef source operand in LowerCopy()Jonas Paulsson1-2/+3
2016-07-15ExpandPostRAPseudos should transfer implicit uses, not only implicit defsMichael Kuperstein1-12/+8
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-5/+5
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/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+4
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
2013-10-11fix typo in commentMatthias Braun1-1/+1
2013-02-21Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames1-24/+15
2013-02-21Revert r175688 - It broke a test case (see PR15320).Lang Hames1-13/+25
2013-02-20Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions shouldLang Hames1-25/+13
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie1-2/+1
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-2/+1
2012-07-27Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen1-4/+7
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick1-7/+3
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-1/+1
2011-10-10Give targets a chance to expand even standard pseudos.Jakob Stoklund Olesen1-4/+12
2011-09-25Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen1-7/+16
2011-09-25Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen1-43/+40
2011-09-25Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen1-0/+223