| Commit message (Expand) | Author | Age | Files | Lines |
* | add powi intrinsics. | Chris Lattner | 2006-09-08 | 1 | -0/+3 |
* | Fix an incorrect prototype for this intrinsic, fixing | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Fix a typo: Instr* -> Intr* | Chris Lattner | 2006-04-10 | 1 | -13/+13 |
* | Added intrinsics to match __builtin_ia32_pslldqi128 and | Evan Cheng | 2006-04-04 | 1 | -0/+1 |
* | Reenable pointer intrinsics. | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | revert this, it breaks things | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | Add support for intrinsics with pointer arguments in target .td files. | Chris Lattner | 2006-03-27 | 1 | -3/+3 |
* | Split the PPC and X86 intrinsics out to their own files. | Chris Lattner | 2006-03-26 | 1 | -378/+2 |
* | 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 |
* | 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 |
* | 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 |
* | X86 SSE1 arithmetic and logical operation intrinsics. | Evan Cheng | 2006-03-25 | 1 | -0/+135 |
* | ldmxcsr is a SSE instruction. | Evan Cheng | 2006-03-24 | 1 | -6/+5 |
* | Added ldmxcsr intrinsic. | Evan Cheng | 2006-03-24 | 1 | -1/+6 |
* | Specify the value type for each llvm type. This needs work for pointers. | Chris Lattner | 2006-03-24 | 1 | -21/+23 |
* | Pull in valuetypes.td here, we will use it shortly. | Chris Lattner | 2006-03-24 | 1 | -0/+2 |
* | Add a couple simple intrinsics for intel. Fix the v2f64 definition. | Chris Lattner | 2006-03-24 | 1 | -1/+19 |
* | Modify usage of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -3/+4 |
* | minor changes so that GCC builtin can be specified before the Intrinsic info, | Chris Lattner | 2006-03-15 | 1 | -4/+14 |
* | Set TargetPrefix on target-specific intrinsics. That way, in theory, different | Chris Lattner | 2006-03-15 | 1 | -7/+7 |
* | Fix the gcread/gcwrite intrinsic specifications, fixing | Chris Lattner | 2006-03-14 | 1 | -5/+5 |
* | Add a first ppc altivec intrinsic. Add packed type support. | Chris Lattner | 2006-03-13 | 1 | -0/+30 |
* | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -4/+4 |
* | Mark llvm.stacksave as only reading memory, this fixes | Chris Lattner | 2006-03-12 | 1 | -1/+1 |
* | Fix another broken intrinsic. | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | Fix incorrect definitions of these intrinsics, which broke a bunch of | Chris Lattner | 2006-03-10 | 1 | -2/+4 |
* | Fix an incorrect intrinsic description | Chris Lattner | 2006-03-10 | 1 | -2/+3 |
* | initial checkin of the intrinsic description file | Chris Lattner | 2006-03-03 | 1 | -0/+188 |