aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-18/+89
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-26/+53
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+41
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-111-0/+2
* ARM: Mark double-precision instructions as suchTim Northover2013-10-241-45/+55
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-241-4/+8
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-131-16/+16
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-271-0/+5
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-231-5/+7
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-221-8/+12
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-9/+11
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-181-2/+2
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+27
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-091-0/+21
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-0/+51
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-061-2/+19
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-041-0/+19
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-041-1/+55
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-111-0/+9
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-051-2/+4
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-041-4/+2
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-041-2/+4
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-311-1/+30
* Add LLVM support for Swift.Bob Wilson2012-09-291-1/+3
* fp16-to-fp32 conversion instructions are available in Thumb mode as well.Anton Korobeynikov2012-08-181-4/+4
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-151-2/+11
* The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov2012-08-141-7/+7
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-101-4/+4
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-091-4/+4
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-091-4/+4
* Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames2012-06-211-0/+8
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-271-20/+21
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-231-6/+6
* ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach2012-04-201-16/+8
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-111-2/+42
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-111-32/+32
* Match (fneg (fma) to vfnma. rdar://10139676Evan Cheng2012-04-111-0/+8
* Handle llvm.fma.* intrinsics. rdar://10914096Evan Cheng2012-04-101-0/+8
* ARM divided syntax fmrx/fmxr mnemonics.Jim Grosbach2012-03-161-0/+2
* ARM vmrs system registers mvfr0 and mvfr1 handling.Jim Grosbach2012-03-161-0/+4
* ARM case-insensitive checking for APSR_nzcv.Jim Grosbach2012-03-151-1/+1
* ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.Jim Grosbach2012-03-151-0/+5
* Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...Kristof Beyls2012-03-151-16/+38
* Split fpscr into two registers: FPSCR and FPSCR_NZCV.Lang Hames2012-03-061-5/+5
* ARM vpush/vpop assembler mnemonics accept an optional size suffix.Jim Grosbach2012-03-051-0/+8
* updated patch for the ARM fused multiply add/subSebastian Pop2012-03-051-16/+16
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add fused multiple+add instructions from VFPv4.Anton Korobeynikov2012-01-221-16/+121
* ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).Jim Grosbach2011-12-221-16/+32