aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailDup
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1113-13/+13
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0813-13/+13
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-311-0/+14
* Revert 52223.Evan Cheng2008-06-121-2/+2
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-121-1/+1
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-111-0/+27
* 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
* Fix test.Evan Cheng2008-05-161-1/+1
* Fix for PR 2323, infinite loop in tail dup.Dale Johannesen2008-05-131-0/+26
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-191-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1010-190/+145
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-311-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1811-0/+267