Fix broken check lines.
[oota-llvm.git] / test / MC / Disassembler / ARM /
2012-08-13 Jim GrosbachARM: Move Thumb2 tests to Thumb2 test file and fix...
2012-08-02 Jiangning LiuFix #13035, a bug around Thumb instruction LDRD/STRD...
2012-08-02 Jiangning LiuFix #13138, a bug around ARM instruction DSB encoding...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-05-02 Richard BartonDisallow YIELD and other allocated nop hints in pre...
2012-04-26 Evan ChengSpecify cpu to unbreak tests.
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD3 (single 3-element...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD4 (single 4-element...
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-18 Silviu BarangaFix the bahavior of the disassembler when decoding...
2012-04-18 Silviu BarangaAdded support for unpredictable mcrr/mcrr2/mrrc/mrrc2...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-18 Silviu BarangaAdd suport for unpredicatble cases of the cmp, tst...
2012-04-17 Kevin EnderbyFix ARM disassembly of VLD2 (single 2-element structure...
2012-04-11 Kevin EnderbyFixed a case of ARM disassembly getting an assert on...
2012-04-11 Kevin EnderbyFix ARM disassembly of VLD instructions with writebacks...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
2012-04-02 Silviu BarangaAdded fix in TableGen instruction decoder generation...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-22 Silviu BarangaAdded soft fail checks for the disassembler when decodi...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-22 Silviu BarangaAdded soft fail cases for the disassembler when decodin...
2012-03-21 Kevin EnderbyFix ARM disassembly of VST1 and VST2 instructions with...
2012-03-20 Silviu BarangaThe ARM instructions that have an unpredictable behavio...
2012-03-06 Kevin EnderbyFix a bug in the ARM disassembly of the neon VLD2 all...
2012-03-01 Kevin EnderbyChange ARMInstPrinter::printPredicateOperand() so it...
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...
next