aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ExpandPostRAPseudos.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix typo in commentMatthias Braun2013-10-111-1/+1
* Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames2013-02-211-24/+15
* Revert r175688 - It broke a test case (see PR15320).Lang Hames2013-02-211-13/+25
* Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions shouldLang Hames2013-02-201-25/+13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen2012-07-271-4/+7
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-7/+3
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Give targets a chance to expand even standard pseudos.Jakob Stoklund Olesen2011-10-101-4/+12
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-251-7/+16
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-43/+40
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-0/+223