Rename fma4 intrinsics to just fma since they are now used for both FMA4 and FMA3...
[oota-llvm.git] / lib / Target / X86 / X86InstrFMA.td
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...