aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopUnswitch
Commit message (Expand)AuthorAgeFilesLines
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0815-15/+15
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-082-52/+645
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-0/+52
* Actually test something. Use PR3170 test case.Devang Patel2008-12-081-36/+25
* Undo previous patch. Devang Patel2008-12-081-1/+1
* Ignore conditions that are outside the loop.Devang Patel2008-11-031-0/+47
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-181-0/+22
* Update dom tree. Fix PR 2372.Devang Patel2008-06-021-0/+26
* 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-196-1640/+1599
* Fix bug in updating dominance frontier after loop Devang Patel2007-10-051-0/+29
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-021-0/+55
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-011-0/+30
* Bunch of tests to check loop passes.Devang Patel2007-07-312-0/+72
* New test.Devang Patel2007-07-181-0/+66
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-188-0/+1987