| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify this method | Chris Lattner | 2006-04-02 | 1 | -3/+1 |
* | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and | Chris Lattner | 2006-04-01 | 2 | -12/+12 |
* | Added haddp{s|d} and hsubp{s|d} intrinsics. | Evan Cheng | 2006-03-31 | 1 | -0/+19 |
* | Modify the TargetLowering::getPackedTypeBreakdown method to also return the | Chris Lattner | 2006-03-31 | 1 | -3/+6 |
* | Add a method useful for decimating vectors. | Chris Lattner | 2006-03-31 | 1 | -0/+10 |
* | fix incorrect prototypes | Chris Lattner | 2006-03-30 | 1 | -12/+12 |
* | Add vector multiply, multiply sum, pack, unpack, and lvsl/lvsr intrinsics. | Chris Lattner | 2006-03-30 | 1 | -0/+91 |
* | Add support for _mm_cmp{cc}_ss and _mm_cmp{cc}_ps intrinsics | Evan Cheng | 2006-03-30 | 1 | -106/+4 |
* | Add 128-bit pmovmskb intrinsic support. | Evan Cheng | 2006-03-30 | 1 | -0/+2 |
* | Change SSE pack operation definitions to fit what the intrinsics expected. | Evan Cheng | 2006-03-29 | 1 | -3/+3 |
* | Add SSE2 integer pack with saturation intrinsics. | Evan Cheng | 2006-03-29 | 1 | -0/+10 |
* | Add more SSE intrinsics | Evan Cheng | 2006-03-29 | 1 | -94/+118 |
* | Add a new node | Chris Lattner | 2006-03-28 | 1 | -0/+9 |
* | Refactor address attributes. Add base register to frame info. | Jim Laskey | 2006-03-28 | 1 | -0/+5 |
* | Expose base register for DwarfWriter. Refactor code accordingly. | Jim Laskey | 2006-03-28 | 1 | -1/+11 |
* | Add a few more altivec intrinsics | Nate Begeman | 2006-03-28 | 1 | -1/+24 |
* | These don't directly map to gcc intrinsics any more. | Chris Lattner | 2006-03-28 | 1 | -12/+14 |
* | Add some more intrinsics: rotates, fp rounds, and random other fp instructions. | Chris Lattner | 2006-03-28 | 1 | -1/+23 |
* | getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64. | Evan Cheng | 2006-03-28 | 1 | -0/+3 |
* | Add lvxl | Chris Lattner | 2006-03-28 | 1 | -0/+2 |
* | Tblgen doesn't like multiple SDNode<> definitions that map to the same | Chris Lattner | 2006-03-28 | 1 | -8/+22 |
* | Reenable pointer intrinsics. | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | revert this, it breaks things | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | Should not remove casts from variable's alloca. | Jim Laskey | 2006-03-27 | 1 | -1/+1 |
* | Add support for intrinsics with pointer arguments in target .td files. | Chris Lattner | 2006-03-27 | 1 | -3/+3 |
* | Add some missing template specializations for autodereferencing User. | Chris Lattner | 2006-03-27 | 1 | -1/+25 |
* | add a new iPTR ValueType for tblgen use | Chris Lattner | 2006-03-27 | 2 | -1/+9 |
* | Divirge from the GCC specification of the load/store intrinsics: only take | Chris Lattner | 2006-03-27 | 1 | -13/+9 |
* | fix spelling :( | Chris Lattner | 2006-03-27 | 1 | -3/+3 |
* | add some more intrinsics. | Chris Lattner | 2006-03-27 | 1 | -21/+109 |
* | Intrinsics naming convention change. | Evan Cheng | 2006-03-27 | 1 | -65/+69 |
* | Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for | Evan Cheng | 2006-03-27 | 1 | -2/+2 |
* | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman | 2006-03-27 | 1 | -1/+28 |
* | How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. | Jim Laskey | 2006-03-26 | 1 | -6/+11 |
* | Add ISD::isBuildVectorAllZeros predicate | Evan Cheng | 2006-03-26 | 1 | -1/+4 |
* | Add predicate comparison intrinsics. | Chris Lattner | 2006-03-26 | 1 | -0/+44 |
* | Split the PPC and X86 intrinsics out to their own files. | Chris Lattner | 2006-03-26 | 3 | -378/+403 |
* | Add saturating subtracts, non-predicate compares, and some other random | Chris Lattner | 2006-03-26 | 1 | -2/+71 |
* | add int_ppc_altivec_vsldoi intrinsic | Chris Lattner | 2006-03-26 | 1 | -0/+4 |
* | Add a predicate | Chris Lattner | 2006-03-25 | 1 | -0/+7 |
* | Unused function - easier to throw away than fix. | Jim Laskey | 2006-03-25 | 1 | -8/+0 |
* | remove extraneous lets | Chris Lattner | 2006-03-25 | 1 | -208/+1 |
* | Add a bunch of simple altivec intrinsics | Chris Lattner | 2006-03-25 | 1 | -1/+36 |
* | Add support for __builtin_altivec_vnmsubfp | Chris Lattner | 2006-03-25 | 1 | -0/+3 |
* | Add a programatic interface to intrinsic names. | Chris Lattner | 2006-03-25 | 1 | -0/+5 |
* | X86 SSE1 cacheability support ops intrinsics | Evan Cheng | 2006-03-25 | 1 | -2/+21 |
* | X86 SSE1 SIMD store intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+17 |
* | X86 SSE1 SIMD load intrinsics (movhps, movlps, and movups). | Evan Cheng | 2006-03-25 | 1 | -4/+21 |
* | X86 SSE1 conversion operations intrinsics. | Evan Cheng | 2006-03-25 | 1 | -1/+34 |
* | X86 SSE1 comparison intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+216 |