aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/GlobalsModRef
AgeCommit message (Expand)Author
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2012-08-13MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem
2012-04-24FileCheck-ize tests.Bill Wendling
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
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
2008-09-19Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands
2008-09-19Add a new pass AddReadAttrs which works out which functionsDuncan Sands
2008-09-13Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands
2008-09-03Testcase for commits 55700 and 55714.Duncan Sands
2008-09-03Since onlyReadsMemory returns true if in factDuncan Sands
2008-09-03Cleanup GlobalsModRef a bit. When analysing theDuncan Sands
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-02-14Remove llvm-upgrade.Tanya Lattner
2007-11-23Ding dong, the DoesntAccessMemoryFns andDuncan Sands
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-01New testcaseChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-03-23GlobalMR should be able to analyze this function.Chris Lattner
2004-12-17Make this testcase a bit more challangingChris Lattner
2004-12-17Change the test to check to see that CSE happens not dead call elimChris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-07-27new testcaseChris Lattner
2004-07-27Have some testcasesChris Lattner