summaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg
Commit message (Expand)AuthorAge
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-15
* Add test for r133251.Nick Lewycky2011-06-18
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-04
* Add missing space; works for me.Dale Johannesen2010-05-28
* Do not drop location info for inlined function args.Devang Patel2010-05-27
* Update test to use valid debug info.Devang Patel2010-05-07
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-27
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-26
* Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez2010-01-25
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-23
* fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner2009-11-02
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-21
* 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
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* no need to print outputChris Lattner2008-10-27
* 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
* Upgrade tests.Tanya Lattner2008-03-19
* Upgrade tests.Tanya Lattner2008-03-19
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-26
* Convert .cvsignore filesJohn Criswell2007-06-29
* Move Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingTypes.ll. -scalarreplChris Lattner2007-05-05
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* 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
* new testcase for pr670Chris Lattner2005-11-29
* new testcase for PR590Chris Lattner2005-06-30
* 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
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-06
* New testcase, no PHI should be inserted.Chris Lattner2004-10-17
* new testcaseChris Lattner2003-10-05
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* New testcaseChris Lattner2003-06-25
* New testcaseChris Lattner2003-04-25
* New testcaseChris Lattner2003-04-18
* New testcaseChris Lattner2003-04-10
* Add a test for a feature that I hope will be implemented somedayChris Lattner2003-02-28
* New bug testcaseChris Lattner2002-05-01