aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnroll
AgeCommit message (Expand)Author
2008-07-29Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman
2008-06-24Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman
2008-06-23Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-19Upgrade tests.Tanya Lattner
2008-01-27Be more careful modifying the use_list while also iterating through it.Nick Lewycky
2007-11-05If a value is incoming from outside the loop then the value does not need rem...Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-18Add a testcase for unrolling loops with unknown tripcounts.Dan Gohman
2007-05-05new testcase for PR1385Chris Lattner
2007-04-16Add PR number for reference.Devang Patel
2007-04-16New test case.Devang Patel
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-24Implement unrolling of multiblock loops. This significantly improves theOwen Anderson
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-03-06New testcase for PR532Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-05-13New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner