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