summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
AgeCommit message (Expand)Author
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-06-14Heuristic: If the number of operands in the alias are more than the number ofBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2010-01-01Teach codegen to lower llvm.powi to an efficient (but not optimal) Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen