Implemented Support of IA interrupt and exception handlers:
[oota-llvm.git] / lib / Target / X86 / X86InstrMMX.td
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-11-11 Craig Topper[X86] Fix feature flags on some MMX register instructio...
2015-11-11 Craig Topper[X86] Remove redundant MMX isel patterns.
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-29 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-28 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-27 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-15 Bruno Cardoso LopesRevert "Look through PHIs to find additional register...
2015-07-15 Bruno Cardoso LopesLook through PHIs to find additional register sources
2015-02-25 Bruno Cardoso Lopes[X86][MMX] Prevent MMX_MOVD64rm folding
2015-02-23 Bruno Cardoso Lopes[X86][MMX] Support folding loads in psll, psrl and...
2015-02-22 Craig Topper[X86] Add some missing redundant MMX and SSE encodings...
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Handle i32->mmx conversion using movd
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Move MMX DAG node to proper file
2015-01-25 Craig Topper[X86] Replace i32i8imm on SSE/AVX instructions with...
2015-01-21 Craig Topper[x86] Remove some unnecessary and slightly confusing...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by AVX512 and MMX...
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-08-07 Quentin Colombet[X86][SchedModel] Fixed missing/wrong scheduling model...
2014-08-06 Quentin Colombet[X86][SchedModel] Fixed some wrong scheduling model...
2014-04-23 Quentin Colombet[X86] Fix missing/wrong scheduling model found by code...
2014-04-17 Craig Topper[X86] Add disassembler support for the 0x0f 0x7f form...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-09 Craig TopperReplace a couple instructions with patterns referring...
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-06-14 Benjamin KramerX86: cvtpi2ps is just an SSE instruction with MMX opera...
2013-05-14 Eric ChristopherReapply "Subtract isn't commutative, fix this for MMX...
2013-05-14 Eric ChristopherTemporarily revert "Subtract isn't commutative, fix...
2013-05-14 Eric ChristopherSubtract isn't commutative, fix this for MMX psub.
2013-03-26 Jakob Stoklund OlesenAnnotate x87 and mmx instructions with SchedRW lists.
2013-03-25 Jakob Stoklund OlesenRemove IIC_DEFAULT from X86Schedule.td
2012-10-30 Manman RenX86 MMX: optimize transfer from mmx to i32
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-13 Craig TopperRemove the LowerMMXCONCAT_VECTORS function. It could...
2012-07-30 Craig TopperFix patterns for CVTTPS2DQ to specify SSE2 instead...
2012-05-11 Preston GurdAdded X86 Atom latencies to X86InstrMMX.td.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-01-10 Craig TopperInstruction selection priority fixes to remove the...
2012-01-09 Craig TopperDon't disable MMX support when AVX is enabled. Fix...
2011-05-05 Eli FriedmanPR9848: pandn is not commutative.
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Chris Lattneradd support for the prefetch/prefetchw instructions...
2010-10-02 Chris Lattnerstub out a header to put 3dNow! instructions into.
2010-10-02 Chris Lattnerfix a regression introduced in r115243, in which the...
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-09 Dale JohannesenMove remaining MMX instructions from SSE to MMX.
2010-09-09 Dale JohannesenMove most MMX instructions (defined as anything that
2010-09-08 Dale JohannesenAdd intrinsic-based patterns for MMX PINSRW and PEXTRW.
2010-09-08 Dale JohannesenSlight cleanup, use only one form of MMXI_binop_rm_int.
2010-09-08 Dale JohannesenAdd intrinsic forms of mmx<->sse conversions. Notes:
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-07-15 Chris Lattnerfix the encoding of MMX_MOVFR642Qrr, it starts with...
2010-07-05 Chris Lattnerrip out even more sporadic v2f32 support.
2010-05-24 Dan GohmanFix an mmx movd encoding.
2010-05-20 Dan GohmanDelete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr...
2010-05-03 Kevin EnderbyFixed the encoding of two of the X86 movq instuctions...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-03-28 Chris Lattnerremove a bunch of dead patterns.
2010-03-15 Chris Lattnerfix a few more ambiguous types.
2010-03-08 Chris Lattnerfix some more ambiguous patterns, remove another nontem...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-09 David GreeneTableGen fragment refactoring.
2010-02-05 Chris Lattnerlower the last of the MRMInitReg instructions in MCInst...
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-10 Eric ChristopherWhitespace, 80-column, and isTwoAddress -> Constraints...
2009-08-03 Evan ChengRemove neverHasSideEffects on MMX_MOVD64rrv164 since...
2009-08-03 Rafael EspindolaUse movd instead of movq
2009-08-03 Rafael EspindolaFix the instruction encoding.
2009-08-03 Rafael EspindolaUse movq to move 64 bits in and out of mmx registers.
2009-07-22 Eli FriedmanAdd support for MMX VSETCC.
2009-07-09 Eli FriedmanMisc encoding fixes; reported on llvmdev.
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanGet rid of a bogus pattern that interferes with optimiz...
2009-06-03 Stuart HastingsEvan says it's wrong; back out 72808.
2009-06-03 Stuart HastingsRecognize another euphemism for MOVDQ2Q.
2009-05-28 Bill Wendling"The instructions MMX_PSADBWrm and MMX_PSADBWrr have...
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-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2008-12-12 Mon P WangAdded support for SELECT v8i8 v4i16 for X86 (MMX)
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
next