summaryrefslogtreecommitdiff
path: root/test/MC/X86
Commit message (Expand)AuthorAge
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-02-06
* AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)Elena Demikhovsky2014-02-05
* Move address override handling in X86MCCodeEmitter to a place where it works ...Craig Topper2014-01-31
* [x86] Fix signed relocations for i64i32imm operandsDavid Woodhouse2014-01-30
* Tests for mode switchingDavid Woodhouse2014-01-28
* MC: fix test locations/nameSaleem Abdulrasool2014-01-26
* Update the X86 assembler for .intel_syntax to produce an error for invalid baseKevin Enderby2014-01-23
* Update the X86 assembler for .intel_syntax to produce an error for invalidKevin Enderby2014-01-23
* [x86] Allow segment and address-size overrides for INS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for MOVS[BWLQ] (PR9385)David Woodhouse2014-01-22
* ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for SCAS{8,16,32,64} (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* Teach x86 asm parser to handle 'opaque ptr' in Intel syntax.Craig Topper2014-01-17
* Teach X86 asm parser to understand 'ZMMWORD PTR' in Intel syntax.Craig Topper2014-01-17
* Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix inst...Craig Topper2014-01-17
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-01-15
* [x86] Fix retq/retl handling in 64-bit modeDavid Woodhouse2014-01-13
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* [x86] Do not relax PUSHi16 to PUSHi32 (PR18414)David Woodhouse2014-01-08
* [x86] Make AsmParser validate registers for memory operands a bit betterDavid Woodhouse2014-01-08
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* [x86] Use 16-bit addressing where possible in 16-bit modeDavid Woodhouse2014-01-08
* [x86] Fix JCXZ,JECXZ_32 for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit versions, fix aliasesDavid Woodhouse2014-01-08
* [x86] Add JMP16[rm],CALL16[rm] instructions, and fix up aliasesDavid Woodhouse2014-01-08
* [x86] Add PUSHA16,POPA16 instructions, and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Add OpSize16 to instructions that need itDavid Woodhouse2014-01-08
* Add OpSize16 bit, for instructions which need 0x66 prefix in 16-bit modeCraig Topper2014-01-06
* [x86] Add basic support for .code16Craig Topper2014-01-06
* Fix ModR/M byte output for 16-bit addressing modes (PR18220)Craig Topper2014-01-05
* Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me withKevin Enderby2013-12-19
* Revert my change to the X86 assembler for intel syntax to work withKevin Enderby2013-12-19
* Changed the X86 assembler for intel syntax to work with directional labels.Kevin Enderby2013-12-19
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* [Stackmap] Specify the triple and cpu to fix the unit test.Juergen Ributzka2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* Use -triple to fix the test on non-ELF hosts.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...Craig Topper2013-10-14
* Allow non-AVX form of pmovmskb to take a GR64 operand.Craig Topper2013-10-10
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08