| Age | Commit message (Expand) | Author |
| 2011-09-19 | Replace more uses of 'unwind' in the tests with calls to landingpad and | Bill Wendling |
| 2011-09-19 | This testcase is dead. It doesn't inline even if I add the 'alwaysinline' | Bill Wendling |
| 2011-09-02 | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling |
| 2011-09-02 | Update to new EH scheme. | Bill Wendling |
| 2011-09-01 | Update to new EH scheme. | Bill Wendling |
| 2011-08-27 | Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If | Bill Wendling |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-17 | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner |
| 2011-06-09 | SplitCriticalEdge can sometimes split the edge from an invoke to a landing | John McCall |
| 2011-06-01 | First, do no harm -- even if we can't find a selector for an enclosing | John McCall |
| 2011-05-30 | Add the test case for phis in the outer landing pad during the inliner's | John McCall |
| 2011-05-28 | Implement and document the llvm.eh.resume intrinsic, which is | John McCall |
| 2011-05-27 | Fix the inliner to maintain the current de facto invoke semantics: | John McCall |
| 2011-05-22 | Commit test change, forgotten as part of r131838. | Nick Lewycky |
| 2011-05-22 | Teach the inliner to emit llvm.lifetime.start/end, to scope the local variables | Nick Lewycky |
| 2011-01-14 | relax testcase a bit. | Chris Lattner |
| 2010-12-20 | when eliding a byval copy due to inlining a readonly function, we have | Chris Lattner |
| 2010-12-20 | pull byval processing out to its own helper function. | Chris Lattner |
| 2010-12-20 | fix PR8769, a miscompilation by inliner when inlining a function with a byval | Chris Lattner |
| 2010-12-20 | merge two tests. | Chris Lattner |
| 2010-12-20 | filecheckize | Chris Lattner |
| 2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
| 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 |