aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/ARM/neon.txt
Commit message (Expand)AuthorAgeFilesLines
* Specify cpu to unbreak tests.Evan Cheng2012-04-261-1/+1
* Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2012-04-241-0/+19
* Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2012-04-241-0/+24
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-171-0/+37
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-111-0/+182
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-211-0/+185
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-061-0/+7
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-151-0/+6
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-071-10/+10
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-011-1/+2
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-311-0/+2
* Fix illegal disassembly testcase.Owen Anderson2011-10-281-2/+2
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...James Molloy2011-09-071-1/+1
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-221-0/+3
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-221-0/+2
* Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson2011-08-221-0/+2
* Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson2011-08-221-0/+4
* Fix problems decoding the to/from-lane NEON memory instructions, and add a co...Owen Anderson2011-08-151-0/+1847