[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / X86 / X86InstrFMA.td
2014-05-07 Quentin Colombet[X86] Selectively mark the FMA variants inside a family...
2014-04-02 Lang Hames[X86] Make the VFMA*231 variants commutable and relax...
2014-02-04 Lang Hames[X86] Only 213 FMA3 variants should be marked commutable.
2014-01-31 Lang HamesReplace X86 FMA intrinsic pseduo-instructions with...
2014-01-23 Lang HamesReplace vfmaddxx213 instructions with their 231-type...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-21 Craig TopperRemove alignment restrictions from FMA load folding.
2013-01-14 Craig TopperSimplify nested strconcats in X86 td files since strcon...
2012-12-26 Craig TopperMark all the _REV instructions as not having side effec...
2012-11-21 Craig TopperFix execution domain for packed FMA4 instructions.
2012-09-19 Craig TopperAdd explicit VEX_L tags to all 256-bit instructions...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-29 Craig TopperConvert FMA4 patterns to use target specific nodes...
2012-08-24 Jakob Stoklund OlesenRemove more mayLoad workarounds.
2012-08-24 Craig TopperCustom lower FMA intrinsics to target specific nodes...
2012-08-21 Craig TopperCleanup the scalar FMA3 definitions. Add patterns to...
2012-08-21 Craig TopperMerge FMA3 instructions with and without patterns into...
2012-08-20 Craig TopperRemove FMA3 intrinsic instructions in favor of patterns.
2012-08-20 Craig TopperUse correct intrinsic for 256-bit VFMSUBADDPS.
2012-08-19 Craig TopperRemove trailing white space and tab characters. No...
2012-08-01 Elena DemikhovskyAdded FMA functionality to X86 target.
2012-06-04 Craig TopperAdd intrinsic forms for FMA instructions to opcode...
2012-06-03 Craig TopperRename fma4 intrinsics to just fma since they are now...
2012-06-03 Craig TopperUse sse_load_f32/64 for scalar FMA3 intrinsic patterns...
2012-06-03 Craig TopperAdd neverHasSideEffects and mayLoad to FMA3 instructions.
2012-06-01 Craig TopperRemove fadd(fmul) patterns for FMA3. This needs to...
2012-06-01 Craig TopperTidy up. Remove trailing spaces and fix the worst of...
2012-05-31 Elena DemikhovskyAdded FMA3 Intel instructions.
2012-02-19 Jia Liusome comment fix for X86 and ARM
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-05 Craig TopperMark scalar FMA4 instructions as ignoring the VEX.L...
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-30 Craig TopperSeparate the concept of having memory access in operand...
2011-12-30 Craig TopperCombine FMA4 SS/SD patterns with the instruction defini...
2011-12-30 Craig TopperCombine FMA4 PS/PD patterns with the instruction defini...
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-08 Jan SjödinSrc2 and src3 were accidentally swapped for the FMA4...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-25 Bruno Cardoso LopesThis patch contains support for encoding FMA4 instructi...
2010-07-23 Bruno Cardoso LopesAdd complete assembler support for FMA3 instructions...