aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86
Commit message (Expand)AuthorAgeFilesLines
* move X86 subdir up a levelChris Lattner2010-10-0114-29242/+0
* more cleanups.Chris Lattner2010-09-307-7903/+7897
* merge and clean up tests.Chris Lattner2010-09-306-51/+55
* merge two tests.Chris Lattner2010-09-302-10074/+10073
* rename testChris Lattner2010-09-301-0/+0
* generalize test.Chris Lattner2010-09-301-0/+0
* rename test.Chris Lattner2010-09-301-0/+0
* merge two tests.Chris Lattner2010-09-302-262/+256
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-301-0/+4
* merge two tests.Chris Lattner2010-09-302-7/+5
* fix this to not be completely broken.Chris Lattner2010-09-301-2/+1
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-301-12/+11
* update and unxfailChris Lattner2010-09-301-19/+18
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-301-6/+5
* implement support for finit, PR8258Chris Lattner2010-09-301-0/+10
* add support for fstcw, PR8259Chris Lattner2010-09-301-0/+6
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-291-0/+8
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-291-0/+7
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-291-2/+7
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-291-0/+5
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-291-1/+14
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-291-0/+6
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-291-0/+5
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-291-0/+10
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-291-0/+8
* yet more aliases.Chris Lattner2010-09-271-0/+4
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-271-0/+5
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-271-0/+7
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-271-0/+16
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-271-0/+14
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-221-0/+8
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-222-4/+6
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-221-1/+13
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-221-0/+5
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-221-0/+17
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-221-0/+3
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-221-0/+6
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'Chris Lattner2010-09-221-0/+5
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-171-0/+12
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-161-0/+10
* lcall and ljmp always default to lcalll and ljmpl. This finallyChris Lattner2010-09-151-0/+10
* apparently jmpl $1,$2 is an alias for ljmpl, similiarlyChris Lattner2010-09-152-1/+15
* Disambiguate lcall/ljmp to the 32-bit version. This happensChris Lattner2010-09-151-0/+6
* fix the encoding of sldt GR16 to have the 0x66 prefix, andChris Lattner2010-09-151-1/+10
* implement aliases for shld/shrd, part of rdar://8418316Chris Lattner2010-09-151-0/+11
* fix rdar://8431880 - rcl/rcr with no shift amount not recognizedChris Lattner2010-09-151-0/+11
* add various broken forms of fnstsw. I didn't add the %raxChris Lattner2010-09-151-1/+9
* add some aliases for f[u]comi, part of rdar://8431422Chris Lattner2010-09-151-0/+14
* add a bunch of aliases for fp operations with no operand,Chris Lattner2010-09-151-0/+25
* add a terrible hack to allow out with dx is parens, a gas bug.Chris Lattner2010-09-141-0/+10