| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 3 | -3/+3 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 1 | -2/+2 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 4 | -5/+5 |
* | Fix the inliner so that the optsize function attribute don't alter the | Patrik Hägglund | 2012-05-23 | 1 | -0/+33 |
* | Sink the collection of return instructions until after *all* | Chandler Carruth | 2012-04-06 | 1 | -0/+37 |
* | Tweak this test to ensure the inliner did indeed fire. Thanks to Richard | Chandler Carruth | 2012-04-06 | 1 | -0/+1 |
* | Actually finish this sentence in the comment the way I intended. Thanks | Chandler Carruth | 2012-04-06 | 1 | -1/+1 |
* | Sink the return instruction collection until after we're done deleting | Chandler Carruth | 2012-04-06 | 1 | -0/+37 |
* | Add some more testing to cover the remaining two cases where | Chandler Carruth | 2012-04-01 | 1 | -0/+45 |
* | Fix a pretty scary bug I introduced into the always inliner with | Chandler Carruth | 2012-04-01 | 1 | -0/+38 |
* | Replace four tiny tests with various uses of grep and not with a single | Chandler Carruth | 2012-04-01 | 5 | -46/+42 |
* | Initial commit for the rewrite of the inline cost analysis to operate | Chandler Carruth | 2012-03-31 | 5 | -55/+153 |
* | Clean up the naming in this test. Someone pointed this out in review at | Chandler Carruth | 2012-03-31 | 1 | -3/+3 |
* | FileCheck-ize this test, and generally tidy it up prior to changing | Chandler Carruth | 2012-03-31 | 1 | -21/+26 |
* | Switch to WeakVHs in the value mapper, and aggressively prune dead basic | Chandler Carruth | 2012-03-28 | 1 | -10/+0 |
* | Teach the function cloner (and thus the inliner) to simplify PHINodes | Chandler Carruth | 2012-03-25 | 1 | -3/+33 |
* | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth | 2012-03-25 | 1 | -0/+45 |
* | FileCheck-ize this test. Note the FIXME I've introduced here: we've | Chandler Carruth | 2012-03-24 | 1 | -4/+14 |
* | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth | 2012-03-16 | 1 | -46/+0 |
* | Extend the inline cost calculation to account for bonuses due to | Chandler Carruth | 2012-03-14 | 1 | -0/+56 |
* | When inlining a function and adding its inner call sites to the | Chandler Carruth | 2012-03-12 | 1 | -0/+75 |
* | FileCheck-ize this test. | Chandler Carruth | 2012-03-12 | 1 | -10/+10 |
* | Undo a previous restriction on the inline cost calculation which Nick | Chandler Carruth | 2012-03-09 | 1 | -0/+41 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Remove all references to the old EH. | Bill Wendling | 2012-01-31 | 1 | -4/+0 |
* | Update test to new EH model. | Bill Wendling | 2012-01-31 | 1 | -2/+2 |
* | Support pointer comparisons against constants, when looking at the inline-cost | Nick Lewycky | 2012-01-25 | 1 | -0/+39 |
* | Fix CountCodeReductionForAlloca to more accurately represent what SROA can and | Nick Lewycky | 2012-01-20 | 1 | -0/+44 |
* | Allow inlining of functions with returns_twice calls, if they have the | Joerg Sonnenberger | 2011-12-18 | 1 | -0/+41 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -3/+3 |
* | Remap blockaddress correctly when inlining a function. Fixes PR10162. | Eli Friedman | 2011-10-21 | 1 | -0/+27 |
* | Replace more uses of 'unwind' in the tests with calls to landingpad and | Bill Wendling | 2011-09-19 | 4 | -11/+25 |
* | This testcase is dead. It doesn't inline even if I add the 'alwaysinline' | Bill Wendling | 2011-09-19 | 1 | -23/+0 |
* | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling | 2011-09-02 | 1 | -1/+1 |
* | Update to new EH scheme. | Bill Wendling | 2011-09-02 | 1 | -95/+34 |
* | Update to new EH scheme. | Bill Wendling | 2011-09-01 | 9 | -4/+49 |
* | Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If | Bill Wendling | 2011-08-27 | 1 | -34/+101 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -4/+6 |
* | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner | 2011-06-17 | 3 | -138/+0 |
* | SplitCriticalEdge can sometimes split the edge from an invoke to a landing | John McCall | 2011-06-09 | 1 | -1/+92 |
* | First, do no harm -- even if we can't find a selector for an enclosing | John McCall | 2011-06-01 | 1 | -2/+29 |
* | Add the test case for phis in the outer landing pad during the inliner's | John McCall | 2011-05-30 | 1 | -1/+111 |
* | Implement and document the llvm.eh.resume intrinsic, which is | John McCall | 2011-05-28 | 1 | -13/+18 |
* | Fix the inliner to maintain the current de facto invoke semantics: | John McCall | 2011-05-27 | 1 | -0/+103 |
* | 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 |