aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Add an elf-dumper utility.Benjamin Kramer2010-09-091-0/+110
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-081-0/+6
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-082-0/+82
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-081-0/+7
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-082-1/+18
* implement the iret suite of instructions properly,Chris Lattner2010-09-082-0/+27
* add support for instruction prefixes on the same line as the instruction,Chris Lattner2010-09-081-0/+12
* gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner2010-09-081-0/+5
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-083-1/+23
* add missing cmov aliases, this resolves rdar://8208499Chris Lattner2010-09-071-0/+7
* "sldt <mem>" is ambiguous in 64-bit mode, but shouldChris Lattner2010-09-061-0/+3
* fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)"Chris Lattner2010-09-061-0/+5
* fix the operand constraints of the immediate form of in/out,Chris Lattner2010-09-061-0/+9
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+13
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-012-4/+4
* fixme accomplishedChris Lattner2010-08-281-2/+0
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-251-0/+4
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-243-10/+44
* MC/X86: Tweak imul recognition, previous hack only applies for the imul formDaniel Dunbar2010-08-241-0/+3
* MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends.Daniel Dunbar2010-08-241-0/+3
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-241-0/+2
* MC/X86: Warn on scale factors > 1 without index register, instead of erroring,Daniel Dunbar2010-08-241-1/+8
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-241-0/+5
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-241-0/+17
* fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner2010-08-191-0/+5
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-182-0/+13
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-172-0/+8
* Add a Thumb2 t2RSBrr instruction for disassembly only.Bob Wilson2010-08-131-0/+4
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-131-0/+4
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+6
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-121-0/+2
* MC/X86/AsmParser: Give an explicit error message when we reject an instructionDaniel Dunbar2010-08-121-0/+5
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-111-0/+6
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-0/+4
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-111-0/+8
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-101-0/+7
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-051-0/+4
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-051-0/+4
* tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of themDaniel Dunbar2010-08-051-2/+3
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-051-0/+4
* MC: Fix symbol fragment offsets in COFF.Michael J. Spencer2010-08-031-0/+182
* Add support for disassembling VMVN (immediate) instructions. PR7747.Bob Wilson2010-07-311-0/+3
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-272-0/+141
* Support x86 "eiz" and "riz" pseudo index registers in the assembler.Bruno Cardoso Lopes2010-07-244-0/+48
* Consolidate the ELF section directive tests into a single file asMatt Fleming2010-07-238-42/+23
* Move AVX encoding tests to different filesBruno Cardoso Lopes2010-07-234-6548/+6552
* Add AVX version of CLMUL instructionsBruno Cardoso Lopes2010-07-232-0/+84
* Add complete assembler support for FMA3 instructions, with descriptions and e...Bruno Cardoso Lopes2010-07-232-0/+1348
* Add remaining AVX instructions (most of them dealing with GR64 destinations. ...Bruno Cardoso Lopes2010-07-221-0/+32
* Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes2010-07-212-0/+260