aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs
AgeCommit message (Expand)Author
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-11FileCheck-ize the tests.Bill Wendling
2013-01-29Convert getAttributes() to return an AttributeSetNode.Bill Wendling
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-28Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky
2011-12-23Move this test from date-name to feature-name, and port it to FileCheck.Nick Lewycky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-09-01Update some tests to the new EH scheme.Bill Wendling
2011-08-16Fix test.Eli Friedman
2011-08-16Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-11-10Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman
2010-11-08Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman
2010-11-08Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman
2010-10-30If a function does a volatile load from a global constant, do notDuncan Sands
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