Change how the linker handles the old llvm.global_ctors.
[oota-llvm.git] / test / Analysis / BasicAA / pure-const-dce.ll
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2012-04-24 Bill WendlingFileCheck-ize these tests. Harden some of them.
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.