| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an elf-dumper utility. | Benjamin Kramer | 2010-09-09 | 1 | -0/+110 |
* | fix rdar://8407548, I missed the commuted form of xchg/test without a suffix. | Chris Lattner | 2010-09-08 | 1 | -0/+6 |
* | fix bugs in push/pop segment support, rdar://8407242 | Chris Lattner | 2010-09-08 | 2 | -0/+82 |
* | add support for the commuted form of the test instruction, rdar://8018260. | Chris Lattner | 2010-09-08 | 1 | -0/+7 |
* | implement proper support for sysret{,l,q}, rdar://8403907 | Chris Lattner | 2010-09-08 | 2 | -1/+18 |
* | implement the iret suite of instructions properly, | Chris Lattner | 2010-09-08 | 2 | -0/+27 |
* | add support for instruction prefixes on the same line as the instruction, | Chris Lattner | 2010-09-08 | 1 | -0/+12 |
* | gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>. | Chris Lattner | 2010-09-08 | 1 | -0/+5 |
* | fix the encoding of the "jump on *cx" family of instructions, | Chris Lattner | 2010-09-08 | 3 | -1/+23 |
* | add missing cmov aliases, this resolves rdar://8208499 | Chris Lattner | 2010-09-07 | 1 | -0/+7 |
* | "sldt <mem>" is ambiguous in 64-bit mode, but should | Chris Lattner | 2010-09-06 | 1 | -0/+3 |
* | fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)" | Chris Lattner | 2010-09-06 | 1 | -0/+5 |
* | fix the operand constraints of the immediate form of in/out, | Chris Lattner | 2010-09-06 | 1 | -0/+9 |
* | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 1 | -0/+13 |
* | COFF: Update tests to reflect changes in last commit. | Michael J. Spencer | 2010-09-01 | 2 | -4/+4 |
* | fixme accomplished | Chris Lattner | 2010-08-28 | 1 | -2/+0 |
* | X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c... | Daniel Dunbar | 2010-08-25 | 1 | -0/+4 |
* | Fix COFF x86-64 relocations. PR7960. | Michael J. Spencer | 2010-08-24 | 3 | -10/+44 |
* | MC/X86: Tweak imul recognition, previous hack only applies for the imul form | Daniel Dunbar | 2010-08-24 | 1 | -0/+3 |
* | MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. | Daniel Dunbar | 2010-08-24 | 1 | -0/+3 |
* | MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support | Daniel Dunbar | 2010-08-24 | 1 | -0/+2 |
* | MC/X86: Warn on scale factors > 1 without index register, instead of erroring, | Daniel Dunbar | 2010-08-24 | 1 | -1/+8 |
* | MC/Parser: Accept leading dollar signs in identifiers. | Daniel Dunbar | 2010-08-24 | 1 | -0/+5 |
* | fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. | Chris Lattner | 2010-08-24 | 1 | -0/+17 |
* | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner | 2010-08-19 | 1 | -0/+5 |
* | MC/ELF: Allow null values in virtual sections, ELF doesn't use special | Daniel Dunbar | 2010-08-18 | 2 | -0/+13 |
* | Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid | Bob Wilson | 2010-08-17 | 2 | -0/+8 |
* | Add a Thumb2 t2RSBrr instruction for disassembly only. | Bob Wilson | 2010-08-13 | 1 | -0/+4 |
* | Move the Thumb2 SSAT and USAT optional shift operator out of the | Bob Wilson | 2010-08-13 | 1 | -0/+4 |
* | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen | 2010-08-12 | 1 | -0/+6 |
* | The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td | Johnny Chen | 2010-08-12 | 1 | -0/+2 |
* | MC/X86/AsmParser: Give an explicit error message when we reject an instruction | Daniel Dunbar | 2010-08-12 | 1 | -0/+5 |
* | Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm. | Johnny Chen | 2010-08-11 | 1 | -0/+6 |
* | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson | 2010-08-11 | 1 | -0/+4 |
* | MC/ARM: Add basic support for handling predication by parsing it out of the m... | Daniel Dunbar | 2010-08-11 | 1 | -0/+8 |
* | MC/AsmParser: Fix a bug in macro argument parsing, which was dropping | Daniel Dunbar | 2010-08-10 | 1 | -0/+7 |
* | Add an ARM RSCrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 1 | -0/+4 |
* | Add an ARM RSBrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 1 | -0/+4 |
* | tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them | Daniel Dunbar | 2010-08-05 | 1 | -2/+3 |
* | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson | 2010-08-05 | 1 | -0/+4 |
* | MC: Fix symbol fragment offsets in COFF. | Michael J. Spencer | 2010-08-03 | 1 | -0/+182 |
* | Add support for disassembling VMVN (immediate) instructions. PR7747. | Bob Wilson | 2010-07-31 | 1 | -0/+3 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 2 | -0/+141 |
* | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes | 2010-07-24 | 4 | -0/+48 |
* | Consolidate the ELF section directive tests into a single file as | Matt Fleming | 2010-07-23 | 8 | -42/+23 |
* | Move AVX encoding tests to different files | Bruno Cardoso Lopes | 2010-07-23 | 4 | -6548/+6552 |
* | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+84 |
* | Add complete assembler support for FMA3 instructions, with descriptions and e... | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+1348 |
* | Add remaining AVX instructions (most of them dealing with GR64 destinations. ... | Bruno Cardoso Lopes | 2010-07-22 | 1 | -0/+32 |
* | Add more 256-bit forms for a bunch of regular AVX instructions | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+260 |