- Aug 04, 2007
-
-
Chandler Carruth authored
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported. llvm-svn: 40807
-
Chris Lattner authored
method. llvm-svn: 40806
-
Chris Lattner authored
llvm-svn: 40805
-
Chris Lattner authored
llvm-svn: 40804
-
Chris Lattner authored
in PR1432 by 6% llvm-svn: 40803
-
Chris Lattner authored
llvm-svn: 40802
-
Dale Johannesen authored
Darwin (which makes size within a struct==96) llvm-svn: 40796
-
- Aug 03, 2007
-
-
Dale Johannesen authored
llvm-svn: 40793
-
Dale Johannesen authored
(I've tried to get the info right for all targets, but I'm not expert on all of them - check yours.) llvm-svn: 40792
-
Owen Anderson authored
llvm-svn: 40791
-
Owen Anderson authored
llvm-svn: 40776
-
Reid Spencer authored
llvm-svn: 40775
-
Dale Johannesen authored
llvm-svn: 40774
-
Chris Lattner authored
llvm-svn: 40772
-
- Aug 02, 2007
-
-
Chris Lattner authored
llvm-svn: 40758
-
Dan Gohman authored
llvm-svn: 40757
-
Dan Gohman authored
Generalize isPSHUFDMask and add a unary SHUFPD pattern so that SHUFPD's memory operand alignment can be tested as well, with a fix to avoid breaking MMX's use of isPSHUFDMask. llvm-svn: 40756
-
Dan Gohman authored
llvm-svn: 40754
-
Owen Anderson authored
llvm-svn: 40751
-
Owen Anderson authored
llvm-svn: 40750
-
Owen Anderson authored
llvm-svn: 40749
-
Chris Lattner authored
llvm-svn: 40748
-
Owen Anderson authored
llvm-svn: 40746
-
Christopher Lamb authored
llvm-svn: 40745
-
Chris Lattner authored
llvm-svn: 40743
-
Chris Lattner authored
casts in the input. llvm-svn: 40741
-
Chris Lattner authored
llvm-svn: 40740
-
Chris Lattner authored
llvm-svn: 40739
-
Chris Lattner authored
gvn, gvnpre, dse, and predsimplify. To see these, use: make check-line-length llvm-svn: 40738
-
Devang Patel authored
exit edge to preserve LCSSA. Fix dominance frontier update during loop unswitch. This fixes PR 1589, again llvm-svn: 40737
-
Dan Gohman authored
X86InstrInfo::isReallyTriviallyReMaterializable knows how to handle with the isReMaterializable flag so that it is given a chance to handle them. Without hoisting constant-pool loads from loops this isn't very visible, though it does keep CodeGen/X86/constant-pool-remat-0.ll from making a copy of the constant pool on the stack. llvm-svn: 40736
-
Chris Lattner authored
operations of casts. This implements InstCombine/zext-fold.ll llvm-svn: 40726
-
Anders Carlsson authored
llvm-svn: 40725
-
Anders Carlsson authored
Add extend and extOrTrunc methods that do sign or zero extension depending on whether the integer is signed or not llvm-svn: 40724
-
Evan Cheng authored
llvm-svn: 40723
-
Evan Cheng authored
llvm-svn: 40722
-
Evan Cheng authored
llvm-svn: 40721
-
Chris Lattner authored
llvm-svn: 40720
-
Reid Spencer authored
This fixes test/Feature/llvm2cpp.ll llvm-svn: 40714
-
Scott Michel authored
llvm-svn: 40712
-