Age | Commit message (Expand) | Author |
---|---|---|
2003-10-06 | Avoid doing pointless work. Amazingly, this makes us go faster. | 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-15 | Fix bug: Inline/2003-09-14-InlineValue.ll | Chris Lattner |
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-08-25 | Remove special casing | Chris Lattner |
2003-08-24 | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner |
2003-08-24 | *** Implement inlining of Invoke instructions! | Chris Lattner |
2003-08-24 | Implement: Inline/cfg_preserve_test.ll | Chris Lattner |
2003-05-29 | * Separate all of the grunt work of inlining out into the Utils library. | Chris Lattner |