Revert r242990: "AVX-512: Implemented encoding , DAG lowering and ..."
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAG.td
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-04-30 Elena DemikhovskyMasked gather and scatter - added DAGCombine visitors
2015-03-05 Craig Topper[TableGen] Add support constraining a vector type in...
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-05 Matt ArsenaultAdd addrspacecast node to tablegen
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 intrinsics
2014-09-25 Hal FinkelAdd SDAG TableGen definitions for BR_CC
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-05-22 Owen AndersonCreate an FPOW SDNode opcode def in the target independ...
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-07-17 Jim GrosbachTableGen: Allow conditional instruction pattern in...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-02-20 James MolloyImprove generated code for extending loads and some...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-09-11 Nadav RotemCR fixes per Bruno's request.
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 fma TableGen node.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-25 David Greene[AVX] Fix a typo in the extract subvector type constrai...
2011-01-25 David Greene[AVX] Add TableGen classes for vector/subvector type...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-10-15 Jim GrosbachGrammar.
2010-10-07 Chris Lattneradd a common SDPatternOperator base class to SDNode...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattneradd some node definitions.
2010-03-27 Chris Lattnerremove parallel support.
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-03 Nate BegemanAdd a couple more target nodes
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...