| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Look through PHIs to find additional register sources" | Bruno Cardoso Lopes | 2015-07-15 | 1 | -2/+1 |
| * | Look through PHIs to find additional register sources | Bruno Cardoso Lopes | 2015-07-15 | 1 | -1/+2 |
| * | [X86][MMX] Prevent MMX_MOVD64rm folding | Bruno Cardoso Lopes | 2015-02-25 | 1 | -1/+0 |
| * | [X86][MMX] Support folding loads in psll, psrl and psra intrinsics | Bruno Cardoso Lopes | 2015-02-23 | 1 | -0/+19 |
| * | [X86] Add some missing redundant MMX and SSE encodings for disassembler. | Craig Topper | 2015-02-22 | 1 | -0/+11 |
| * | [X86][MMX] Handle i32->mmx conversion using movd | Bruno Cardoso Lopes | 2015-02-05 | 1 | -0/+10 |
| * | [X86][MMX] Move MMX DAG node to proper file | Bruno Cardoso Lopes | 2015-02-05 | 1 | -3/+0 |
| * | [X86] Replace i32i8imm on SSE/AVX instructions with i32u8imm which will make ... | Craig Topper | 2015-01-25 | 1 | -4/+4 |
| * | [x86] Remove some unnecessary and slightly confusing typecasts from some patt... | Craig Topper | 2015-01-21 | 1 | -4/+4 |
| * | [X86] Convert all the i8imm used by AVX512 and MMX instructions to u8imm. | Craig Topper | 2015-01-21 | 1 | -4/+4 |
| * | [X86] Clean up whitespace as well as minor coding style | Michael Liao | 2014-12-04 | 1 | -9/+9 |
| * | Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files. | Craig Topper | 2014-11-26 | 1 | -1/+1 |
| * | [X86][SchedModel] Fixed missing/wrong scheduling model found by code inspection. | Quentin Colombet | 2014-08-07 | 1 | -2/+2 |
| * | [X86][SchedModel] Fixed some wrong scheduling model found by code inspection. | Quentin Colombet | 2014-08-06 | 1 | -7/+14 |
| * | [X86] Fix missing/wrong scheduling model found by code inspection. | Quentin Colombet | 2014-04-23 | 1 | -1/+2 |
| * | [X86] Add disassembler support for the 0x0f 0x7f form of movq %mm, %mm. | Craig Topper | 2014-04-17 | 1 | -0/+5 |
| * | Revert r205599, the commit was not intended to have so many changes | Quentin Colombet | 2014-04-04 | 1 | -2/+1 |
| * | [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance | Quentin Colombet | 2014-04-04 | 1 | -1/+2 |
| * | Add an x86 prefix encoding for instructions that would decode to a different ... | Craig Topper | 2014-02-18 | 1 | -3/+3 |
| * | Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ... | Craig Topper | 2014-01-14 | 1 | -3/+3 |
| * | Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru... | Craig Topper | 2013-10-14 | 1 | -9/+10 |
| * | Replace a couple instructions with patterns referring to other instructions w... | Craig Topper | 2013-10-09 | 1 | -16/+11 |
| * | Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi... | Craig Topper | 2013-10-09 | 1 | -4/+4 |
| * | Remove unneeded MMX instruction definition by moving pattern to an equivalent... | Craig Topper | 2013-10-08 | 1 | -6/+2 |
| * | Adds support for Atom Silvermont (SLM) - -march=slm | Preston Gurd | 2013-09-13 | 1 | -1/+1 |
| * | X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equ... | Benjamin Kramer | 2013-06-14 | 1 | -7/+8 |
| * | Reapply "Subtract isn't commutative, fix this for MMX psub." with | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Temporarily revert "Subtract isn't commutative, fix this for MMX psub." | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Subtract isn't commutative, fix this for MMX psub. | Eric Christopher | 2013-05-14 | 1 | -7/+7 |
| * | Annotate x87 and mmx instructions with SchedRW lists. | Jakob Stoklund Olesen | 2013-03-26 | 1 | -24/+52 |
| * | Remove IIC_DEFAULT from X86Schedule.td | Jakob Stoklund Olesen | 2013-03-25 | 1 | -2/+2 |
| * | X86 MMX: optimize transfer from mmx to i32 | Manman Ren | 2012-10-30 | 1 | -2/+8 |
| * | Introduce 'UseSSEx' to force SSE legacy encoding | Michael Liao | 2012-08-30 | 1 | -32/+33 |
| * | Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th... | Craig Topper | 2012-08-13 | 1 | -14/+0 |
| * | Fix patterns for CVTTPS2DQ to specify SSE2 instead of SSE1. | Craig Topper | 2012-07-30 | 1 | -2/+2 |
| * | Added X86 Atom latencies to X86InstrMMX.td. | Preston Gurd | 2012-05-11 | 1 | -129/+274 |
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
| * | Instruction scheduling itinerary for Intel Atom. | Andrew Trick | 2012-02-01 | 1 | -4/+8 |
| * | Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate... | Craig Topper | 2012-01-10 | 1 | -20/+20 |
| * | Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc... | Craig Topper | 2012-01-09 | 1 | -24/+24 |
| * | PR9848: pandn is not commutative. | Eli Friedman | 2011-05-05 | 1 | -1/+1 |
| * | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling | 2010-10-04 | 1 | -3/+3 |
| * | the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t... | Chris Lattner | 2010-10-03 | 1 | -2/+2 |
| * | add support for the prefetch/prefetchw instructions, move femms into | Chris Lattner | 2010-10-03 | 1 | -3/+1 |
| * | stub out a header to put 3dNow! instructions into. | Chris Lattner | 2010-10-02 | 1 | -1/+1 |
| * | fix a regression introduced in r115243, in which the instruction | Chris Lattner | 2010-10-02 | 1 | -0/+16 |
| * | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -493/+69 |
| * | Move remaining MMX instructions from SSE to MMX. | Dale Johannesen | 2010-09-09 | 1 | -62/+44 |
| * | Move most MMX instructions (defined as anything that | Dale Johannesen | 2010-09-09 | 1 | -1/+120 |
| * | Add intrinsic-based patterns for MMX PINSRW and PEXTRW. | Dale Johannesen | 2010-09-08 | 1 | -0/+19 |