Add addrspacecast instruction.
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
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...