| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit test change, forgotten as part of r131838. | Nick Lewycky | 2011-05-22 | 1 | -1/+1 |
* | Teach the inliner to emit llvm.lifetime.start/end, to scope the local variables | Nick Lewycky | 2011-05-22 | 1 | -0/+78 |
* | relax testcase a bit. | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | when eliding a byval copy due to inlining a readonly function, we have | Chris Lattner | 2010-12-20 | 1 | -0/+23 |
* | pull byval processing out to its own helper function. | Chris Lattner | 2010-12-20 | 1 | -3/+4 |
* | fix PR8769, a miscompilation by inliner when inlining a function with a byval | Chris Lattner | 2010-12-20 | 1 | -0/+24 |
* | merge two tests. | Chris Lattner | 2010-12-20 | 2 | -30/+29 |
* | filecheckize | Chris Lattner | 2010-12-20 | 1 | -2/+5 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 3 | -3/+3 |
* | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands | 2010-05-31 | 1 | -0/+24 |
* | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky | 2010-05-13 | 1 | -1/+1 |
* | Add testcase for r103653. | Nick Lewycky | 2010-05-13 | 1 | -0/+28 |
* | revert r102831. We already delete dead readonly calls in | Chris Lattner | 2010-05-01 | 1 | -1/+1 |
* | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson | 2010-05-01 | 1 | -1/+1 |
* | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner | 2010-05-01 | 1 | -0/+79 |
* | rename test | Chris Lattner | 2010-05-01 | 1 | -0/+0 |
* | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -0/+182 |
* | The inliner has traditionally not considered call sites | Chris Lattner | 2010-05-01 | 1 | -2/+43 |
* | Dan recently disabled recursive inlining within a function, but we | Chris Lattner | 2010-04-30 | 2 | -92/+32 |
* | no longer xfail | Chris Lattner | 2010-04-23 | 1 | -2/+1 |
* | testcase for the bug that required a patch to be reverted. | Chris Lattner | 2010-04-23 | 1 | -0/+31 |
* | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner | 2010-04-23 | 1 | -0/+1 |
* | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 1 | -2/+30 |
* | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner | 2010-04-22 | 1 | -0/+29 |
* | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner | 2010-04-21 | 1 | -0/+23 |
* | Revert r101471. For tight recursive functions which have multiple | Dan Gohman | 2010-04-21 | 1 | -29/+0 |
* | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman | 2010-04-16 | 1 | -0/+29 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher | 2010-03-25 | 1 | -0/+18 |
* | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher | 2010-03-24 | 1 | -18/+0 |
* | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner | 2010-03-23 | 1 | -0/+18 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | implement a nice little efficiency hack in the inliner. Since we're now | Chris Lattner | 2009-11-12 | 1 | -0/+22 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 1 | -0/+1 |
* | Fix a pretty serious misfeature of the inliner: if it inlines a function | Chris Lattner | 2009-10-27 | 1 | -1/+32 |
* | convert to filecheck. | Chris Lattner | 2009-10-27 | 1 | -5/+8 |
* | Make these tests more interesting by using | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | Simplify some code (first hunk) and fix PR5208 (second hunk) by | Chris Lattner | 2009-10-17 | 1 | -1/+32 |
* | When considering whether to inline Callee into Caller, | Dale Johannesen | 2009-10-09 | 1 | -0/+111 |
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 48 | -53/+53 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -2/+2 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 27 | -33/+33 |
* | Fix PR4909, patch by Jakub Staszak. | Owen Anderson | 2009-09-08 | 1 | -0/+15 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 49 | -54/+54 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 1 | -1/+3 |
* | testcase for PR3601 | Chris Lattner | 2009-09-01 | 1 | -0/+33 |
* | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -0/+57 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -0/+16 |
* | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner | 2009-08-27 | 1 | -0/+26 |