| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson | 2006-06-08 | 1 | -1/+8 |
| * | Fix some formatting, and use inLoop() when appropriate. | Owen Anderson | 2006-06-06 | 1 | -3/+3 |
| * | Stop a memory leak, and update some comments. | Owen Anderson | 2006-06-06 | 1 | -10/+10 |
| * | Some more clean-up, and squash an IDF-Phi related bug. | Owen Anderson | 2006-06-04 | 1 | -16/+13 |
| * | Various clean-ups suggested by Chris. | Owen Anderson | 2006-06-04 | 1 | -30/+32 |
| * | Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's | Owen Anderson | 2006-06-03 | 1 | -12/+21 |
| * | Remove a FIXME that was fixed with my last patch. | Owen Anderson | 2006-06-01 | 1 | -2/+0 |
| * | More cleanups. Also, add a special case for updating PHI nodes, and | Owen Anderson | 2006-06-01 | 1 | -21/+33 |
| * | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson | 2006-05-31 | 1 | -86/+113 |
| * | Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA | Owen Anderson | 2006-05-29 | 1 | -2/+35 |
| * | Major think-o. Iterate over all live out-of-loop values, and perform the | Owen Anderson | 2006-05-28 | 1 | -36/+36 |
| * | Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing | Owen Anderson | 2006-05-27 | 1 | -8/+51 |
| * | A few small clean-ups, and the addition of an LCSSA statistic. | Owen Anderson | 2006-05-27 | 1 | -2/+8 |
| * | Fix a copy-and-paste-o that would break some compilers. | Owen Anderson | 2006-05-26 | 1 | -1/+1 |
| * | Clean up and refactor LCSSA a bunch. It should also run faster now, though | Owen Anderson | 2006-05-26 | 1 | -66/+50 |
| * | Skeletal LCSSA pass. This is currently non-functional. Expect functionality | Owen Anderson | 2006-05-26 | 1 | -0/+159 |