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