| Commit message (Expand) | Author | Age | Files | Lines |
* | Use global *_iterator | Chris Lattner | 2003-09-24 | 1 | -2/+1 |
* | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner | 2003-09-24 | 4 | -8/+4 |
* | Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll | Chris Lattner | 2003-09-23 | 1 | -2/+8 |
* | Fix bugs in the last change | Chris Lattner | 2003-09-22 | 1 | -2/+2 |
* | Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll | Chris Lattner | 2003-09-22 | 1 | -2/+7 |
* | Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll | Chris Lattner | 2003-09-22 | 1 | -1/+28 |
* | Credits now go into the top-level CREDITS.TXT | Misha Brukman | 2003-09-22 | 1 | -3/+0 |
* | Credits are now in top-level CREDITS.TXT | Misha Brukman | 2003-09-22 | 1 | -2/+0 |
* | Squelch warning | Chris Lattner | 2003-09-22 | 1 | -1/+1 |
* | Global variables with APPENDING linkage are very important to keep around! | Chris Lattner | 2003-09-20 | 1 | -3/+6 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 8 | -10/+10 |
* | Minor cleanups, no functional changes | Chris Lattner | 2003-09-20 | 1 | -89/+70 |
* | Fix a really obvious huge gaping bug, add a comment | Chris Lattner | 2003-09-20 | 1 | -1/+2 |
* | Expose the TCE pass | Chris Lattner | 2003-09-20 | 1 | -0/+3 |
* | New transformation: tail recursion elimination | Chris Lattner | 2003-09-20 | 1 | -0/+96 |
* | Implement InstCombine/and.ll:test(15|16) | Chris Lattner | 2003-09-19 | 1 | -0/+27 |
* | pull a large nested conditional out into its own function | Chris Lattner | 2003-09-19 | 1 | -70/+91 |
* | Implement InstCombine/add.ll:test(15|16) | Chris Lattner | 2003-09-19 | 1 | -0/+37 |
* | Fix bug raising allocations whose call sites were invoke instructions. | Chris Lattner | 2003-09-16 | 1 | -0/+15 |
* | This is effectively a complete rewrite of the globaldce algorithm, resulting | Chris Lattner | 2003-09-16 | 1 | -177/+104 |
* | Minor cleanups, give credit, remove code that should not be necessary, and | Chris Lattner | 2003-09-15 | 1 | -28/+5 |
* | Initial checkin of the Setjmp/Longjmp lowering/transformation pass, | Chris Lattner | 2003-09-15 | 1 | -0/+501 |
* | Ugh, a bug fix needed because of the bug in the CallGraph code | Chris Lattner | 2003-09-15 | 1 | -2/+4 |
* | Fix bug: PruneEH/2003-09-14-ExternalCall.llx | Chris Lattner | 2003-09-15 | 1 | -1/+4 |
* | Fix bug: Inline/2003-09-14-InlineValue.ll | Chris Lattner | 2003-09-15 | 1 | -4/+8 |
* | Make sure to cannonicalize loops before running indvar simplify | Chris Lattner | 2003-09-12 | 1 | -0/+1 |
* | Do not return success after checking only the FIRST USE of a gep instruction. | Chris Lattner | 2003-09-12 | 1 | -3/+7 |
* | Minor optimization efficiency improvement: | Chris Lattner | 2003-09-12 | 1 | -7/+9 |
* | Simplify code | Chris Lattner | 2003-09-11 | 1 | -9/+6 |
* | Apostrophes are only used for possession and quoting. | Misha Brukman | 2003-09-11 | 1 | -2/+2 |
* | Integrate functionality of the mem2reg pass directly into this pass to make | Chris Lattner | 2003-09-11 | 1 | -7/+62 |
* | Renamed DominatorTree::Node::getNode() -> getBlock() | Chris Lattner | 2003-09-11 | 5 | -15/+15 |
* | Spell `definite' correctly. | Misha Brukman | 2003-09-11 | 1 | -2/+2 |
* | Spell `definitely' correctly. | Misha Brukman | 2003-09-11 | 1 | -1/+1 |
* | Unwind instructions are intrinsically alive, just like returns | Chris Lattner | 2003-09-10 | 1 | -3/+3 |
* | Update for new UnifyFunction... API | Chris Lattner | 2003-09-10 | 1 | -7/+7 |
* | Remove #include | Chris Lattner | 2003-09-10 | 2 | -2/+0 |
* | Expand the pass to unify all of the unwind blocks as well | Chris Lattner | 2003-09-10 | 1 | -5/+29 |
* | Fix spell-o's | Chris Lattner | 2003-09-10 | 5 | -7/+7 |
* | Spelling fixes. I think that "cannonical" is ok, but "canonical" appears to | Chris Lattner | 2003-09-10 | 1 | -21/+21 |
* | Fix up file header | Chris Lattner | 2003-09-10 | 1 | -2/+4 |
* | Spell `occurrence' correctly. | Misha Brukman | 2003-09-09 | 2 | -61/+60 |
* | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner | 2003-09-08 | 3 | -57/+44 |
* | Should invokify is always true | Chris Lattner | 2003-09-08 | 1 | -24/+16 |
* | Add support for the unwind instruction | Chris Lattner | 2003-09-08 | 2 | -0/+2 |
* | Do not hoist volatile loads | Chris Lattner | 2003-09-08 | 1 | -1/+1 |
* | Correct comments | Brian Gaeke | 2003-09-05 | 2 | -17/+1 |
* | Prototype for creator function got moved | Chris Lattner | 2003-09-01 | 1 | -1/+1 |
* | Final cleanup: remove dead code | Chris Lattner | 2003-09-01 | 1 | -39/+0 |
* | Not only is this a lot smaller, it actually works if there is already a | Chris Lattner | 2003-09-01 | 1 | -5/+1 |