summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler
Commit message (Expand)AuthorAge
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover2012-09-06
* Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover2012-09-06
* Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-06
* ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach2012-08-13
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-26
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.Akira Hatanaka2012-07-12
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-10
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-10
* Reapply r158846.Akira Hatanaka2012-07-09
* revert r159851.Akira Hatanaka2012-07-06
* Reapply r158846.Akira Hatanaka2012-07-06
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Revert r158846.Akira Hatanaka2012-06-20
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-20
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-06
* Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka2012-05-31
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-11
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga2012-05-03
* Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton2012-05-02
* Missed some register numbers.Benjamin Kramer2012-04-27
* Update edis test for r155704.Benjamin Kramer2012-04-27
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2012-04-24
* Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2012-04-24
* Added support for disassembling unpredictable swp/swpb ARM instructions.Silviu Baranga2012-04-18
* Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...Silviu Baranga2012-04-18
* Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...Silviu Baranga2012-04-18
* Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga2012-04-18
* Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...Silviu Baranga2012-04-18
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)Kevin Enderby2012-04-17
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-16
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-11
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-11
* Fix ARM disassembly of VLD instructions with writebacks.  And add test a caseKevin Enderby2012-04-11
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-11
* Add the tests that were supposed to go with r153935 that I forgot svn addCraig Topper2012-04-06
* Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...Silviu Baranga2012-04-05
* Added support for handling unpredictable arithmetic instructions on ARM.Silviu Baranga2012-04-05