aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg
AgeCommit message (Expand)Author
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-15Add comments and test for atomic load/store and mem2reg.Eli Friedman
2011-06-18Add test for r133251.Nick Lewycky
2010-06-04Copy location info for current function argument from dbg.declare if respecti...Devang Patel
2010-05-28Add missing space; works for me.Dale Johannesen
2010-05-27Do not drop location info for inlined function args.Devang Patel
2010-05-07Update test to use valid debug info.Devang Patel
2010-01-27When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez
2010-01-26In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2010-01-25Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez
2010-01-23In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2009-11-02fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner
2009-09-21Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner
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
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-10-27no need to print outputChris Lattner
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-03-19Upgrade tests.Tanya Lattner
2008-03-19Upgrade tests.Tanya Lattner
2007-08-26Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-05Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
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-11-29new testcase for pr670Chris Lattner
2005-06-30new testcase for PR590Chris 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-11-06Adding XFAIL lines for dejagnu support.Tanya Lattner
2004-10-17New testcase, no PHI should be inserted.Chris Lattner
2003-10-05new testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell