| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Dead files | Chris Lattner | 2003-09-01 | 2 | -87/+0 |
* | If "These should be used only by the auto-parallelization pass", we might as | Chris Lattner | 2003-09-01 | 1 | -1/+31 |
* | Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not | Chris Lattner | 2003-09-01 | 2 | -4/+2 |
* | Minor cleanups | Chris Lattner | 2003-09-01 | 1 | -13/+8 |
* | Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. | Chris Lattner | 2003-09-01 | 1 | -54/+75 |
* | Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll | Chris Lattner | 2003-08-31 | 1 | -2/+5 |
* | Heavily refactor code: | Chris Lattner | 2003-08-31 | 3 | -127/+198 |
* | Add accessor function | Chris Lattner | 2003-08-31 | 1 | -0/+2 |
* | Initial checkin of the -prune-eh pass, a very simple exception handling remov... | Chris Lattner | 2003-08-31 | 1 | -0/+93 |
* | ScalarRepl does not modify the CFG. Say so! | Chris Lattner | 2003-08-31 | 1 | -0/+6 |
* | Use new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -11/+3 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 2 | -18/+13 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -43/+4 |
* | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -13/+8 |
* | Fix bug where we considered function types equivalent even if they had differ... | Chris Lattner | 2003-08-28 | 1 | -1/+3 |
* | Fix bug: SCCP/2003-08-26-InvokeHandling.ll | Chris Lattner | 2003-08-27 | 1 | -1/+4 |
* | Remove special casing | Chris Lattner | 2003-08-25 | 1 | -3/+0 |
* | Fix bug: Linker/2003-08-23-GlobalVarLinking.ll | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Implement: Linker/2003-08-24-InheritPtrSize.ll | Chris Lattner | 2003-08-24 | 1 | -2/+9 |
* | Implement SimplifyCFG/InvokeEliminate.ll | Chris Lattner | 2003-08-24 | 1 | -1/+36 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -7/+7 |
* | Inline invoke instructions as well as call instructions | Chris Lattner | 2003-08-24 | 1 | -13/+18 |
* | *** Implement inlining of Invoke instructions! | Chris Lattner | 2003-08-24 | 1 | -51/+138 |
* | Big diff for a small change: delete inlined functions if all callees have | Chris Lattner | 2003-08-24 | 1 | -21/+32 |
* | Implement: Inline/cfg_preserve_test.ll | Chris Lattner | 2003-08-24 | 1 | -2/+15 |
* | Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 | Chris Lattner | 2003-08-23 | 1 | -0/+13 |
* | Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll | Chris Lattner | 2003-08-23 | 1 | -0/+7 |