summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAge
* Add ARM fconsts/fconstd aliases for vmov.f32/vmov.f64David Peixotto2014-01-07
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-29
* ARM: fix a few typos in commentsSaleem Abdulrasool2013-12-29
* ARM: fix typo in VFP instruction definitionSaleem Abdulrasool2013-12-29
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* ARM: Mark double-precision instructions as suchTim Northover2013-10-24
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-24
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-27
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-18
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-09
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-05
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-04
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-04
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-31
* 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