summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-221-0/+26
* [PowerPC] Add asm/disasm support for dcbt with hintHal Finkel2015-04-231-0/+15
* Add direct moves to/from VSR and exploit them for FP/INT conversionsNemanja Ivanovic2015-04-111-0/+6
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-0/+54
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+33
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+92
* [PowerPC] Add assembler support for mcrfs and friendsHal Finkel2015-01-151-0/+38
* [PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64Hal Finkel2014-12-231-0/+39
* [PowerPC] Add the 'attn' instructionHal Finkel2014-11-251-0/+6
* [PowerPC] Add support for dcbtst and icbt (prefetch)Hal Finkel2014-08-231-0/+15
* tlbre / tlbwe / tlbsx / tlbsx. variants for the PPC 4xx CPUs.Joerg Sonnenberger2014-08-041-0/+16
* Don't use additional arguments for dss and friends to satisfy DSS_Form,Joerg Sonnenberger2014-08-021-2/+1
* Refactor TLBIVAX and add tlbsx.Joerg Sonnenberger2014-07-301-0/+5
* Recognize BookE's mbar instruction.Joerg Sonnenberger2014-07-291-0/+9
* Support move to/from segment register.Joerg Sonnenberger2014-07-291-0/+22
* [PowerPC] Simplify and improve loading into TOC registerUlrich Weigand2014-06-181-14/+0
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+167
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-0/+19
* Add a disassembler to the PowerPC backendHal Finkel2013-12-191-0/+4
* Improve instruction scheduling for the PPC POWER7Hal Finkel2013-12-121-0/+9
* Add IIC_ prefix to PPC instruction-class namesHal Finkel2013-11-271-3/+3
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+33
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-011-0/+6
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-011-1/+4
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-241-0/+14
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-141-0/+13
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-031-0/+6
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-261-0/+19
* Add a comment about the PPC Interpretation64Bit bitHal Finkel2013-04-121-0/+5
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-121-1/+14
* Generate PPC early conditional returnsHal Finkel2013-04-081-3/+3
* PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand2013-03-261-0/+1
* PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand2013-03-261-2/+1
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-261-4/+2
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+12
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-131-4/+4
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-131-6/+7
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-131-0/+20
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+6
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-0/+59
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-2/+2
* split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner2010-11-151-2/+15
* add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner2010-11-151-4/+18
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-3/+8
* Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen2008-08-221-0/+11
* Implement ISD::TRAP support on PPCNate Begeman2008-08-111-0/+11
* no need to explicitly clear these fields.Chris Lattner2008-01-071-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-101-0/+49
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-130/+135
OpenPOWER on IntegriCloud