When BasicAA can determine that two pointers have the same base but
[oota-llvm.git] / test / Analysis / BasicAA / pure-const-dce.ll
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...
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-13 Owen AndersonThe functionality being tested was removed because...
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.