Age | Commit message (Expand) | Author |
2008-06-05 | Remove debugging code. | Owen Anderson |
2008-06-05 | Use the newly created helper on LiveIntervals. | Owen Anderson |
2008-06-04 | Correctly construct live intervals for the copies we inserted into the predec... | Owen Anderson |
2008-06-04 | We need to subtract one from this index because live ranges are open at the end. | Owen Anderson |
2008-05-30 | Preserve the register coallescer, and update live intervals more correctly by... | Owen Anderson |
2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-02 | In some situations, we need to check for local interferences between the PHI | Owen Anderson |
2008-04-02 | Correctly mark a valno that was previous defined by a PHI node as having an | Owen Anderson |
2008-04-01 | Don't dereference MBB->end(). | Owen Anderson |
2008-03-31 | Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin... | Owen Anderson |
2008-03-29 | Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ... | Owen Anderson |
2008-03-26 | Dead PHI instructions need to be handled specially. | Owen Anderson |
2008-03-25 | Remove some debugging code. | Owen Anderson |
2008-03-25 | StrongPHIElimination doesn't support swapping live intervals like the coalesc... | Owen Anderson |
2008-03-24 | Remove #include<iostream>, which I was using for debugging. | Owen Anderson |
2008-03-24 | Be sure to remove intervals after we've joined them. Also, remove some dupli... | Owen Anderson |
2008-03-17 | A first attempt at updating live intervals, with code lifted from | Owen Anderson |
2008-03-12 | We also need to collect the VN IDs for the PHI instructions for later updating. | Owen Anderson |
2008-03-12 | When we're determining what registers to coallesce, track the VNInfo IDs for ... | Owen Anderson |
2008-03-10 | Move StrongPHIElimination after live interval analysis. This will make thing... | Owen Anderson |
2008-03-06 | some more spelling changes | Gabor Greif |
2008-03-05 | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng |
2008-01-22 | Fix an iterator invalidation issue. | Owen Anderson |
2008-01-21 | Clarify a deviation from the original algorithm. | Owen Anderson |
2008-01-21 | Improve a few comments. | Owen Anderson |
2008-01-10 | Get rid of all uses of LiveVariables::VarInfo::DefInst in favor of the equiva... | Owen Anderson |
2008-01-10 | Add more comments explaining the basics of how the decision of when to rename... | Owen Anderson |
2008-01-10 | Get rid of the isKillInst predicate. LiveVariables already provides this inf... | Owen Anderson |
2008-01-10 | Copies need to be inserted before the first terminator, not at the end of the... | Owen Anderson |
2008-01-09 | Clean up StrongPHIElimination a bit, and add some more comments to the intern... | Owen Anderson |
2008-01-09 | StrongPHIElim: Now with even fewer trivial bugs! | Owen Anderson |
2008-01-09 | Fix an infinite recursion bug in InsertCopies. | Owen Anderson |
2008-01-09 | Fix some simple bugs. StrongPHIElimination now does not crash on 164.gzip. | Owen Anderson |
2008-01-08 | Rename registers that do not need copies. | Owen Anderson |
2008-01-08 | Actually insert copies now! | Owen Anderson |
2008-01-07 | Oops, missed one. | Owen Anderson |
2008-01-07 | Make some predicates static. | Owen Anderson |
2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-24 | Flesh out the Briggs implementation a little bit more, fix a few FIXMEs. | Owen Anderson |
2007-12-23 | Sketch out an implementation of Briggs' copy placement algorithm. | Owen Anderson |
2007-12-22 | Note what still needs doing. | Owen Anderson |
2007-12-22 | Remove critical edge breaking. It won't be necessary as long as we are very ... | Owen Anderson |
2007-12-16 | Break local interferences in StrongPHIElimination. One step closer... | Owen Anderson |
2007-12-16 | A few more comments. | Owen Anderson |
2007-12-13 | Add register pairs to the list to check for local interferences. | Owen Anderson |
2007-12-13 | Remove ugly and horrible code. It's not necessary for correctness, and can b... | Owen Anderson |
2007-12-12 | Forgot to remove a register from the PHI-union after I'd determined that it | Owen Anderson |