| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a scalar to vector with zero extension testcase | Evan Cheng | 2006-03-25 | 1 | -0/+21 |
* | Add new intrinsic node definitions for tblgen use | Chris Lattner | 2006-03-25 | 1 | -0/+12 |
* | 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 |
* | Added 128-bit packed integer subtraction. | Evan Cheng | 2006-03-25 | 2 | -0/+26 |
* | Added CVTTPS2PI. | Evan Cheng | 2006-03-25 | 1 | -0/+8 |
* | Added CVTSS2SI. | Evan Cheng | 2006-03-25 | 1 | -0/+5 |
* | X86 SSE1 comparison intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+216 |
* | X86 SSE1 arithmetic and logical operation intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+135 |
* | Support for scalar to vector with zero extension. | Evan Cheng | 2006-03-24 | 4 | -51/+118 |
* | Change approach so that we get codegen for free for intrinsics. With this, | Chris Lattner | 2006-03-24 | 2 | -38/+94 |
* | fix inverted conditional | Chris Lattner | 2006-03-24 | 1 | -2/+2 |
* | D'oh - should be even numbered. | Jim Laskey | 2006-03-24 | 1 | -15/+15 |
* | Added LDMXCSR | Evan Cheng | 2006-03-24 | 1 | -0/+7 |
* | ldmxcsr is a SSE instruction. | Evan Cheng | 2006-03-24 | 1 | -6/+5 |
* | Added ldmxcsr intrinsic. | Evan Cheng | 2006-03-24 | 1 | -1/+6 |
* | fix 80 column violations | Chris Lattner | 2006-03-24 | 1 | -5/+6 |
* | plug the intrinsics into the patterns for movmsk* | Chris Lattner | 2006-03-24 | 1 | -2/+4 |
* | Parse intrinsics correctly and perform type propagation. This doesn't currently | Chris Lattner | 2006-03-24 | 2 | -3/+49 |
* | Add dwarf register numbering to register data. | Jim Laskey | 2006-03-24 | 6 | -333/+689 |
* | Add support for dwarf register numbering. | Jim Laskey | 2006-03-24 | 1 | -0/+21 |
* | Hack no more. | Jim Laskey | 2006-03-24 | 1 | -2/+0 |
* | Make sure to initialize the TheDef field! | Chris Lattner | 2006-03-24 | 1 | -0/+1 |
* | add another note | Chris Lattner | 2006-03-24 | 1 | -0/+15 |
* | add a note | Chris Lattner | 2006-03-24 | 1 | -0/+12 |
* | Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of | Chris Lattner | 2006-03-24 | 3 | -83/+89 |
* | Specify the value type for each llvm type. This needs work for pointers. | Chris Lattner | 2006-03-24 | 1 | -21/+23 |
* | Shuffle some includes around | Chris Lattner | 2006-03-24 | 2 | -4/+2 |
* | Pull in valuetypes.td here, we will use it shortly. | Chris Lattner | 2006-03-24 | 1 | -0/+2 |
* | Only to vector shuffle for {x,x,y,y} cases when SCALAR_TO_VECTOR is free. | Evan Cheng | 2006-03-24 | 1 | -1/+2 |
* | expose intrinsic info to the targets. | Chris Lattner | 2006-03-24 | 1 | -0/+3 |
* | Fix a bad JIT encoding of VPERM. Why is VPERM D,A,B,C but vfmadd is D,A,C,B ?? | Chris Lattner | 2006-03-24 | 1 | -2/+2 |
* | Like the comment says, prefer to use the implicit add done by [r+r] addressing | Chris Lattner | 2006-03-24 | 1 | -4/+14 |
* | New testcase | Chris Lattner | 2006-03-24 | 1 | -0/+17 |
* | Tweak a comment. | Jim Laskey | 2006-03-24 | 1 | -1/+1 |
* | Fix indent. | Jim Laskey | 2006-03-24 | 1 | -1/+1 |
* | Clean up some commentary. | Jim Laskey | 2006-03-24 | 3 | -3/+21 |
* | Rename for truth in advertising. | Jim Laskey | 2006-03-24 | 2 | -3/+3 |
* | Fixed some grammer and spelling. | Jim Laskey | 2006-03-24 | 1 | -5/+6 |
* | Zero vector testcase | Evan Cheng | 2006-03-24 | 1 | -0/+16 |
* | Disable the i32->float G5 optimization. It is unsafe, as documented in the | Chris Lattner | 2006-03-24 | 1 | -1/+7 |
* | add support for using vxor to build zero vectors. This implements | Chris Lattner | 2006-03-24 | 3 | -4/+44 |
* | new testcase | Chris Lattner | 2006-03-24 | 1 | -0/+8 |
* | Add a facility for invoking the llvm-config tool when linking a program. | Reid Spencer | 2006-03-24 | 1 | -0/+8 |
* | Handle BUILD_VECTOR with all zero elements. | Evan Cheng | 2006-03-24 | 4 | -11/+73 |
* | prefer to generate constant pool loads over splats. This prevents us from | Chris Lattner | 2006-03-24 | 1 | -34/+33 |
* | Fix a typo, thanks to Gabor Greif | Chris Lattner | 2006-03-24 | 1 | -1/+1 |
* | fix spello | Chris Lattner | 2006-03-24 | 1 | -1/+1 |
* | Fix spello | Chris Lattner | 2006-03-24 | 1 | -2/+2 |