summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExpandPostRAPseudos.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* fix typo in commentMatthias Braun2013-10-11
* Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames2013-02-21
* Revert r175688 - It broke a test case (see PR15320).Lang Hames2013-02-21
* Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions shouldLang Hames2013-02-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen2012-07-27
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Give targets a chance to expand even standard pseudos.Jakob Stoklund Olesen2011-10-10
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25