summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC.td
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Fix powerpcspe subtarget enablement in llvm backendJustin Hibbits2020-01-141-1/+1
* [PowerPC] Change default for unaligned FP access for older subtargetsNemanja Ivanovic2019-12-281-1/+5
* [NFC][PowerPC] Add the inheritable and additional features to make the proces...QingShan Zhang2019-12-031-39/+81
* [PowerPC] Separate Features that are known to be Power9 specific from Future CPUStefan Pintilie2019-11-271-4/+13
* [PowerPC] Add new Future CPU for PowerPC in LLVMStefan Pintilie2019-11-271-0/+12
* [PowerPC] Rename DarwinDirective to CPUDirective (NFC)Kit Barton2019-11-251-24/+24
* [PowerPC][NFC] Remove unused (and unsupported) fusion feature bits.Jinsong Ji2019-06-271-4/+1
* [PowerPC][NFC] Fix comments for AltVSXFMARel mapping.Jinsong Ji2019-06-201-3/+2
* [PowerPC] Use the two-constant NR algorithm for refining estimatesNemanja Ivanovic2019-05-071-1/+4
* [NFC][PowerPC] Custom PowerPC specific machine-schedulerQingShan Zhang2019-03-271-1/+7
* [PowerPC] Update Vector Costs for P9Nemanja Ivanovic2019-01-261-1/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-exegesis][NFC] Add a way to declare the default counter binding for unb...Clement Courbet2018-11-091-6/+12
* Introduce codegen for the Signal Processing EngineJustin Hibbits2018-07-181-14/+17
* Add PowerPC e500(v2) core scheduler and directives.Justin Hibbits2018-07-181-0/+6
* [PowerPC] Secure PLT supportStrahinja Petrovic2018-03-271-0/+2
* [MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry2018-02-231-0/+1
* [Power9] Processor Model for SchedulingEhsan Amiri2016-12-191-3/+1
* [PowerPC] Refactor soft-float support, and enable PPC64 soft floatHal Finkel2016-10-021-19/+36
* Adding missing directive for Power9.Nemanja Ivanovic2016-09-141-1/+1
* [PowerPC] Add support for -mlongcallHal Finkel2016-08-301-0/+2
* Use C++ comments for large block comment.Eric Christopher2016-06-231-16/+17
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-0/+5
* [PowerPC] Basic support for P9 byte comparison and count trailing zero insnsNemanja Ivanovic2016-04-131-7/+9
* [PowerPC] Basic support for P9 atomic loads and storesNemanja Ivanovic2016-03-311-0/+4
* [PowerPC] Refactor popcnt[dw] target featuresHal Finkel2016-03-291-9/+11
* [PowerPC] On the A2, popcnt[dw] are very slowHal Finkel2016-03-281-4/+11
* Power9] Implement new vsx instructions: compare and conversionKit Barton2016-02-261-0/+6
* Define a feature for __float128 support in the PPC back endNemanja Ivanovic2015-12-151-0/+4
* [Power PC] llvm soft float support for ppc32Petar Jovanovic2015-12-141-0/+2
* [PowerPC] Don't generate mfocrf on the e500mcHal Finkel2015-11-251-1/+1
* Power8 and later support fusing addis/addi and addis/ld instructionEric Christopher2015-11-201-1/+4
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+1
* Properly handle the mftb instruction.Kit Barton2015-06-161-32/+47
* [PowerPC] Disable part-word atomics on the P7Hal Finkel2015-04-111-2/+2
* Add direct moves to/from VSR and exploit them for FP/INT conversionsNemanja Ivanovic2015-04-111-1/+5
* Add LLVM support for remaining integer divide and permute instructions from I...Nemanja Ivanovic2015-04-091-36/+37
* Add Hardware Transactional Memory (HTM) SupportKit Barton2015-03-251-1/+3
* Add support for part-word atomics for PPCNemanja Ivanovic2015-03-101-5/+7
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-1/+4
* Test commit. Removed an unnecessary spaceNemanja Ivanovic2015-03-041-1/+1
* Move ABI handling and 64-bitness to the PowerPC target machine.Eric Christopher2015-02-171-10/+0
* [PowerPC] Implement the vpopcnt instructions for POWER8Bill Schmidt2015-02-031-4/+7
* [PowerPC] Reset the baseline for ppc64le to be equivalent to pwr8Bill Schmidt2015-01-251-14/+30
* [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect callsHal Finkel2015-01-151-0/+5
* [PPC64] Add support for the ICBT instruction on POWER8.Bill Schmidt2015-01-141-12/+15
* [PowerPC] Add support for the CMPB instructionHal Finkel2015-01-031-7/+8
* Enable the P8Model entryWill Schmidt2014-12-171-1/+1
* Restore r223709 as it was meant to be, and enable FeatureP8Vector for P8Bill Schmidt2014-12-091-2/+2
* Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbre...NAKAMURA Takumi2014-12-091-3/+5
OpenPOWER on IntegriCloud