aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/const-select.ll
AgeCommit message (Expand)Author
2010-04-17Start function numbering at 0.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-03-25Revert 67132. This is breaking some objective-c apps.Evan Cheng
2009-03-17Don't force promotion of return arguments on the callee.Rafael Espindola
2009-03-12Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))"Chris Lattner