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