Age | Commit message (Expand) | Author | Files | Lines |
2014-11-03 | Normally an 'optnone' function goes through fast-isel, which does not | Paul Robinson | 1 | -0/+135 |
2014-08-13 | [optnone] Make the optnone attribute effective at suppressing function | Chandler Carruth | 1 | -0/+24 |
2014-05-30 | When analyzing params/args for readnone/readonly, don't forget to consider th... | Nick Lewycky | 2 | -1/+15 |
2014-01-28 | Update optimization passes to handle inalloca arguments | Reid Kleckner | 1 | -0/+6 |
2014-01-14 | Make nocapture analysis work with addrspacecast | Matt Arsenault | 1 | -0/+15 |
2013-08-16 | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 1 | -1/+0 |
2013-08-12 | Fix FileCheck --check-prefix lines. | Tim Northover | 1 | -1/+1 |
2013-07-14 | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 1 | -1/+1 |
2013-07-06 | Extend 'readonly' and 'readnone' to work on function arguments as well as | Nick Lewycky | 6 | -14/+72 |
2013-07-03 | Change the gettimeofday test to only test on a posix platform. | Michael Gottesman | 1 | -1/+3 |
2013-07-03 | Added support in FunctionAttrs for adding relevant function/argument attribut... | Michael Gottesman | 1 | -0/+3 |
2013-03-21 | Move library call prototype attribute inference to functionattrs | Meador Inge | 2 | -0/+39 |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 3 | -8/+14 |
2013-02-19 | Fix a bug in mayHaveSideEffects. Functions that do not return are now conside... | Nadav Rotem | 1 | -0/+18 |
2013-02-11 | FileCheck-ize the tests. | Bill Wendling | 2 | -4/+10 |
2013-01-29 | Convert getAttributes() to return an AttributeSetNode. | Bill Wendling | 1 | -2/+2 |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 1 | -2/+2 |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2 | -3/+1 |
2011-12-28 | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky | 1 | -0/+61 |
2011-12-23 | Move this test from date-name to feature-name, and port it to FileCheck. | Nick Lewycky | 1 | -2/+14 |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2 | -2/+2 |
2011-09-01 | Update some tests to the new EH scheme. | Bill Wendling | 1 | -0/+4 |
2011-08-16 | Fix test. | Eli Friedman | 1 | -1/+1 |
2011-08-16 | Revert a bit of r137667; the logic in question can safely handle atomic load/... | Eli Friedman | 1 | -0/+21 |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 1 | -64/+0 |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 1 | -7/+0 |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 2 | -2/+2 |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman | 1 | -1/+1 |
2010-11-08 | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman | 1 | -1/+1 |
2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands | 1 | -0/+10 |
2010-01-06 | Fix a README item: have functionattrs look through selects and | Duncan Sands | 1 | -2/+27 |
2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands | 1 | -2/+31 |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 9 | -11/+11 |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 9 | -11/+11 |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 9 | -11/+11 |
2009-05-07 | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands | 1 | -9/+18 |
2009-05-06 | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands | 1 | -0/+7 |
2009-05-04 | Teach capture tracking that readonly functions can | Duncan Sands | 1 | -4/+20 |
2009-01-07 | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands | 1 | -18/+9 |
2009-01-02 | When calculating 'nocapture' argument attributes, allow | Duncan Sands | 1 | -0/+23 |
2009-01-02 | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky | 1 | -11/+1 |
2009-01-02 | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 1 | -1/+23 |
2009-01-02 | Add tests for two types of traps that escape analysis | Duncan Sands | 1 | -0/+23 |
2008-12-31 | Look through phi nodes and select instructions when | Duncan Sands | 1 | -15/+22 |
2008-12-31 | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 8 | -0/+102 |