summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-32-coverage.s
Commit message (Expand)AuthorAge
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-26
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby2013-01-02
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-03
* 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
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-27
* Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng2011-07-27
* Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.Kevin Enderby2011-07-27
* Add support for movntil/movntiq mnemonics. Reported on llvmdev.Eli Friedman2011-06-23
* Remove some random comments that snuck in from somewhere.Eric Christopher2011-05-04
* xmm0 is an implicit parameter in this and so shouldn't be in theEric Christopher2011-05-03
* Add encoding tests for flds/fildsJoerg Sonnenberger2011-04-15
* Recognize leavel and leaveq aliases for leave.Joerg Sonnenberger2011-02-17
* 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
* make the asm matcher emitter reject instructions that have commentsChris Lattner2010-11-01
* 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
* move X86 subdir up a levelChris Lattner2010-10-01