Teach ConstantFolding to do a better job when folding gep(bitcast).
[oota-llvm.git] / test / Transforms / LoopUnroll /
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-03-13 Chris Lattnerremove a test that depends on -debug.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-23 Dan GohmanRevamp the loop unroller, extending it to correctly...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-19 Tanya LattnerUpgrade tests.
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-18 Dan GohmanAdd a testcase for unrolling loops with unknown tripcounts.
2007-05-05 Chris Lattnernew testcase for PR1385
2007-04-16 Devang PatelAdd PR number for reference.
2007-04-16 Devang PatelNew test case.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-03-06 Chris LattnerNew testcase for PR532
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-05-13 Chris LattnerNew testcase that used to cause the unroller to try...