aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCopyPropagation.cpp
AgeCommit message (Expand)Author
2012-02-20Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng
2012-02-09Erase dead copies that are clobbered by a call.Jakob Stoklund Olesen
2012-02-08Handle register masks in MachineCopyPropagation.Jakob Stoklund Olesen
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick
2012-02-08whitespaceAndrew Trick
2012-01-26Clear kill flags before propagating a copy.Jakob Stoklund Olesen
2012-01-08Avoid eraseing copies from a reserved register unless the definition can beEvan Cheng
2012-01-07Added a late machine instruction copy propagation pass. This catchesEvan Cheng