aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/FunctionAttrs
Commit message (Expand)AuthorAgeFilesLines
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-64/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-7/+0
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-102-2/+2
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-1/+1
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-081-1/+1
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-301-0/+10
* Fix a README item: have functionattrs look through selects andDuncan Sands2010-01-061-2/+27
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-2/+31
* 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