summaryrefslogtreecommitdiff
path: root/test/Analysis/GlobalsModRef
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie7-12/+12
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-01-03BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer1-1/+1
2014-01-02BasicAA: Fix value equality and phi cyclesArnold Schwaighofer1-1/+1
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren1-6/+2
2012-08-13MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem1-0/+34
2012-04-24FileCheck-ize tests.Bill Wendling6-9/+28
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola1-0/+33
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner1-1/+4
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman4-4/+4
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman6-6/+6
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman5-5/+5
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman6-6/+6
2008-09-19Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands1-1104/+0
2008-09-19Add a new pass AddReadAttrs which works out which functionsDuncan Sands4-38/+0
2008-09-13Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands1-0/+9
2008-09-03Testcase for commits 55700 and 55714.Duncan Sands1-0/+1104
2008-09-03Since onlyReadsMemory returns true if in factDuncan Sands1-0/+9
2008-09-03Cleanup GlobalsModRef a bit. When analysing theDuncan Sands3-0/+38
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson5-5/+5
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-02-14Remove llvm-upgrade.Tanya Lattner4-51/+45
2007-11-23Ding dong, the DoesntAccessMemoryFns andDuncan Sands1-12/+12
2007-06-29Convert .cvsignore filesJohn Criswell1-3/+0
2007-04-15For PR1319:Reid Spencer2-3/+4
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer1-1/+1
2006-12-31For PR950:Reid Spencer1-1/+3
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer5-5/+5
2006-10-01New testcaseChris Lattner1-0/+23
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner1-1/+1
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer1-0/+3
2005-03-23GlobalMR should be able to analyze this function.Chris Lattner1-0/+20
2004-12-17Make this testcase a bit more challangingChris Lattner1-1/+9
2004-12-17Change the test to check to see that CSE happens not dead call elimChris Lattner1-1/+1
2004-11-19Adding srcdir argTanya Lattner1-1/+1
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner1-0/+3
2004-07-27new testcaseChris Lattner1-0/+15
2004-07-27Have some testcasesChris Lattner2-0/+22