Hexagon backend support
[oota-llvm.git] / include / llvm / Intrinsics.td
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chandler CarruthSwitch llvm.cttz and llvm.ctlz to accept a second i1...
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-10 Bill WendlingMark the llvm.eh.sjlj.functioncontext intrinsic as...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-09-28 Bill WendlingCreate and use an llvm.eh.sjlj.functioncontext intrinsic.
2011-09-09 Duncan SandsMark the eh.typeid.for intrinsic as being 'const',...
2011-09-07 Duncan SandsWhen inlining exception handling code into another...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-06-21 Bill WendlingDon't mark the eh.dispatch.setup with a memory access...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-02-18 Benjamin KramerThe objectsize intrinsic doesn't access any memory.
2010-11-30 Nick LewyckyMake @llvm.invariant.start not be readonly, so that...
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-09-17 Bill WendlingAdd "pointer to x86mmx" type to the intrinsics.
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-08-31 Dale JohannesenComment typo.
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Jim Grosbachhook ISD::STACKADDR to an intrinsic
2010-05-27 Jim Grosbachremove incorrect GCCBuiltin<> usage
2010-05-26 Jim GrosbachAdjust eh.sjlj.setjmp to properly have a chain and...
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-14 Anton KorobeynikovCleanup
2010-03-14 Anton KorobeynikovThe fp16 <-> fp32 intrinsics are pure, mark them so...
2010-03-14 Anton KorobeynikovAdd intrinsics to represent fp16 <-> fp32 conversions
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-11-29 Chris Lattnermark all the 'foo with overflow' intrinsics as readnone.
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-13 Duncan SandsThe eh.exception intrinsic only reads from memory,...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-14 Eric ChristopherWhitespace cleanup.
2009-08-12 Jim GrosbachMark the callsite intrinsic such that the opimizers...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-04-16 Bob WilsonAdd a comment to describe LLVMMatchType.
2009-03-04 Dale JohannesenAdd some cautionary comments.
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Dale JohannesenTemporarily revert 65975, which breaks the llvm-gcc...
2009-03-03 Devang PatelDbg Intrinsics do not access memory.
2009-02-14 Duncan SandsThe trampoline intrinsic can be marked IntrWriteArgMem,
2009-02-14 Duncan SandsIntrWriteArgMem implies nocapture, but this wasn't
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
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...
next