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
/
MC
/
Disassembler
/
ARM
/
neont2.txt
Age
Commit message (
Expand
)
Author
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2012-08-13
ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.
Jim Grosbach
2012-04-26
Specify cpu to unbreak tests.
Evan Cheng
2012-04-24
Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)
Kevin Enderby
2012-04-24
Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)
Kevin Enderby
2012-04-17
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-11
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-06
Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.
Kevin Enderby
2011-12-14
ARM NEON VST2 assembly parsing and encoding.
Jim Grosbach
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2011-10-24
Fix a NEON disassembly case that was broken in the recent refactorings. As m...
Owen Anderson
2011-09-07
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-08-15
Add a test file for Thumb2 NEON.
Owen Anderson