summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-32.s
Commit message (Expand)AuthorAge
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* Add retw and lretw instructions. Also, fix Intel syntax parsing for allCharles Davis2012-04-11
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-19
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-18
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-06
* add test from PR9164Chris Lattner2011-05-22
* testcase for PR9378Chris Lattner2011-05-22
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Support explicit argument forms for the X86 string instructions.Joerg Sonnenberger2011-03-18
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-04
* Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger2011-02-22
* Recognize monitor/mwait with explicit register argumentsJoerg Sonnenberger2011-02-18
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-28
* go to great lengths to work around a GAS bug my previous patchChris Lattner2010-11-06
* change the fp comparison instructions to not have %st0 explicitlyChris Lattner2010-11-06
* fix an encoding mismatch where "sal %eax, 1" was not using the short encodingChris Lattner2010-10-30
* add a test for the ud2a alias.Chris Lattner2010-10-30
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-27
* Yet another tweak to X86 instructions to add ud2a as an alias to ud2Kevin Enderby2010-10-27
* Another tweak to X86 instructions to add the missing flex instruction (withoutKevin Enderby2010-10-27
* Tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby2010-10-27
* Added some aliases to the fcomip and fucompi Intel instructions. So that llvm-mcKevin Enderby2010-10-27
* Reverting r117031 to cleanup valgrind errors.Andrew Trick2010-10-22
* More tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby2010-10-21
* Added a few tweaks to the Intel Descriptor-table support instructions to allowKevin Enderby2010-10-19
* Added a handful of x86-32 instructions that were missing so that llvm-mc wouldKevin Enderby2010-10-18
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-03
* fix a regression introduced in r115243, in which the instructionChris Lattner2010-10-02
* move X86 subdir up a levelChris Lattner2010-10-01