Re-enable ARM ELF tests
[oota-llvm.git] / test / MC / X86 /
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-04-22 Robert Khasanov[AVX512] Implemented integer conversions up/down with...
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-21 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-06 Elena DemikhovskyAVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versio...
2014-03-06 Elena DemikhovskyAVX-512: fixed comressed displacement - by Robert Khazanov
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-02-20 Elena DemikhovskyAVX-512: Assembly parsing of broadcast semantic in...
2014-02-19 Craig TopperRemove special FP opcode maps and instead add enough...
2014-02-11 Elena DemikhovskyAVX-512: Optimized BUILD_VECTOR pattern;
2014-02-10 Craig TopperRecommit r201059 and r201060 with hopefully a fix for...
2014-02-06 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-02-05 Elena DemikhovskyAVX-512: fixed a bug in EVEX encoding (the bug appeared...
2014-01-31 Craig TopperMove address override handling in X86MCCodeEmitter...
2014-01-30 David Woodhouse[x86] Fix signed relocations for i64i32imm operands
2014-01-28 David WoodhouseTests for mode switching
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-23 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to produce...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse]x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for SCAS{8,16,32...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-13 David Woodhouse[x86] Fix retq/retl handling in 64-bit mode
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-08 David Woodhouse[x86] Do not relax PUSHi16 to PUSHi32 (PR18414)
2014-01-08 David Woodhouse[x86] Make AsmParser validate registers for memory...
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-08 David Woodhouse[x86] Use 16-bit addressing where possible in 16-bit...
2014-01-08 David Woodhouse[x86] Fix JCXZ,JECXZ_32 for 16-bit mode
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2014-01-08 David Woodhouse[x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit...
2014-01-08 David Woodhouse[x86] Add JMP16[rm],CALL16[rm] instructions, and fix...
2014-01-08 David Woodhouse[x86] Add PUSHA16,POPA16 instructions, and fix aliases...
2014-01-08 David Woodhouse[x86] Add OpSize16 to instructions that need it
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2014-01-06 Craig Topper[x86] Add basic support for .code16
2014-01-05 Craig TopperFix ModR/M byte output for 16-bit addressing modes...
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-04 Juergen Ributzka[Stackmap] Specify the triple and cpu to fix the unit...
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-11-25 Rafael EspindolaUse -triple to fix the test on non-ELF hosts.
2013-11-25 Rafael EspindolaDon't use nopl in cpus that don't support it.
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-10-14 Craig TopperAllow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd...
2013-10-14 Craig TopperMark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly...
2013-10-10 Craig TopperAllow non-AVX form of pmovmskb to take a GR64 operand.
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Craig TopperTeach X86 asm parser that VMOVAPSrr and other VEX-encod...
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-09-29 Craig TopperRevert accidental commit.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-21 Elena DemikhovskyAVX-512: Added SHIFT instructions.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-01 Elena DemikhovskyEVEX and compressed displacement encoding for AVX512
2013-07-26 Craig TopperAdd test cases for the various instruction alias and...
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-22 Kevin EnderbyFix the move to/from accumulator register instructions...
2013-07-22 Craig TopperRecommit r186813: More Intel syntax alias fixes. With...
2013-07-03 Rafael EspindolaPrefix failing commands with not to make clear they...
2013-06-18 Stefanus Du ToitAdd support for encoding the HLE XACQUIRE and XRELEASE...
2013-06-13 Benjamin KramerX86: Make the cmov aliases work with intel syntax too.
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-04-22 Chad RosierAdd test case for PR15779, which has previously been...
2013-04-18 Chad Rosier[ms-inline asm] Apply the condition code mnemonic alias...
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-28 Rafael EspindolaMove test since it depends on the X86 backend.
2013-03-27 Chad Rosier[ms-inline asm] Add support of imm displacement before...
2013-03-25 Dave Zarzyckix86 -- add the XTEST instruction
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-05 Eli BenderskyFixes a test by replacing .align by .p2align and settin...
2013-03-05 David SehrAdd a test that .align directives on capable processors...
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
next