| Age | Commit message (Expand) | Author |
| 2010-05-31 | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands |
| 2010-05-13 | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky |
| 2010-05-13 | Add testcase for r103653. | Nick Lewycky |
| 2010-05-01 | revert r102831. We already delete dead readonly calls in | Chris Lattner |
| 2010-05-01 | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson |
| 2010-05-01 | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner |
| 2010-05-01 | rename test | Chris Lattner |
| 2010-05-01 | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner |
| 2010-05-01 | The inliner has traditionally not considered call sites | Chris Lattner |
| 2010-04-30 | Dan recently disabled recursive inlining within a function, but we | Chris Lattner |
| 2010-04-23 | no longer xfail | Chris Lattner |
| 2010-04-23 | testcase for the bug that required a patch to be reverted. | Chris Lattner |
| 2010-04-23 | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner |
| 2010-04-22 | The inliner was choosing to not consider call sites | Chris Lattner |
| 2010-04-22 | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner |
| 2010-04-21 | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner |
| 2010-04-21 | Revert r101471. For tight recursive functions which have multiple | Dan Gohman |
| 2010-04-16 | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman |
| 2010-04-07 | add newlines at the end of files. | Chris Lattner |
| 2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
| 2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
| 2010-03-23 | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner |
| 2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
| 2009-11-12 | implement a nice little efficiency hack in the inliner. Since we're now | Chris Lattner |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-10-27 | Fix a pretty serious misfeature of the inliner: if it inlines a function | Chris Lattner |
| 2009-10-27 | convert to filecheck. | Chris Lattner |
| 2009-10-24 | Make these tests more interesting by using | Dan Gohman |
| 2009-10-17 | Simplify some code (first hunk) and fix PR5208 (second hunk) by | Chris Lattner |
| 2009-10-09 | When considering whether to inline Callee into Caller, | Dale Johannesen |
| 2009-09-11 | Eliminate more redundant llvm-as calls. | Dan Gohman |
| 2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
| 2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2009-09-05 | Eliminate uses of %prcontext. | Daniel Dunbar |
| 2009-09-01 | testcase for PR3601 | Chris Lattner |
| 2009-08-31 | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner |
| 2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
| 2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner |
| 2009-08-27 | the inliner shouldn't crash on this. | Chris Lattner |
| 2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
| 2009-05-08 | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman |
| 2009-04-15 | While inlining, clone llvm.dbg.func.start intrinsic and adjust | Devang Patel |
| 2009-04-13 | Add a new "available_externally" linkage type. This is intended | Chris Lattner |
| 2009-03-10 | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng |
| 2009-02-12 | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner |
| 2009-02-10 | Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin... | Devang Patel |
| 2009-02-03 | Revert r63600. It didn't fix the bug, it just moved it a bit. | Nick Lewycky |