Age | Commit message (Expand) | Author |
2012-04-06 | Sink the collection of return instructions until after *all* | Chandler Carruth |
2012-04-06 | Tweak this test to ensure the inliner did indeed fire. Thanks to Richard | Chandler Carruth |
2012-04-06 | Actually finish this sentence in the comment the way I intended. Thanks | Chandler Carruth |
2012-04-06 | Sink the return instruction collection until after we're done deleting | Chandler Carruth |
2012-04-01 | Add some more testing to cover the remaining two cases where | Chandler Carruth |
2012-04-01 | Fix a pretty scary bug I introduced into the always inliner with | Chandler Carruth |
2012-04-01 | Replace four tiny tests with various uses of grep and not with a single | Chandler Carruth |
2012-03-31 | Initial commit for the rewrite of the inline cost analysis to operate | Chandler Carruth |
2012-03-31 | Clean up the naming in this test. Someone pointed this out in review at | Chandler Carruth |
2012-03-31 | FileCheck-ize this test, and generally tidy it up prior to changing | Chandler Carruth |
2012-03-28 | Switch to WeakVHs in the value mapper, and aggressively prune dead basic | Chandler Carruth |
2012-03-25 | Teach the function cloner (and thus the inliner) to simplify PHINodes | Chandler Carruth |
2012-03-25 | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth |
2012-03-24 | FileCheck-ize this test. Note the FIXME I've introduced here: we've | Chandler Carruth |
2012-03-16 | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth |
2012-03-14 | Extend the inline cost calculation to account for bonuses due to | Chandler Carruth |
2012-03-12 | When inlining a function and adding its inner call sites to the | Chandler Carruth |
2012-03-12 | FileCheck-ize this test. | Chandler Carruth |
2012-03-09 | Undo a previous restriction on the inline cost calculation which Nick | Chandler Carruth |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-01-31 | Remove all references to the old EH. | Bill Wendling |
2012-01-31 | Update test to new EH model. | Bill Wendling |
2012-01-25 | Support pointer comparisons against constants, when looking at the inline-cost | Nick Lewycky |
2012-01-20 | Fix CountCodeReductionForAlloca to more accurately represent what SROA can and | Nick Lewycky |
2011-12-18 | Allow inlining of functions with returns_twice calls, if they have the | Joerg Sonnenberger |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-10-21 | Remap blockaddress correctly when inlining a function. Fixes PR10162. | Eli Friedman |
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 |