summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
Commit message (Expand)AuthorAge
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ...Evan Cheng2008-08-17