aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-062-0/+37
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-051-0/+3
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-2/+2
* Tidy up formatting.Jim Grosbach2011-10-041-91/+106
* Un-XFAIL file. Comment out individual failing instructions.Jim Grosbach2011-10-041-26/+19
* Tidy up formatting.Jim Grosbach2011-10-041-19/+32
* Un-XFAIL file. Fix incorrect CHECK lines. General format cleanup.Jim Grosbach2011-10-041-15/+19
* Un-XFAIL file. Fix incorrect CHECK line. General format cleanup.Jim Grosbach2011-10-041-33/+48
* Tidy up formatting.Jim Grosbach2011-10-041-54/+80
* Un-XFAIL file. Fix incorrect CHECK line.Jim Grosbach2011-10-041-2/+1
* Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach2011-10-041-14/+12
* Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach2011-10-041-6/+6
* Tidy up. Formatting.Jim Grosbach2011-10-041-19/+27
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-042-0/+54
* Tidy up. These tests are covered in the .s file tests now.Jim Grosbach2011-10-031-236/+0
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-031-5/+9
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-031-4/+4
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-031-2/+4
* Update test for 141010.Jim Grosbach2011-10-031-1/+1
* Tidy up a bit. Formatting.Jim Grosbach2011-10-031-62/+76
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-032-0/+45
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-032-0/+6
* Test updates that were supposed to go with r140993.Craig Topper2011-10-031-4/+4
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-023-0/+168
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-021-0/+3
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-012-0/+11
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-012-0/+15
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-283-0/+87
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-271-1/+8
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Remove incorrect testcases.Owen Anderson2011-09-261-4/+0
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-261-0/+289
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-231-0/+2
* Fix incorrect disassembly test.Owen Anderson2011-09-231-1/+1
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-231-0/+7
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-231-2/+2
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-231-7/+4
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-221-0/+12
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-211-2/+4
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-212-1/+3
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-201-0/+6
* Port over more Thumb2 encoding tests to decoding tests.Owen Anderson2011-09-201-0/+608
* Nuke obsolete test file.Jim Grosbach2011-09-201-337/+0
* Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach2011-09-201-0/+20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-201-0/+118
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-201-0/+18
* Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach2011-09-201-0/+10
* Thumb2 assembly parsing and encoding for USAT.Jim Grosbach2011-09-201-0/+16
* Tidy up.Jim Grosbach2011-09-201-1/+3