New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / include / llvm / Intrinsics.td
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-21 Bill WendlingIntroduce two new "add" intrinsics. These return the...
2008-11-20 Bill WendlingReformatting. No functionality change.
2008-11-19 Sanjiv GuptaInt type for PIC16 is i16. Added i16 intrinsics for...
2008-11-18 Bill WendlingRename stackprotector_create intrinsic to stackprotector.
2008-11-18 Bill WendlingRemove the stackprotector_check intrinsic. Use a volati...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-10 Mon P WangFixed definition of llvm_anyptr_ty
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-05 Dale JohannesenMark math lib intrinsics readonly, on the grounds
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-03-04 Evan ChengFix 80 column violations.
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-01-15 Anton KorobeynikovFor PR1839: add initial support for __builtin_trap...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-05 Scott MichelMore stuff for CellSPU -- this should be enough to...
2007-11-15 Anton KorobeynikovImplement necessary bits for flt_rounds gcc builtin.
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-08 Dan GohmanMark the prefetch intrinsic as IntrWriteArgMem, instead...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-06-18 Tanya LattnerModify annotate intrinsic to take 2 additional args...
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
2007-04-12 Reid SpencerFor PR1284:
2007-04-10 Reid SpencerDrop the "bit" prefix for the part.select intrinsic.
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-01 Reid SpencerFor PR1297:
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-01 Jim LaskeyAdd eh filter intrinsic.
2007-02-28 Jim LaskeyProvide a more meaningful name.
2007-02-21 Jim LaskeyAdd new intrinsics for eh support.
2007-02-15 Reid SpencerFor PR1195:
2007-02-12 Jim LaskeyWrong value type.
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-06 Jim LaskeyDeemed too cute to live.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-01-17 Reid SpencerFor PR1028:
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2006-12-31 Reid SpencerConvert the intrinsic function definitions to use llvm_...
2006-12-31 Reid SpencerFor PR950:
2006-09-08 Chris Lattneradd powi intrinsics.
2006-04-13 Chris LattnerFix an incorrect prototype for this intrinsic, fixing
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-04 Evan ChengAdded intrinsics to match __builtin_ia32_pslldqi128 and
2006-03-28 Chris LattnerReenable pointer intrinsics.
2006-03-28 Chris Lattnerrevert this, it breaks things
2006-03-27 Chris LattnerAdd support for intrinsics with pointer arguments in...
2006-03-26 Chris LattnerSplit the PPC and X86 intrinsics out to their own files.
2006-03-26 Chris LattnerAdd saturating subtracts, non-predicate compares, and...
2006-03-26 Chris Lattneradd int_ppc_altivec_vsldoi intrinsic
2006-03-25 Chris Lattnerremove extraneous lets
2006-03-25 Chris LattnerAdd a bunch of simple altivec intrinsics
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp
2006-03-25 Evan ChengX86 SSE1 cacheability support ops intrinsics
2006-03-25 Evan ChengX86 SSE1 SIMD store intrinsics.
2006-03-25 Evan ChengX86 SSE1 SIMD load intrinsics (movhps, movlps, and...
2006-03-25 Evan ChengX86 SSE1 conversion operations intrinsics.
2006-03-25 Evan ChengX86 SSE1 comparison intrinsics.
2006-03-25 Evan ChengX86 SSE1 arithmetic and logical operation intrinsics.
2006-03-24 Evan Chengldmxcsr is a SSE instruction.
2006-03-24 Evan ChengAdded ldmxcsr intrinsic.
2006-03-24 Chris LattnerSpecify the value type for each llvm type. This needs...
2006-03-24 Chris LattnerPull in valuetypes.td here, we will use it shortly.
2006-03-24 Chris LattnerAdd a couple simple intrinsics for intel. Fix the...
2006-03-23 Jim LaskeyModify usage of llvm.dbg intrinsics.
next