Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Analysis / GlobalsModRef /
2015-10-28 Chad RosierAdd newline to test. NFC.
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-22 James Molloy[GlobalsAA] Loosen an overly conservative bailout
2015-10-13 James Molloy[GlobalsAA] Don't assume anything about functions that...
2015-09-25 James Molloy[GlobalsAA] Teach GlobalsAA about nocapture
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-17 Michael Kuperstein[GMR] isNonEscapingGlobalNoAlias() should look through...
2015-08-11 Michael Kuperstein[GMR] Be a bit smarter about which globals don't alias...
2015-08-05 Chandler Carruth[GMR] Teach the conservative path of GMR to catch even...
2015-07-28 Chandler Carruth[GMR] Teach GlobalsModRef to distinguish an important...
2015-07-17 Chandler Carruth[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
2015-07-15 Sean SilvaAdd a test for r242281 from an old patch of mine.
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-04-24 Bill WendlingFileCheck-ize tests.
2012-03-28 Rafael EspindolaHandle intrinsics in GlobalsModRef. Fixes pr12351.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-13 Duncan SandsFix PR2792: treat volatile loads as writing memory...
2008-09-03 Duncan SandsTestcase for commits 55700 and 55714.
2008-09-03 Duncan SandsSince onlyReadsMemory returns true if in fact
2008-09-03 Duncan SandsCleanup GlobalsModRef a bit. When analysing the
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-06-29 John CriswellConvert .cvsignore files
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-01 Chris LattnerNew testcase
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-03-23 Chris LattnerGlobalMR should be able to analyze this function.
2004-12-17 Chris LattnerMake this testcase a bit more challanging
2004-12-17 Chris LattnerChange the test to check to see that CSE happens not...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-07-27 Chris Lattnernew testcase
2004-07-27 Chris LattnerHave some testcases