| Commit message (Expand) | Author | Age | Files | Lines |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -0/+4 |
* | Change the X86 assembler to not require a segment register on string | Kevin Enderby | 2012-03-13 | 1 | -0/+3 |
* | Fix the operand ordering on aliases for shld and shrd. PR12173, part 2. | Eli Friedman | 2012-03-06 | 1 | -13/+21 |
* | Make aliases for shld and shrd match gas. PR12173. | Eli Friedman | 2012-03-05 | 1 | -6/+11 |
* | X86: alias cqo to cqto. | Benjamin Kramer | 2011-11-24 | 1 | -0/+1 |
* | Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and | Kevin Enderby | 2011-10-27 | 1 | -0/+12 |
* | Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6... | Craig Topper | 2011-10-07 | 1 | -2/+2 |
* | Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w... | Craig Topper | 2011-10-06 | 1 | -0/+21 |
* | Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a | Kevin Enderby | 2011-07-06 | 1 | -0/+6 |
* | Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use... | Eli Friedman | 2011-07-05 | 1 | -0/+16 |
* | Add support for movntil/movntiq mnemonics. Reported on llvmdev. | Eli Friedman | 2011-06-23 | 1 | -0/+12 |
* | Add support for assembling "movq" when it's correct to do so, while continuing | Nick Lewycky | 2011-06-21 | 1 | -0/+8 |
* | Revert r133452: "Emit movq for 64-bit register to XMM register moves..." | Bob Wilson | 2011-06-21 | 1 | -8/+0 |
* | Emit movq for 64-bit register to XMM register moves, but continue to accept | Nick Lewycky | 2011-06-20 | 1 | -0/+8 |
* | Improve the heuristic to emit the alias if the number of hard-coded registers | Bill Wendling | 2011-06-15 | 1 | -15/+15 |
* | Heuristic: If the number of operands in the alias are more than the number of | Bill Wendling | 2011-06-14 | 1 | -20/+20 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 1 | -26/+26 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 1 | -61/+61 |
* | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner | 2011-04-09 | 1 | -0/+4 |
* | Support explicit argument forms for the X86 string instructions. | Joerg Sonnenberger | 2011-03-18 | 1 | -0/+135 |
* | Followup to r126970: add 64-bit encoding tests for str with reg operand. | Eli Friedman | 2011-03-04 | 1 | -0/+16 |
* | Use the same (%dx) hack for in[bwl] as for out[bwl]. | Joerg Sonnenberger | 2011-02-22 | 1 | -3/+22 |
* | Recognize loopz and loopnz as aliases for loope and loopne. | Joerg Sonnenberger | 2011-02-22 | 1 | -0/+8 |
* | Implement xgetbv and xsetbv. | Rafael Espindola | 2011-02-22 | 1 | -0/+4 |
* | implement PR9264: disambiguating 'bt mem, imm' as a btl. | Chris Lattner | 2011-02-19 | 1 | -0/+4 |
* | Recognize monitor/mwait with explicit register arguments | Joerg Sonnenberger | 2011-02-18 | 1 | -0/+12 |
* | Fix PR8946, a missing reg/reg form of movdqu. | Chris Lattner | 2011-01-11 | 1 | -0/+2 |
* | Add another non-commutable instruction that gas accepts commuted forms for. | Nick Lewycky | 2010-12-30 | 1 | -0/+4 |
* | Generalize a previous change, fixing PR8855 - an valid large immediate | Chris Lattner | 2010-12-25 | 1 | -0/+4 |
* | Allow a slash, '/', as a prefix separator for X86. rdar://8741045 | Kevin Enderby | 2010-12-08 | 1 | -0/+5 |
* | Implement the data16 prefix. | Rafael Espindola | 2010-11-27 | 1 | -0/+1 |
* | Testcase for r120017. | Rafael Espindola | 2010-11-24 | 1 | -0/+1 |
* | implement PR8524, apparently mainline gas accepts movq as an alias for movd | Chris Lattner | 2010-11-21 | 1 | -0/+7 |
* | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner | 2010-11-12 | 1 | -1/+2 |
* | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner | 2010-11-12 | 1 | -0/+4 |
* | implement aliases for div/idiv that have an explicit A register operand, | Chris Lattner | 2010-11-06 | 1 | -0/+17 |
* | add aliases for movs between seg registers and mem. There are multiple | Chris Lattner | 2010-11-06 | 1 | -0/+7 |
* | rework the rotate-by-1 instructions to be defined like the | Chris Lattner | 2010-11-06 | 1 | -5/+8 |
* | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 2010-11-06 | 1 | -5/+5 |
* | correct suffix matching to search for s/l/t suffixes on | Chris Lattner | 2010-11-06 | 1 | -5/+0 |
* | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner | 2010-11-01 | 1 | -0/+6 |
* | Implement enough of the missing instalias support to get | Chris Lattner | 2010-11-01 | 1 | -3/+45 |
* | Reverting r117031 to cleanup valgrind errors. | Andrew Trick | 2010-10-22 | 1 | -3/+3 |
* | More tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby | 2010-10-21 | 1 | -3/+3 |
* | Added a few tweaks to the Intel Descriptor-table support instructions to allow | Kevin Enderby | 2010-10-19 | 1 | -0/+32 |
* | Added a handful of x86-32 instructions that were missing so that llvm-mc would | Kevin Enderby | 2010-10-18 | 1 | -0/+9 |
* | Replace a gross hack (the MOV64ri_alt instruction) with a slightly less | Chris Lattner | 2010-10-05 | 1 | -1/+1 |
* | move X86 subdir up a level | Chris Lattner | 2010-10-01 | 1 | -0/+788 |