summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-12-31
* add powi intrinsics.Chris Lattner2006-09-08
* Fix an incorrect prototype for this intrinsic, fixingChris Lattner2006-04-13
* Fix a typo: Instr* -> Intr*Chris Lattner2006-04-10
* Added intrinsics to match __builtin_ia32_pslldqi128 andEvan Cheng2006-04-04
* Reenable pointer intrinsics.Chris Lattner2006-03-28
* revert this, it breaks thingsChris Lattner2006-03-28
* Add support for intrinsics with pointer arguments in target .td files.Chris Lattner2006-03-27
* Split the PPC and X86 intrinsics out to their own files.Chris Lattner2006-03-26
* Add saturating subtracts, non-predicate compares, and some other randomChris Lattner2006-03-26
* add int_ppc_altivec_vsldoi intrinsicChris Lattner2006-03-26
* remove extraneous letsChris Lattner2006-03-25
* Add a bunch of simple altivec intrinsicsChris Lattner2006-03-25
* Add support for __builtin_altivec_vnmsubfpChris Lattner2006-03-25
* X86 SSE1 cacheability support ops intrinsicsEvan Cheng2006-03-25
* X86 SSE1 SIMD store intrinsics.Evan Cheng2006-03-25
* X86 SSE1 SIMD load intrinsics (movhps, movlps, and movups).Evan Cheng2006-03-25
* X86 SSE1 conversion operations intrinsics.Evan Cheng2006-03-25
* X86 SSE1 comparison intrinsics.Evan Cheng2006-03-25
* X86 SSE1 arithmetic and logical operation intrinsics.Evan Cheng2006-03-25
* ldmxcsr is a SSE instruction.Evan Cheng2006-03-24
* Added ldmxcsr intrinsic.Evan Cheng2006-03-24
* Specify the value type for each llvm type. This needs work for pointers.Chris Lattner2006-03-24
* Pull in valuetypes.td here, we will use it shortly.Chris Lattner2006-03-24
* Add a couple simple intrinsics for intel. Fix the v2f64 definition.Chris Lattner2006-03-24
* Modify usage of llvm.dbg intrinsics.Jim Laskey2006-03-23
* minor changes so that GCC builtin can be specified before the Intrinsic info,Chris Lattner2006-03-15
* Set TargetPrefix on target-specific intrinsics. That way, in theory, differentChris Lattner2006-03-15
* Fix the gcread/gcwrite intrinsic specifications, fixingChris Lattner2006-03-14
* Add a first ppc altivec intrinsic. Add packed type support.Chris Lattner2006-03-13
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* Mark llvm.stacksave as only reading memory, this fixesChris Lattner2006-03-12
* Fix another broken intrinsic.Chris Lattner2006-03-10
* Fix incorrect definitions of these intrinsics, which broke a bunch ofChris Lattner2006-03-10
* Fix an incorrect intrinsic descriptionChris Lattner2006-03-10
* initial checkin of the intrinsic description fileChris Lattner2006-03-03