summaryrefslogtreecommitdiff
path: root/test/Analysis/GlobalsModRef
Commit message (Expand)AuthorAge
* BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer2014-01-03
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-02
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-29
* MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem2012-08-13
* FileCheck-ize tests.Bill Wendling2012-04-24
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* 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
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-19
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-19
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-13
* Testcase for commits 55700 and 55714.Duncan Sands2008-09-03
* Since onlyReadsMemory returns true if in factDuncan Sands2008-09-03
* Cleanup GlobalsModRef a bit. When analysing theDuncan Sands2008-09-03
* Remove GCSE and LoadVN from the testsuite.Owen Anderson2008-08-16
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade.Tanya Lattner2008-02-14
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-23
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New testcaseChris Lattner2006-10-01
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* GlobalMR should be able to analyze this function.Chris Lattner2005-03-23
* Make this testcase a bit more challangingChris Lattner2004-12-17
* Change the test to check to see that CSE happens not dead call elimChris Lattner2004-12-17
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* new testcaseChris Lattner2004-07-27
* Have some testcasesChris Lattner2004-07-27