| Commit message (Expand) | Author | Age | Files | Lines |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -0/+8 |
* | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 2012-02-23 | 1 | -3/+3 |
* | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper | 2012-02-19 | 1 | -0/+3 |
* | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper | 2012-02-18 | 1 | -1/+26 |
* | Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6... | Craig Topper | 2011-10-07 | 1 | -2/+2 |
* | Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w... | Craig Topper | 2011-10-06 | 1 | -0/+16 |
* | add test from PR9164 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | testcase for PR9378 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 1 | -9/+9 |
* | Support explicit argument forms for the X86 string instructions. | Joerg Sonnenberger | 2011-03-18 | 1 | -0/+110 |
* | PR9377: Handle x86 str with register operand in a way consistent with gas. | Eli Friedman | 2011-03-04 | 1 | -0/+8 |
* | Recognize loopz and loopnz as aliases for loope and loopne. | Joerg Sonnenberger | 2011-02-22 | 1 | -0/+8 |
* | Recognize monitor/mwait with explicit register arguments | Joerg Sonnenberger | 2011-02-18 | 1 | -0/+6 |
* | fix PR8686, accepting a 'b' suffix at the end of all the setcc | Chris Lattner | 2010-11-28 | 1 | -1/+4 |
* | go to great lengths to work around a GAS bug my previous patch | Chris Lattner | 2010-11-06 | 1 | -7/+7 |
* | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 2010-11-06 | 1 | -6/+6 |
* | fix an encoding mismatch where "sal %eax, 1" was not using the short encoding | Chris Lattner | 2010-10-30 | 1 | -0/+5 |
* | add a test for the ud2a alias. | Chris Lattner | 2010-10-30 | 1 | -0/+4 |
* | Added the x86 instruction ud2b (2nd official undefined instruction). | Kevin Enderby | 2010-10-27 | 1 | -0/+4 |
* | Yet another tweak to X86 instructions to add ud2a as an alias to ud2 | Kevin Enderby | 2010-10-27 | 1 | -0/+4 |
* | Another tweak to X86 instructions to add the missing flex instruction (without | Kevin Enderby | 2010-10-27 | 1 | -0/+8 |
* | Tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby | 2010-10-27 | 1 | -0/+48 |
* | Added some aliases to the fcomip and fucompi Intel instructions. So that llvm-mc | Kevin Enderby | 2010-10-27 | 1 | -0/+24 |
* | Reverting r117031 to cleanup valgrind errors. | Andrew Trick | 2010-10-22 | 1 | -64/+0 |
* | More tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby | 2010-10-21 | 1 | -0/+64 |
* | Added a few tweaks to the Intel Descriptor-table support instructions to allow | Kevin Enderby | 2010-10-19 | 1 | -0/+48 |
* | Added a handful of x86-32 instructions that were missing so that llvm-mc would | Kevin Enderby | 2010-10-18 | 1 | -0/+64 |
* | the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t... | Chris Lattner | 2010-10-03 | 1 | -0/+5 |
* | fix a regression introduced in r115243, in which the instruction | Chris Lattner | 2010-10-02 | 1 | -0/+2 |
* | move X86 subdir up a level | Chris Lattner | 2010-10-01 | 1 | -0/+585 |