Age | Commit message (Expand) | Author |
2013-03-21 | Move library call prototype attribute inference to functionattrs | Meador Inge |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling |
2013-02-19 | Fix a bug in mayHaveSideEffects. Functions that do not return are now conside... | Nadav Rotem |
2013-02-11 | FileCheck-ize the tests. | Bill Wendling |
2013-01-29 | Convert getAttributes() to return an AttributeSetNode. | Bill Wendling |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-12-28 | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky |
2011-12-23 | Move this test from date-name to feature-name, and port it to FileCheck. | Nick Lewycky |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-09-01 | Update some tests to the new EH scheme. | Bill Wendling |
2011-08-16 | Fix test. | Eli Friedman |
2011-08-16 | Revert a bit of r137667; the logic in question can safely handle atomic load/... | Eli Friedman |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
2010-11-08 | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman |
2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands |
2010-01-06 | Fix a README item: have functionattrs look through selects and | Duncan Sands |
2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-05-07 | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands |
2009-05-06 | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-01-07 | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands |
2009-01-02 | When calculating 'nocapture' argument attributes, allow | Duncan Sands |
2009-01-02 | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky |
2009-01-02 | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky |
2009-01-02 | Add tests for two types of traps that escape analysis | Duncan Sands |
2008-12-31 | Look through phi nodes and select instructions when | Duncan Sands |
2008-12-31 | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands |