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
/
test
/
CodeGen
/
ARM
/
vmov.ll
Age
Commit message (
Expand
)
Author
2012-01-20
ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
Bob Wilson
2011-12-09
Splats can contain undef's; make sure to handle them correctly. PR11526.
Eli Friedman
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2010-11-01
NEON does not support truncating vector stores. Radar 8598391.
Bob Wilson
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-08-30
Remove NEON vmovn intrinsic, replacing it with vector truncate operations.
Bob Wilson
2010-08-20
Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and
Bob Wilson
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-02
Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so
Bob Wilson
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2009-11-06
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-10-09
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-10-07
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson