aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ADCE
Commit message (Expand)AuthorAgeFilesLines
* Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson2008-07-031-37/+0
* Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson2008-07-021-0/+37
* Replace the old ADCE implementation with a new one that more simply solvesOwen Anderson2008-05-292-44/+0
* 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
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-161-36/+0
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-301-14/+0
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-192-0/+0
* XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson2008-04-161-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-0124-564/+560
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-231-5/+4
* Readonly/readnone functions are allowed to throwDuncan Sands2007-11-221-10/+12
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-0/+13
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1828-0/+856