[AVX-512] Fix test case update missed in r257299.
[oota-llvm.git] / test / MC / Disassembler / PowerPC /
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-08-13 Nemanja IvanovicScalar to vector conversions using direct moves
2015-07-15 Benjamin Kramer[PPC] Disassemble little endian ppc instructions in...
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-05-29 Nemanja IvanovicAdd support for VSX FMA single-precision instructions...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-21 Nemanja IvanovicAdd support for VSX scalar single-precision arithmetic...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-04-23 Hal Finkel[PowerPC] Use sync inst alias when printing
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-09 Kit BartonThis change implements the following three logical...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-01-15 Hal Finkel[PowerPC] Add assembler support for mcrfs and friends
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2014-11-30 Hal Finkel[PowerPC] Add asm support for cache-inhibited ld/st...
2014-11-25 Hal Finkel[PowerPC] Add the 'attn' instruction
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-09 Joerg SonnenbergerUpdate disassembler test to check the full dccci/iccci...
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-08-02 Joerg Sonnenbergertlbia support
2014-08-02 Joerg Sonnenbergermfdcr / mtdcr support
2014-08-02 Joerg SonnenbergerDon't use additional arguments for dss and friends...
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Joerg SonnenbergerAdd BookE's wrtee and wrteei instructions.
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend