[mips] Add missing MIPS-I disassembler tests.
[oota-llvm.git] / test / MC / Disassembler / ARM / thumb-tests.txt
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2013-08-09 Mihai PopaThis fixes the Thumb2 CPS assembly syntax.
2013-06-14 Amaury de la VieuvilleARM: fix thumb coprocessor instruction with pre-writeba...
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-04-26 Evan ChengSpecify cpu to unbreak tests.
2011-10-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-07 Owen AndersonCreate Thumb2 versions of STC/LDC, and reenable the...
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Jim GrosbachUpdate test for 139243
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-22 Owen Andersont2SMLAD is a four-register instruction, not a three...
2011-08-22 Owen AndersonCorrect operand naming of t2USAT16 to allow proper...
2011-08-22 Owen AndersonMatch operand naming to allow correct decoding of t2LDR...
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-15 Owen AndersonAdd a test for Thumb1 LDRSH decoding.
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-10 Owen AndersonAdd initial support for decoding NEON instructions...
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-14 Johnny ChenAdd sanity checkings for Thumb2 Load/Store Register...
2011-04-13 Johnny ChenThumb disassembler did not handle tBRIND (indirect...
2011-04-13 Johnny ChenCheck for unallocated instruction encodings when disass...
2011-04-13 Johnny ChenFix a bug where for t2MOVCCi disassembly, the TIED_TO...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-04-12 Johnny ChenAdd one test case (svc).
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-08 Johnny ChenSanity check the option operand for DMB/DSB.
2011-04-06 Johnny ChenA8.6.92 MCR (Encoding A1): if coproc == '101x' then...
2011-04-05 Johnny ChenARM disassembler should flag (rGPRRegClassID, r13|r15...
2011-03-30 Johnny ChenAdd a test case for thumb stc2 instruction.
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-25 Johnny ChenAdd test for A8.6.246 UMULL to both arm-tests.txt amd...
2011-03-25 Johnny ChenAdd two test cases t2SMLABT and t2SMMULR for Disassembl...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenA8.6.226 TBB, TBH:
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Johnny ChenA8.6.399 VSTM:
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
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-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-11-14 Dale JohannesenSegregate tests by target.