Use uint16_t to store register overlaps to reduce static data.
[oota-llvm.git] / lib / CodeGen / MachineCopyPropagation.cpp
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-27 Evan ChengFix for PR12090: clear def maps of aliases when visitin...
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-09 Jakob Stoklund OlesenErase dead copies that are clobbered by a call.
2012-02-08 Jakob Stoklund OlesenHandle register masks in MachineCopyPropagation.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew Trickwhitespace
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-08 Evan ChengAvoid eraseing copies from a reserved register unless...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...