aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs
AgeCommit message (Expand)Author
2010-01-06Fix a README item: have functionattrs look through selects andDuncan Sands
2010-01-06Partially address a README by having functionattrs consider calls toDuncan Sands
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-05-07Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands
2009-05-06Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands
2009-05-04Restore minor deletion.Mike Stump
2009-01-07Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands
2009-01-02When calculating 'nocapture' argument attributes, allowDuncan Sands
2009-01-02Remove the cyclic part of this test, it was passing for the wrong Nick Lewycky
2009-01-02Make adding nocapture a bit stronger. FreeInst is nocapture. Also, Nick Lewycky
2009-01-02Add tests for two types of traps that escape analysisDuncan Sands
2008-12-31Look through phi nodes and select instructions whenDuncan Sands
2008-12-31Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands