aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/ARM
Commit message (Expand)AuthorAgeFilesLines
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-181-0/+26
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-181-0/+18
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-182-0/+17
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-181-0/+3
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-181-0/+30
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-172-0/+75
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-111-0/+13
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-112-0/+364
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-111-0/+37
* Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...Silviu Baranga2012-04-051-0/+17
* Added support for handling unpredictable arithmetic instructions on ARM.Silviu Baranga2012-04-052-12/+7
* Added fix in TableGen instruction decoder generation. The decoder now breaks ...Silviu Baranga2012-04-021-0/+15
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-223-2/+21
* Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga2012-03-221-0/+22
* Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2012-03-221-0/+17
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-212-0/+368
* The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga2012-03-205-5/+17
* Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.Kevin Enderby2012-03-062-0/+14
* Change ARMInstPrinter::printPredicateOperand() so it will not abort if itKevin Enderby2012-03-011-0/+18
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-6/+13
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-0/+5
* ARM NEON VST2 assembly parsing and encoding.Jim Grosbach2011-12-141-1/+1
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-151-0/+6
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-142-17/+17
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-073-23/+23
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-021-0/+4
* 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
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-281-1/+1
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-241-0/+4
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-202-5/+55
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-202-55/+5
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-121-1/+1
* Update test for r141704.Jim Grosbach2011-10-111-3/+3
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-282-0/+13
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Fix incorrect disassembly test.Owen Anderson2011-09-231-1/+1
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-231-0/+7
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-231-2/+2
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-212-1/+3
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-201-0/+608
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-191-0/+150
* Add a testcase for another corner-case decoding.Owen Anderson2011-09-161-0/+2
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-161-0/+2
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-161-0/+7
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-161-1/+2
* Port over more Thumb2 assembly tests to disassembly tests.Owen Anderson2011-09-161-0/+95