aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAgeFilesLines
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-211-0/+4
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-5/+3
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-4/+8
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-0/+1
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-45/+34
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+8
* Long live the exception handling!Anton Korobeynikov2007-07-141-0/+8
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-041-2/+0
* Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner2007-06-181-2/+3
* Add local var annotation intrinsic.Tanya Lattner2007-06-151-0/+5
* For PR1284:Reid Spencer2007-04-121-2/+5
* Drop the "bit" prefix for the part.select intrinsic.Reid Spencer2007-04-101-1/+1
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-041-1/+3
* For PR1297:Reid Spencer2007-04-011-19/+6
* Add support for the v1i64 type. This makes better code for this:Bill Wendling2007-03-261-0/+1
* Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so thatBill Wendling2007-03-081-0/+4
* Add eh filter intrinsic.Jim Laskey2007-03-011-3/+5
* Provide a more meaningful name.Jim Laskey2007-02-281-1/+1
* Add new intrinsics for eh support.Jim Laskey2007-02-211-1/+3
* For PR1195:Reid Spencer2007-02-151-9/+9
* Wrong value type.Jim Laskey2007-02-121-1/+1
* 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