Convert more tests to avoid llvm-as.
[oota-llvm.git] / test / Transforms / LoopDeletion /
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattneranother random update
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...
2008-12-03 Chris Lattnerdon't spew tons of stuff to the output. This testcase...
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-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-05-06 Owen AndersonTestcase for r50770.
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.