aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrVFP.td
AgeCommit message (Expand)Author
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-08-18fp16-to-fp32 conversion instructions are available in Thumb mode as well.Anton Korobeynikov
2012-08-15Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng
2012-08-14The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov
2012-07-10Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-07-09Revert r159938 (and r159945) to appease the buildbots.Chad Rosier
2012-07-09Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-06-21Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames
2012-04-27Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames
2012-04-23Tidy up. 80 columns, whitespace, et. al.Jim Grosbach
2012-04-20ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach
2012-04-11Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng
2012-04-11Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng
2012-04-11Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng
2012-04-10Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng
2012-03-16ARM divided syntax fmrx/fmxr mnemonics.Jim Grosbach
2012-03-16ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach
2012-03-15ARM case-insensitive checking for APSR_nzcv.Jim Grosbach
2012-03-15ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.Jim Grosbach
2012-03-15Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls
2012-03-06Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames
2012-03-05ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach
2012-03-05updated patch for the ARM fused multiply add/subSebastian Pop
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-22Add fused multiple+add instructions from VFPv4.Anton Korobeynikov
2011-12-22ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach
2011-12-22Remove some bogus comments.Jim Grosbach
2011-12-22ARM pre-UAL aliases. fcmp[sd].Jim Grosbach
2011-12-21ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach
2011-12-19ARM VFP pre-UAL mnemonic aliases for fmul[sd].Jim Grosbach
2011-12-19ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].Jim Grosbach
2011-12-13ARM NEON two-operand aliases for VQDMULH.Jim Grosbach
2011-12-13ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-13ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach
2011-12-10ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-09ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-08ARM convenience aliases for VSQRT.Jim Grosbach
2011-12-08ARM VFP support 'fmrs/fmsr' aliases for 'vldr'Jim Grosbach
2011-12-08ARM VFP support 'flds/fldd' aliases for 'vldr'Jim Grosbach
2011-12-07ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach
2011-11-15ARM VFP assembly parsing for VADD and VSUB two-operand forms.Jim Grosbach
2011-11-15ARM size suffix on VFP single-precision 'vmov' is optional.Jim Grosbach
2011-11-15ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-11-14ARM assembly parsing type suffix options for VLDR/VSTR.Jim Grosbach
2011-11-11ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach
2011-10-03ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach
2011-10-03ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach
2011-09-30ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach