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
/
MachineCopyPropagation.cpp
Age
Commit message (
Expand
)
Author
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-03-27
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
Lang Hames
2012-03-27
During MachineCopyPropagation a register may be the source operand of multiple
Lang Hames
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-02-27
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
Evan Cheng
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-09
Erase dead copies that are clobbered by a call.
Jakob Stoklund Olesen
2012-02-08
Handle register masks in MachineCopyPropagation.
Jakob Stoklund Olesen
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-01-26
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-08
Avoid eraseing copies from a reserved register unless the definition can be
Evan Cheng
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng