Revert part of r241149, "Fix PR23872: Integrated assembler error message when using...
[oota-llvm.git] / test / MC / PowerPC /
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-04 Rafael EspindolaAdd testcase that would crash before the previous revert.
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-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-23 Hal Finkel[PowerPC] Support register name prefixes for vector...
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-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
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-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
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-10 Hal Finkel[PowerPC] Support the (old) cntlz instruction alias
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-12-17 Justin HibbitsAdd parsing of 'foo@local".
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-11-24 Ulrich Weigand[PowerPC] Fix PR 21652 - copy st_other bits on symbol...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-10 Joerg Sonnenberger@l and friends adjust their value depending the context...
2014-08-09 Joerg SonnenbergerAllow the third argument for the subi family to be...
2014-08-09 Joerg SonnenbergerUse the full form of dccci and iccci from the early...
2014-08-08 Joerg SonnenbergerAllow large immediates for branch instructions in 32bit...
2014-08-08 Joerg SonnenbergerAdd support for SPE load/store from memory.
2014-08-07 Joerg SonnenbergerAdd the majority of the remaining SPE instructions.
2014-08-07 Joerg SonnenbergerIndent
2014-08-07 Joerg SonnenbergerAdd mfasr and mtasr
2014-08-07 Joerg SonnenbergerAdd mfrtcu and mfrtcl instructions
2014-08-07 Joerg SonnenbergerSupport mttbl and mttbu mnemonic
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-05 Joerg SonnenbergerAdd accessors for the PPC 403 bank registers.
2014-08-05 Joerg SonnenbergerAccessors for SSR2 and SSR3 on PPC 403.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd mftblo and mftbhi for PPC 4xx.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-04 Joerg SonnenbergerAdd TCR register access
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Joerg SonnenbergerAdd simplified aliases for access to DCCR, ICCR, DEAR...
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Joerg SonnenbergerRecognize mftbl as alias for mftb, for symmetry with...
2014-08-04 Joerg SonnenbergerAllow .lcomm with alignment on ELF targets.
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
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 SonnenbergerAdd mtpid/mfpid for BookE.
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-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Joerg Sonnenbergermbar without argument is equivalent to mbar 0.
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Joerg SonnenbergerFix typo in alias: DSIR -> DSISR
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-12 Roman DivackyAllow exclamation and tilde to be parsed as a part...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-09-26 David MajnemerPPC: Allow partial fills in writeNopData()
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
next