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