summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs
Commit message (Expand)AuthorAge
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-08
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-30
* Fix a README item: have functionattrs look through selects andDuncan Sands2010-01-06
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands2009-05-07
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-06
* Restore minor deletion.Mike Stump2009-05-04
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-07
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-02
* Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky2009-01-02
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-02
* Add tests for two types of traps that escape analysisDuncan Sands2009-01-02
* Look through phi nodes and select instructions whenDuncan Sands2008-12-31
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31