Age | Commit message (Expand) | Author |
---|---|---|
2013-02-22 | Use references to attribute groups on the call/invoke instructions. | Bill Wendling |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling |
2012-04-24 | FileCheck-ize these tests. Harden some of them. | Bill Wendling |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2008-04-17 | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson |
2008-04-13 | The functionality being tested was removed because it was horribly unsafe. | Owen Anderson |
2007-11-26 | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson |
2007-11-22 | Teach alias analysis about readnone/readonly functions. | Duncan Sands |