index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ExpandPostRAPseudos.cpp
Age
Commit message (
Expand
)
Author
2013-02-21
Re-apply r175688, with the changes suggested by Jakob in PR15320.
Lang Hames
2013-02-21
Revert r175688 - It broke a test case (see PR15320).
Lang Hames
2013-02-20
Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions should
Lang Hames
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-08-22
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-07-27
Add <imp-def> of super-register when lowering SUBREG_TO_REG.
Jakob Stoklund Olesen
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-10-10
Give targets a chance to expand even standard pseudos.
Jakob Stoklund Olesen
2011-09-25
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen