Add X86 assembler and disassembler support for AMD SVM instructions. Original patch...
[oota-llvm.git] / test / MC / Disassembler / ARM /
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-11-15 Owen AndersonFix an ambiguous decoding where we failed to properly...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-11-01 Owen AndersonFix disassembly of some VST1 instructions.
2011-10-31 Owen AndersonMore not-crashing NEON disassembly updates for the...
2011-10-28 Owen AndersonFix illegal disassembly testcase.
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-27 Owen AndersonAdd testcase for r143162.
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in 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-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-10-11 Jim GrosbachUpdate test for r141704.
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-26 Owen AndersonFix an incorrect decoder test.
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-20 Owen AndersonPort over more Thumb2 encoding tests to decoding tests.
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-16 Owen AndersonAdd a testcase for another corner-case decoding.
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Owen AndersonPort over more Thumb2 assembly tests to disassembly...
2011-09-16 Owen AndersonPort over more Thumb2 assembly tests to disassembly...
2011-09-13 Owen AndersonMake use of Eli's FileCheck sorcery to improve this...
2011-09-13 Owen AndersonCorrect disassembly printing of Thumb2 post-incremented...
2011-09-12 Owen AndersonThumb2 POP's don't allow the PC as an operand, and...
2011-09-12 Owen AndersonPort more encoding tests to decoding tests, and correct...
2011-09-09 Owen AndersonLDM writeback is not allowed if Rn is in the target...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-08 Owen AndersonSoft fail CBZ/CBNZ in the disassembler if they appear...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
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-09-07 Owen AndersonPort more assembler tests over to disassembler tests...
2011-09-06 Owen AndersonPort more encoding tests over to Thumb2 decoding tests.
2011-08-30 Owen AndersonFix issues with disassembly of IT instructions involvin...
2011-08-30 Owen AndersonPort Thumb2 assembler tests over to disassembler tests.
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Owen AndersonAdd a testcase for r138625.
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-24 Owen AndersonPort over more encoding tests to decoding tests.
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-23 Owen AndersonPort more assemble tests over to disassembly tests.
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-22 Owen AndersonProvide operand encoding information for half-precision...
2011-08-22 Owen AndersonFix decoding of VMOVSRR and VMOVRRS, which account...
2011-08-22 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Owen AndersonPort another swathe of Thumb1 encoding tests over to...
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
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-18 Owen AndersonImprove handling of failure and unpredictable cases...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Owen AndersonMore Thumb1 decoding tests.
2011-08-18 James MolloyTest commit; adding test for invalid LDRD which was...
2011-08-18 Owen AndersonPort over BL/BLX to disassembly tests.
2011-08-17 Owen AndersonPort new Thumb1 encoding tests over to decoding tests.
2011-08-17 Owen AndersonStart building a Thumb1 decoding test file based on...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-15 Owen AndersonAdd a test file for Thumb2 NEON.
2011-08-15 Owen AndersonAdd some more comprehensive VFP decoding tests.
2011-08-15 Owen AndersonEnforce the constraint that Rt must be even on LDRD...
2011-08-15 Owen AndersonAdd a test for Thumb1 LDRSH decoding.
2011-08-15 Owen AndersonAdd testcase for STRH. Patch by James Molloy.
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Owen AndersonPort over the basic ARM encodings test file to a decodi...
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Owen AndersonImprove operand validation for Thumb2 addressing modes.
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-11 Owen AndersonTighten decoding of addrmode2 instructions to reject...
2011-08-11 Owen AndersonTighten operand decoding of addrmode2 instruction....
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Owen AndersonImprove error checking in the new ARM disassembler...
2011-08-10 Owen AndersonAdd initial support for decoding NEON instructions...
2011-08-10 Owen AndersonPush GPRnopc through a large number of instruction...
2011-08-09 Owen AndersonTighten operand checking of register-shifted-register...
2011-08-09 Owen AndersonTighten operand checking on memory barrier instructions.
2011-08-09 Owen AndersonTighten operand checking on CPS instructions.
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-08-09 Benjamin KramerARM Disassembler: sign extend branch immediates.
2011-08-09 Owen AndersonTighten Thumb1 branch predicate decoding.
next