Always compute all the bits in ComputeMaskedBits.
[oota-llvm.git] / test / Transforms / Internalize /
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-03-07 Rafael EspindolaAdd test for r127138.
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-01-05 Duncan SandsTeach the internalize pass to also internalize
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
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-14 Devang PatelSimplify internalize pass. Add test case.