[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
[oota-llvm.git] / include / llvm / IR / Intrinsics.td
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-03 Igor Laevsky[Statepoints] Mark statepoint intrinsic with Throws...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-04-28 Reid Kleckner[SEH] Add an LLVM intrinsic for _exception_info
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-12 Reid KlecknerMake llvm.eh.actions an intrinsic and add docs for it
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-10 Andrew KaylorAdding support for llvm.eh.begincatch and llvm.eh.endca...
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-01 Philip Reames[Statepoints 1/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-10-31 Andrew TrickAdd experimental stackmap intrinsics to definition...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...