aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ISDOpcodes.h
AgeCommit message (Expand)Author
2012-01-18Add a RegisterMaskSDNode class.Jakob Stoklund Olesen
2012-01-18Document the fact that the selection dag changes the vselect condition typeNadav Rotem
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-11-28Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling
2011-10-07Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling
2011-09-06Add codegen support for vector select (in the IR this means a selectDuncan Sands
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-24Basic x86 code generation for atomic load and store instructions.Eli Friedman
2011-07-27Code generation for 'fence' instruction.Eli Friedman
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-05-11Fix comment.Bill Wendling
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-02-13fix thinko :)Chris Lattner
2011-02-13Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner
2011-01-26[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene
2011-01-07Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng
2011-01-07Fix comment. INLINEASM node operand #3 is IsAlignStack bit.Evan Cheng
2011-01-07Change EXTRACT_SUBVECTOR to require a constant index.Bob Wilson
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-10-19Spelling typo fix. s/incput/input/. Thanks, Bob!Jim Grosbach
2010-10-19Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach
2010-08-20This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes
2010-08-19Update comment to remove special case for vector extending loads. AnBob Wilson
2010-06-26When splitting a VAARG, remember its alignment.Rafael Espindola
2010-06-18Grammar.Jim Grosbach
2010-05-27back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach
2010-05-27add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EHJim Grosbach
2010-05-26Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach
2010-05-22Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach
2010-04-29Elaborate on a comment.Dan Gohman
2010-04-14Split ISD::NodeType and a few related items out of SelectionDAGNodes.hDan Gohman