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