remove attribution from a variety of miscellaneous files.
[oota-llvm.git] / include / llvm / Intrinsics.td
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.
2006-03-15 Chris Lattnerminor changes so that GCC builtin can be specified...
2006-03-15 Chris LattnerSet TargetPrefix on target-specific intrinsics. That...
2006-03-14 Chris LattnerFix the gcread/gcwrite intrinsic specifications, fixing
2006-03-13 Chris LattnerAdd a first ppc altivec intrinsic. Add packed type...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-12 Chris LattnerMark llvm.stacksave as only reading memory, this fixes
2006-03-10 Chris LattnerFix another broken intrinsic.
2006-03-10 Chris LattnerFix incorrect definitions of these intrinsics, which...
2006-03-10 Chris LattnerFix an incorrect intrinsic description
2006-03-03 Chris Lattnerinitial checkin of the intrinsic description file