| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in live-in detection that caused lost-copy problems to show up. | Owen Anderson | 2008-10-12 | 1 | -1/+1 |
* | Fix compilation error on MSVC. | Argyrios Kyrtzidis | 2008-10-04 | 1 | -1/+1 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -1/+1 |
* | Use a multimap rather than a map for holding the list of copies to insert, so... | Owen Anderson | 2008-10-02 | 1 | -12/+19 |
* | Mark merged-in VNInfo's as being PHIKilled. | Owen Anderson | 2008-09-30 | 1 | -0/+5 |
* | We don't need to insert copies for implicit_def's. | Owen Anderson | 2008-09-26 | 1 | -1/+5 |
* | Fix off-by-one error when updating live intervals. | Owen Anderson | 2008-09-24 | 1 | -1/+1 |
* | Add initial support for inserting last minute copies. | Owen Anderson | 2008-09-23 | 1 | -28/+53 |
* | Significant improvements to the logic for merging live intervals. This code ... | Owen Anderson | 2008-09-22 | 1 | -15/+53 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Use empty() instead of begin() == end(). | Dan Gohman | 2008-08-14 | 1 | -1/+1 |
* | Get rid of unused variable. | Owen Anderson | 2008-08-13 | 1 | -1/+0 |
* | 1) Merge entire live intervals instead of parts of them. | Owen Anderson | 2008-08-13 | 1 | -62/+36 |
* | Do a dominator walk when scheduling copies, rather than a DFS on the CFG. Al... | Owen Anderson | 2008-08-07 | 1 | -14/+44 |
* | Correct handle cases where two phis are coalesced together, and correct break... | Owen Anderson | 2008-08-06 | 1 | -6/+39 |
* | We don't need to try to coalesce input vregs that are the same as the output ... | Owen Anderson | 2008-08-06 | 1 | -0/+7 |
* | Only trim a live interval if the register is not used after the PHI node. | Owen Anderson | 2008-08-06 | 1 | -2/+5 |
* | Oops, we were already checking for dead phis. Handle this the proper way, then. | Owen Anderson | 2008-08-05 | 1 | -22/+19 |
* | We don't need to update live intervals for dead PHIs. | Owen Anderson | 2008-08-05 | 1 | -29/+32 |
* | Use existing LiveInterval methods to simplify live interval merging. Thanks ... | Owen Anderson | 2008-07-30 | 1 | -31/+32 |
* | When merging live intervals, we also need to merge in any live ranges that ar... | Owen Anderson | 2008-07-30 | 1 | -13/+42 |
* | When merging a PHI operand's live interval into the PHI's live interval, we n... | Owen Anderson | 2008-07-29 | 1 | -9/+17 |
* | Fix the issues originally addressed in r54070. After thinking about it some ... | Owen Anderson | 2008-07-25 | 1 | -2/+19 |
* | In order to avoid reprocessing a register more than once, we need to add it | Owen Anderson | 2008-07-25 | 1 | -1/+1 |
* | Remove live interval entries for an interval if we're eliminating its only VN. | Owen Anderson | 2008-07-25 | 1 | -1/+6 |
* | Store the predecessor MBB in the PHIUnion, rather than an index, since the in... | Owen Anderson | 2008-07-24 | 1 | -26/+28 |
* | Remove debugging code. | Owen Anderson | 2008-06-05 | 1 | -4/+0 |
* | Use the newly created helper on LiveIntervals. | Owen Anderson | 2008-06-05 | 1 | -116/+21 |
* | Correctly construct live intervals for the copies we inserted into the predec... | Owen Anderson | 2008-06-04 | 1 | -1/+38 |
* | We need to subtract one from this index because live ranges are open at the end. | Owen Anderson | 2008-06-04 | 1 | -1/+1 |
* | Preserve the register coallescer, and update live intervals more correctly by... | Owen Anderson | 2008-05-30 | 1 | -1/+4 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -4/+9 |
* | In some situations, we need to check for local interferences between the PHI | Owen Anderson | 2008-04-02 | 1 | -2/+11 |
* | Correctly mark a valno that was previous defined by a PHI node as having an | Owen Anderson | 2008-04-02 | 1 | -4/+7 |
* | Don't dereference MBB->end(). | Owen Anderson | 2008-04-01 | 1 | -1/+1 |
* | Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin... | Owen Anderson | 2008-03-31 | 1 | -1/+1 |
* | Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ... | Owen Anderson | 2008-03-29 | 1 | -58/+25 |
* | Dead PHI instructions need to be handled specially. | Owen Anderson | 2008-03-26 | 1 | -0/+22 |
* | Remove some debugging code. | Owen Anderson | 2008-03-25 | 1 | -3/+0 |
* | StrongPHIElimination doesn't support swapping live intervals like the coalesc... | Owen Anderson | 2008-03-25 | 1 | -9/+6 |
* | Remove #include<iostream>, which I was using for debugging. | Owen Anderson | 2008-03-24 | 1 | -2/+0 |
* | Be sure to remove intervals after we've joined them. Also, remove some dupli... | Owen Anderson | 2008-03-24 | 1 | -46/+18 |
* | A first attempt at updating live intervals, with code lifted from | Owen Anderson | 2008-03-17 | 1 | -4/+176 |
* | We also need to collect the VN IDs for the PHI instructions for later updating. | Owen Anderson | 2008-03-12 | 1 | -1/+10 |
* | When we're determining what registers to coallesce, track the VNInfo IDs for ... | Owen Anderson | 2008-03-12 | 1 | -16/+32 |
* | Move StrongPHIElimination after live interval analysis. This will make thing... | Owen Anderson | 2008-03-10 | 1 | -36/+27 |
* | some more spelling changes | Gabor Greif | 2008-03-06 | 1 | -1/+1 |
* | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 1 | -4/+4 |
* | Fix an iterator invalidation issue. | Owen Anderson | 2008-01-22 | 1 | -2/+8 |