aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAgeFilesLines
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-071-7/+17
* Deemed too cute to live.Jim Laskey2007-02-061-2/+2
* Support var arg intrinsics.Jim Laskey2007-02-061-0/+7
* For PR1028:Reid Spencer2007-01-171-2/+4
* For PR1064:Reid Spencer2007-01-121-15/+19
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner2007-01-071-4/+0
* Convert the intrinsic function definitions to use llvm_i32_ty instead ofReid Spencer2006-12-311-50/+46
* For PR950:Reid Spencer2006-12-311-8/+8
* add powi intrinsics.Chris Lattner2006-09-081-0/+3
* Fix an incorrect prototype for this intrinsic, fixingChris Lattner2006-04-131-1/+1
* Fix a typo: Instr* -> Intr*Chris Lattner2006-04-101-13/+13
* Added intrinsics to match __builtin_ia32_pslldqi128 andEvan Cheng2006-04-041-0/+1
* Reenable pointer intrinsics.Chris Lattner2006-03-281-3/+3
* revert this, it breaks thingsChris Lattner2006-03-281-3/+3
* Add support for intrinsics with pointer arguments in target .td files.Chris Lattner2006-03-271-3/+3
* Split the PPC and X86 intrinsics out to their own files.Chris Lattner2006-03-261-378/+2
* Add saturating subtracts, non-predicate compares, and some other randomChris Lattner2006-03-261-2/+71
* add int_ppc_altivec_vsldoi intrinsicChris Lattner2006-03-261-0/+4
* remove extraneous letsChris Lattner2006-03-251-208/+1
* Add a bunch of simple altivec intrinsicsChris Lattner2006-03-251-1/+36
* Add support for __builtin_altivec_vnmsubfpChris Lattner2006-03-251-0/+3
* X86 SSE1 cacheability support ops intrinsicsEvan Cheng2006-03-251-2/+21
* X86 SSE1 SIMD store intrinsics.Evan Cheng2006-03-251-0/+17
* X86 SSE1 SIMD load intrinsics (movhps, movlps, and movups).Evan Cheng2006-03-251-4/+21
* X86 SSE1 conversion operations intrinsics.Evan Cheng2006-03-251-1/+34
* X86 SSE1 comparison intrinsics.Evan Cheng2006-03-251-0/+216
* X86 SSE1 arithmetic and logical operation intrinsics.Evan Cheng2006-03-251-0/+135
* ldmxcsr is a SSE instruction.Evan Cheng2006-03-241-6/+5
* Added ldmxcsr intrinsic.Evan Cheng2006-03-241-1/+6
* Specify the value type for each llvm type. This needs work for pointers.Chris Lattner2006-03-241-21/+23
* Pull in valuetypes.td here, we will use it shortly.Chris Lattner2006-03-241-0/+2
* Add a couple simple intrinsics for intel. Fix the v2f64 definition.Chris Lattner2006-03-241-1/+19
* Modify usage of llvm.dbg intrinsics.Jim Laskey2006-03-231-3/+4
* minor changes so that GCC builtin can be specified before the Intrinsic info,Chris Lattner2006-03-151-4/+14
* Set TargetPrefix on target-specific intrinsics. That way, in theory, differentChris Lattner2006-03-151-7/+7
* Fix the gcread/gcwrite intrinsic specifications, fixingChris Lattner2006-03-141-5/+5
* Add a first ppc altivec intrinsic. Add packed type support.Chris Lattner2006-03-131-0/+30
* Handle the removal of the debug chain.Jim Laskey2006-03-131-4/+4
* Mark llvm.stacksave as only reading memory, this fixesChris Lattner2006-03-121-1/+1
* Fix another broken intrinsic.Chris Lattner2006-03-101-1/+1
* Fix incorrect definitions of these intrinsics, which broke a bunch ofChris Lattner2006-03-101-2/+4
* Fix an incorrect intrinsic descriptionChris Lattner2006-03-101-2/+3
* initial checkin of the intrinsic description fileChris Lattner2006-03-031-0/+188