2015-10-26 |
David Majnemer | [MC] Add support for GNU as-compatible binary operator... |
blob | commitdiff | raw |
2015-10-21 |
Craig Topper | [X86] Add AMD mwaitx, monitorx, and clzero instructions... |
blob | commitdiff | raw | diff to current |
2015-03-31 |
Rafael Espindola | Fix the operand encoding in the test instruction. |
blob | commitdiff | raw | diff to current |
2014-05-12 |
Tim Northover | TableGen: use PrintMethods to print more aliases |
blob | commitdiff | raw | diff to current |
2014-02-10 |
Craig Topper | Recommit r201059 and r201060 with hopefully a fix for... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
David Woodhouse | [x86] Allow segment and address-size overrides for... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
David Woodhouse | [x86] Allow segment and address-size overrides for... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
David Woodhouse | [x86] Allow segment and address-size overrides for... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
David Woodhouse | [x86] Allow address-size overrides for STOS[BWLQ] ... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
David Woodhouse | [x86] Allow segment and address-size overrides for... |
blob | commitdiff | raw | diff to current |
2014-01-08 |
David Woodhouse | [x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Craig Topper | Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd... |
blob | commitdiff | raw | diff to current |
2013-10-08 |
Craig Topper | Remove some instructions that existed to provide aliase... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
Craig Topper | Add test cases for the various instruction alias and... |
blob | commitdiff | raw | diff to current |
2013-07-23 |
Craig Topper | Don't let x86 asm printer use the no operand movsd... |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Kevin Enderby | Fix the move to/from accumulator register instructions... |
blob | commitdiff | raw | diff to current |
2013-07-22 |
Craig Topper | Recommit r186813: More Intel syntax alias fixes. With... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Michael Liao | Add CLAC/STAC instruction encoding/decoding support |
blob | commitdiff | raw | diff to current |
2013-01-06 |
Craig Topper | Fix suffix handling for parsing and printing of cvtsi2s... |
blob | commitdiff | raw | diff to current |
2012-08-31 |
Jim Grosbach | X86: Fix encoding of 'movd %xmm0, %rax' |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Charles Davis | Add retw and lretw instructions. Also, fix Intel syntax... |
blob | commitdiff | raw | diff to current |
2012-03-13 |
Kevin Enderby | Change the X86 assembler to not require a segment regis... |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Eli Friedman | Fix the operand ordering on aliases for shld and shrd... |
blob | commitdiff | raw | diff to current |
2012-03-05 |
Eli Friedman | Make aliases for shld and shrd match gas. PR12173. |
blob | commitdiff | raw | diff to current |
2011-11-24 |
Benjamin Kramer | X86: alias cqo to cqto. |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Kevin Enderby | Change the sysexit mnemonic (and sysexitl) to never... |
blob | commitdiff | raw | diff to current |
2011-10-07 |
Craig Topper | Revert part of r141274. Only need to change encoding... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Craig Topper | Fix assembling of xchg %eax, %eax to not use the NOP... |
blob | commitdiff | raw | diff to current |
2011-07-06 |
Kevin Enderby | Changed the X86 PUSH64i8 record to use the i64i8imm... |
blob | commitdiff | raw | diff to current |
2011-07-05 |
Eli Friedman | Add assembler/disassembler support for non-AVX pclmulqd... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Eli Friedman | Add support for movntil/movntiq mnemonics. Reported... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Nick Lewycky | Add support for assembling "movq" when it's correct... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Bob Wilson | Revert r133452: "Emit movq for 64-bit register to XMM... |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Nick Lewycky | Emit movq for 64-bit register to XMM register moves... |
blob | commitdiff | raw | diff to current |
2011-06-15 |
Bill Wendling | Improve the heuristic to emit the alias if the number... |
blob | commitdiff | raw | diff to current |
2011-06-14 |
Bill Wendling | Heuristic: If the number of operands in the alias are... |
blob | commitdiff | raw | diff to current |
2011-04-14 |
Bill Wendling | As Dan pointed out, movzbl, movsbl, and friends are... |
blob | commitdiff | raw | diff to current |
2011-04-14 |
Bill Wendling | Have the X86 back-end emit the alias instead of what... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | fix rdar://8735979 - "int 3" doesn't match to "int3... |
blob | commitdiff | raw | diff to current |
2011-03-18 |
Joerg Sonnenberger | Support explicit argument forms for the X86 string... |
blob | commitdiff | raw | diff to current |
2011-03-04 |
Eli Friedman | Followup to r126970: add 64-bit encoding tests for... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Joerg Sonnenberger | Use the same (%dx) hack for in[bwl] as for out[bwl]. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Joerg Sonnenberger | Recognize loopz and loopnz as aliases for loope and... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Rafael Espindola | Implement xgetbv and xsetbv. |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Chris Lattner | implement PR9264: disambiguating 'bt mem, imm' as a... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Joerg Sonnenberger | Recognize monitor/mwait with explicit register arguments |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Chris Lattner | Fix PR8946, a missing reg/reg form of movdqu. |
blob | commitdiff | raw | diff to current |
2010-12-30 |
Nick Lewycky | Add another non-commutable instruction that gas accepts... |
blob | commitdiff | raw | diff to current |
2010-12-25 |
Chris Lattner | Generalize a previous change, fixing PR8855 - an valid... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Kevin Enderby | Allow a slash, '/', as a prefix separator for X86.... |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Rafael Espindola | Implement the data16 prefix. |
blob | commitdiff | raw | diff to current |
2010-11-24 |
Rafael Espindola | Testcase for r120017. |
blob | commitdiff | raw | diff to current |
2010-11-21 |
Chris Lattner | implement PR8524, apparently mainline gas accepts movq... |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Chris Lattner | accept lret as an alias for lretl, fixing the reopened... |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Chris Lattner | implement PR8592: empirically "lretq" is a "lret" with... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Chris Lattner | implement aliases for div/idiv that have an explicit... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Chris Lattner | add aliases for movs between seg registers and mem... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Chris Lattner | rework the rotate-by-1 instructions to be defined like the |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Chris Lattner | change the fp comparison instructions to not have ... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Chris Lattner | correct suffix matching to search for s/l/t suffixes on |
blob | commitdiff | raw | diff to current |
2010-11-01 |
Chris Lattner | "mov[zs]x (mem), GR16" are not ambiguous: the mem |
blob | commitdiff | raw | diff to current |
2010-11-01 |
Chris Lattner | Implement enough of the missing instalias support to get |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Andrew Trick | Reverting r117031 to cleanup valgrind errors. |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Kevin Enderby | More tweaks to X86 instructions to allow the 'w' suffix... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Kevin Enderby | Added a few tweaks to the Intel Descriptor-table suppor... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Kevin Enderby | Added a handful of x86-32 instructions that were missin... |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Chris Lattner | Replace a gross hack (the MOV64ri_alt instruction)... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Chris Lattner | move X86 subdir up a level |
blob | commitdiff | raw | diff to current |
|