aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* Heuristic: If the number of operands in the alias are more than the number ofBill Wendling2011-06-141-1/+1
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-141-2/+2
* Teach codegen to lower llvm.powi to an efficient (but not optimal) Chris Lattner2010-01-011-35/+18
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+47