aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/FunctionAttrs
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-098-25/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+159
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-1/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-242-0/+21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-066-14/+72
* Change the gettimeofday test to only test on a posix platform.Michael Gottesman2013-07-031-1/+3
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-031-0/+3
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-212-0/+39
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-203-8/+14
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-191-0/+18
* FileCheck-ize the tests.Bill Wendling2013-02-112-4/+10
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-291-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-2/+2
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-0/+61
* Move this test from date-name to feature-name, and port it to FileCheck.Nick Lewycky2011-12-231-2/+14
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-272-2/+2
* Update some tests to the new EH scheme.Bill Wendling2011-09-011-0/+4
* Fix test.Eli Friedman2011-08-161-1/+1
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-161-0/+21
* 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