[ARM] Add support for MVFR2 which is new in ARMv8
[oota-llvm.git] / test / MC / Disassembler / ARM / arm-tests.txt
2013-06-20 Joey GoulyThis reverts r155000.
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2012-04-26 Evan ChengSpecify cpu to unbreak tests.
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-03-22 Silviu BarangaAdded soft fail checks for the disassembler when decodi...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Owen AndersonFix decoding tests for fixed MSR encodings.
2011-10-11 Jim GrosbachUpdate test for r141704.
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-08-18 Owen AndersonSTC2L_POST and STC2L_POST should be handled the same...
2011-08-18 Owen AndersonFix the decoding of RFE instruction. RFEs have the...
2011-08-15 Owen AndersonAdd testcase for STRH. Patch by James Molloy.
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-09 Benjamin KramerARM Disassembler: sign extend branch immediates.
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-08 Johnny ChenHanlde the checking of bad regs for SMMLAR properly...
2011-04-08 Johnny ChenMOVi16 and MOVTi16 does not allow pc as the dest regist...
2011-04-08 Johnny ChenAdd sanity checking for bad register specifier(s) for...
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Johnny ChenAdd some more comments about checkings of invalid regis...
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-05 Johnny ChenFix a typo in the handling of PKHTB opcode, plus add...
2011-04-05 Johnny ChenThe r128085 checkin modified the operand ordering for...
2011-04-05 Johnny ChenLDRD now prints out two dst registers.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-02 Johnny ChenFixed a bug in disassembly of STR_POST, where the immed...
2011-04-01 Johnny ChenFix the instruction table entries for AI1_adde_sube_s_i...
2011-04-01 Johnny ChenFix a LDRT/LDRBT decoding bug where for Encoding A2...
2011-04-01 Johnny ChenFix LDRi12 immediate operand, which was changed to...
2011-03-31 Johnny ChenAdd BLXi to the instruction table for disassembly purpose.
2011-03-29 Johnny ChenAdd a test case for MSRi.
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-29 Johnny ChenAdd and modify some tests.
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-25 Johnny ChenAdd test for A8.6.246 UMULL to both arm-tests.txt amd...
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Johnny ChenLoad/Store Multiple:
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-24 Johnny ChenThe r128103 fix to cope with the removal of addressing...
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-19 Johnny ChenFixed an assert by the ARM disassembler for LDRD_PRE...
2011-03-15 Johnny ChenThere were two issues fixed:
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
2011-01-13 Owen AndersonAs far as I can tell, unified syntax uses c0-c15 instea...
2010-11-14 Dale JohannesenSegregate tests by target.