summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* Reapply 55899: First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Mark math lib intrinsics readonly, on the groundsDale Johannesen2008-09-05
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-04
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* add missing atomic intrinsic from gccAndrew Lenharth2008-06-14
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05
* Fix 80 column violations.Evan Cheng2008-03-04
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-21
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* For PR1839: add initial support for __builtin_trap. llvm-gcc part is missedAnton Korobeynikov2008-01-15
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* More stuff for CellSPU -- this should be enough to get an error-freeScott Michel2007-12-05
* Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov2007-11-15
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-08
* Model stacksave and stackrestore as both writing memory, since we Chris Lattner2007-10-29
* Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman2007-10-12
* Mark the prefetch intrinsic as IntrWriteArgMem, instead of theDan Gohman2007-10-08
* Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen2007-10-02
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-28
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-21
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-11
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-07
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-16
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-27
* Long live the exception handling!Anton Korobeynikov2007-07-14
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-04
* Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner2007-06-18
* Add local var annotation intrinsic.Tanya Lattner2007-06-15
* For PR1284:Reid Spencer2007-04-12
* Drop the "bit" prefix for the part.select intrinsic.Reid Spencer2007-04-10
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-04
* For PR1297:Reid Spencer2007-04-01
* Add support for the v1i64 type. This makes better code for this:Bill Wendling2007-03-26
* Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so thatBill Wendling2007-03-08
* Add eh filter intrinsic.Jim Laskey2007-03-01
* Provide a more meaningful name.Jim Laskey2007-02-28
* Add new intrinsics for eh support.Jim Laskey2007-02-21
* For PR1195:Reid Spencer2007-02-15
* Wrong value type.Jim Laskey2007-02-12
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-07
* Deemed too cute to live.Jim Laskey2007-02-06
* Support var arg intrinsics.Jim Laskey2007-02-06
* For PR1028:Reid Spencer2007-01-17
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11