Age | Commit message (Expand) | Author |
---|---|---|
2008-10-22 | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-06-23 | Use use_empty() instead of getNumUses(), avoiding a use list traversal. | Dan Gohman |
2008-05-29 | Remove debugging code. | Owen Anderson |
2008-05-16 | Clean ups for loop deletion based on Chris' feedback. | Owen Anderson |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-08 | Improve pass documentation and comments. | Gordon Henriksen |
2008-05-06 | We need to update PHIs containing the exiting block, not the exit block. We ... | Owen Anderson |
2008-04-30 | This condition got inverted accidentally. | Owen Anderson |
2008-04-29 | A lot of cleanups and documentation improvements, as well as a few corner cas... | Owen Anderson |
2008-04-29 | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson |
2008-04-29 | Rename DeadLoopElimination to LoopDeletion, part one. | Owen Anderson |