Fix a typo. Remove the duplicated test.
[oota-llvm.git] / test / MC / Disassembler /
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-16 Richard OsborneAdd tests for disassembly of 1r XCore instructions.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-26 Eli BenderskyMake this test less sensitive.
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-09-06 Tim NorthoverUse correct part of complex operand to encode VST1...
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-26 Craig TopperMake l/q suffixes on AVX forms of scalar convert instru...
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-12 Akira HatanakaFix check strings in test/MC/Disassembler/Mips/* and...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
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-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-05-31 Akira HatanakaAdd lit.local.cfg to run the tests in test/MC/Disassemb...
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
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-27 Benjamin KramerMissed some register numbers.
2012-04-27 Benjamin KramerUpdate edis test for r155704.
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 Akira HatanakaAdd disassembler to MIPS.
2012-04-17 Kevin EnderbyFix ARM disassembly of VLD2 (single 2-element structure...
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-11 Kevin EnderbyFixed a case of ARM disassembly getting an assert on...
2012-04-11 Charles DavisAdd retw and lretw instructions. Also, fix Intel syntax...
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-06 Craig TopperAdd the tests that were supposed to go with r153935...
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-04-03 Akira HatanakaRevert r153924. Delete test/MC/Disassembler/Mips and...
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
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-12 Kevin EnderbyChange the second line of the test added for r152414...
2012-03-10 Bill WendlingFix disasm of iret, sysexit, and sysret when displayed...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
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-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
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-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
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...
next