| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use use_empty() instead of getNumUses(), avoiding a use list traversal. | Dan Gohman | 2008-06-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 52651 | ||||
| * | Remove debugging code. | Owen Anderson | 2008-05-29 | 1 | -5/+1 |
| | | | | | llvm-svn: 51666 | ||||
| * | Clean ups for loop deletion based on Chris' feedback. | Owen Anderson | 2008-05-16 | 1 | -28/+32 |
| | | | | | | | | Also, use SCEV to determine the trip count of the loop, which is more powerful and accurate that Loop::getTripCount. llvm-svn: 51179 | ||||
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -3/+3 |
| | | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
| * | Improve pass documentation and comments. | Gordon Henriksen | 2008-05-08 | 1 | -4/+4 |
| | | | | | | | Patch by Matthijs Kooijman! llvm-svn: 50861 | ||||
| * | We need to update PHIs containing the exiting block, not the exit block. We ↵ | Owen Anderson | 2008-05-06 | 1 | -3/+8 |
| | | | | | | | really should come up with better names for these. llvm-svn: 50770 | ||||
| * | This condition got inverted accidentally. | Owen Anderson | 2008-04-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 50473 | ||||
| * | A lot of cleanups and documentation improvements, as well as a few corner ↵ | Owen Anderson | 2008-04-29 | 1 | -59/+76 |
| | | | | | | | | | case fixes. Most of this was suggested by Chris. llvm-svn: 50441 | ||||
| * | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson | 2008-04-29 | 1 | -14/+12 |
| | | | | | llvm-svn: 50437 | ||||
| * | Rename DeadLoopElimination to LoopDeletion, part one. | Owen Anderson | 2008-04-29 | 1 | -0/+260 |
| llvm-svn: 50436 | |||||

