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