index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrFMA.td
Age
Commit message (
Expand
)
Author
2012-02-19
some comment fix for X86 and ARM
Jia Liu
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-01-05
Mark scalar FMA4 instructions as ignoring the VEX.L bit.
Craig Topper
2011-12-30
Add FMA4 instructions to disassembler.
Craig Topper
2011-12-30
Separate the concept of having memory access in operand 4 from the concept of...
Craig Topper
2011-12-30
Combine FMA4 SS/SD patterns with the instruction definitions.
Craig Topper
2011-12-30
Combine FMA4 PS/PD patterns with the instruction definitions.
Craig Topper
2011-12-30
Change FMA4 memory forms to use memopv* instead of alignedloadv*. No need to ...
Craig Topper
2011-12-30
Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size,...
Craig Topper
2011-12-29
Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...
Craig Topper
2011-12-29
Expose FMA3 instructions to the disassembler.
Craig Topper
2011-12-08
Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...
Jan Sjödin
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2010-07-23
Add complete assembler support for FMA3 instructions, with descriptions and e...
Bruno Cardoso Lopes