aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/FunctionAttrs
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-119-11/+11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-089-11/+11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-089-11/+11
* Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands2009-05-071-9/+18
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-061-0/+7
* Restore minor deletion.Mike Stump2009-05-041-4/+20
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-071-18/+9
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-021-0/+23
* Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky2009-01-021-11/+1
* Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky2009-01-021-1/+23
* Add tests for two types of traps that escape analysisDuncan Sands2009-01-021-0/+23
* Look through phi nodes and select instructions whenDuncan Sands2008-12-311-15/+22
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-318-0/+102