summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs
Commit message (Expand)AuthorAge
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* Make nocapture analysis work with addrspacecastMatt Arsenault2014-01-14
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Change the gettimeofday test to only test on a posix platform.Michael Gottesman2013-07-03
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-03
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-21
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-19
* FileCheck-ize the tests.Bill Wendling2013-02-11
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-28
* Move this test from date-name to feature-name, and port it to FileCheck.Nick Lewycky2011-12-23
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Update some tests to the new EH scheme.Bill Wendling2011-09-01
* Fix test.Eli Friedman2011-08-16
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-16
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that itDan Gohman2010-11-08
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-30
* Fix a README item: have functionattrs look through selects andDuncan Sands2010-01-06
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* 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
* Fix PR3754: don't mark functions that wrap MallocInst withDuncan Sands2009-05-06
* Restore minor deletion.Mike Stump2009-05-04
* Remove alloca tracking from nocapture analysis. Not onlyDuncan Sands2009-01-07
* When calculating 'nocapture' argument attributes, allowDuncan Sands2009-01-02
* 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