summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
Commit message (Expand)AuthorAge
* 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
* Restore minor deletion.Mike Stump2009-05-04
* 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