[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
[oota-llvm.git] / test / MC / X86 /
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-04 Igor BregerTest commit
2015-06-04 Elena DemikhovskyAVX-512: added all SKX forms of VPERMW/D/Q instructions.
2015-06-03 Asaf Badouhre-apply 238809
2015-06-03 Elena DemikhovskyAVX-512: Implemented SHUFF32x4/SHUFF64x2/SHUFI32x4...
2015-06-02 Elena DemikhovskyAVX-512: Implemented VRANGESD and VRANGESS instructions...
2015-06-02 Elena DemikhovskyAVX-512: Implemented VFIXUPIMMSD and VFIXUPIMMSS instru...
2015-06-02 Asaf Badouhrevert 238809
2015-06-02 Asaf BadouhAVX-512: Implemented GETEXP instruction for KNL and SKX
2015-06-01 Asaf BadouhFirst commit test.
2015-06-01 Elena DemikhovskyAVX-512: Implemented VRANGEPD and VRANGEPD instructions...
2015-06-01 Elena DemikhovskyAVX-512: added all forms of VPSHUFD and VPSHUFHW, VPSHUFLW
2015-06-01 Elena DemikhovskyAVX-512: Implemented VFIXUPIMMPD and VFIXUPIMMPS instru...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
2015-05-27 Elena DemikhovskyAVX-512: Implemented all forms of sign-extend and zero...
2015-05-18 Elena DemikhovskyAVX-512: Added VBROADCASTF64X4, VBROADCASTF64X2, VBROAD...
2015-05-13 Elena DemikhovskyAVX-512: fixed a bug in encoding of VPSRAQ instrcution,
2015-05-12 Elena DemikhovskyAVX-512: asm parser errors check
2015-05-11 Elena DemikhovskyAVX-512: Added SKX instructions and intrinsics:
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-04 Elena DemikhovskyAVX-512: added integer "add" and "sub" instructions...
2015-05-04 Elena DemikhovskyAVX-512: enabled tests for AVX512F set
2015-05-04 Elena DemikhovskyAVX-512: Added VPACK* instructions forms for KNL and SKX
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Elena DemikhovskyAVX-512: Added VPMOVx2M instructions for SKX,
2015-04-21 Elena DemikhovskyAVX-512: Added VPTESTM and VPTESTNM instructions for SKX
2015-04-21 Elena DemikhovskyAVX-512: Added logical and arithmetic instructions...
2015-04-21 Derek SchuffTighten bundling section alignment test.
2015-04-21 Derek Schuff[MC] When using bundle aligment, align sections to...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-03-31 Rafael EspindolaFix the operand encoding in the test instruction.
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-12 Elena DemikhovskyAVX-512: Added encoding tests for VPROR, VPROL instruct...
2015-03-11 Juergen RibutzkaAdd the "vbroadcasti128" instruction back.
2015-03-11 Elena DemikhovskyAVX-512: Added SKX forms of shift instructions.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Elena DemikhovskyAVX-512: Add assembly parser support for Rounding mode
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-15 Craig Topper[X86] Add assembler predicates for the rest of the...
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-07 Craig Topper[X86] Add GETSEC instruction.
2015-02-06 Craig Topper[X86] Add assembler and disassembler test cases for...
2015-02-06 Craig Topper[X86] Remove a ton of duplicate test cases for the...
2015-02-03 Craig Topper[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveop...
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2015-01-21 Craig Topper[x86] Add assembly parser bounds checking to the immedi...
2015-01-14 Saleem AbdulrasoolX86: validate 'int' instruction
2014-12-23 Elena DemikhovskyAVX-512: BLENDM - fixed encoding of the broadcast version
2014-12-22 Elena DemikhovskyAVX-512: Added all forms of BLENDM instructions,
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-15 Ahmed Bougacha[X86] And also test INSERTPS shuffle mask pretty-printing.
2014-12-09 Robert Khasanov[AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast...
2014-12-08 Bruno Cardoso Lopes[CompactUnwind] Fix register encoding logic
2014-12-03 Ahmed Bougacha[X86][MC] Intel syntax: accept implicit memory operand...
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-10-30 Robert Khasanov[AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.
2014-10-29 Robert Khasanov[AVX512] Implemented AVX512VL FP bnary packed instructi...
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-28 Robert Khasanov[AVX-512] Expanded rsqrt/rcp instructions to VL subset.
2014-10-27 Adam Nemet[AVX512] Add vpermil variable version
2014-10-24 Adam Nemet[AVX512] FMA support for the 231 variants
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-15 Adam Nemet[AVX512] Add DQ subvector inserts
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-14 Hans Wennborg[x86 asm] allow fwait alias in both At&t and Intel...
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to DQ/VL subsets.
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to BW/VL subsets.
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-08 Adam Nemet[AVX512] Add asm-only support for vextract*x4 masking...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 Robert Khasanov[SKX] Added new versions of cmp instructions in avx512_...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-11 Reid KlecknerAdd missing test for r215031
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-06 Adam Nemet[X86] Fixes commit r214890 to match the posted patch
2014-08-05 Adam Nemet[AVX512] Add masking variant and intrinsics for valignd/q
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-25 Lang Hames[X86] Add comments to clarify some non-obvious lines...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
next