Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-04-29 Jonathan RoelofsFix doxygen comment typo. NFC
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-20 Matt ArsenaultAdd generic fmad DAG node.
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
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 codegen
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-10 Chandler Carruth[x86,SDAG] Introduce any- and sign-extend-vector-inreg...
2014-07-09 Chandler Carruth[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2013-12-26 Roman DivackyFix a typo.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-03-01 Michael LiaoFix PR10475
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-08-07 Jakob Stoklund OlesenAdd SelectionDAG::getTargetIndex.
2012-07-23 Nadav RotemDoxygenify the comments of ISD nodes.
2012-06-19 Chad RosierTypo. Patch by Cameron McInally <cameron.mcinally@nyu...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
2012-01-18 Nadav RotemDocument the fact that the selection dag changes the...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-10-07 Bill WendlingThread the chain through the eh.sjlj.setjmp intrinsic...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-05-11 Bill WendlingFix comment.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengFix comment. INLINEASM node operand #3 is IsAlignStack...
2011-01-07 Bob WilsonChange EXTRACT_SUBVECTOR to require a constant index.
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-10-19 Jim GrosbachSpelling typo fix. s/incput/input/. Thanks, Bob!
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-08-20 Bruno Cardoso LopesThis is the first step towards refactoring the x86...
2010-08-19 Bob WilsonUpdate comment to remove special case for vector extend...
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-06-18 Jim GrosbachGrammar.
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Jim Grosbachadd ISD::STACKADDR to get the current stack pointer...
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-29 Dan GohmanElaborate on a comment.
2010-04-14 Dan GohmanSplit ISD::NodeType and a few related items out of...