aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Mem2Reg
Commit message (Expand)AuthorAgeFilesLines
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-211-0/+24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1112-12/+12
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-086-6/+6
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0812-12/+12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+1
* no need to print outputChris Lattner2008-10-271-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests.Tanya Lattner2008-03-198-154/+118
* Upgrade tests.Tanya Lattner2008-03-193-26/+20
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-261-0/+47
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1812-0/+288