| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Fix powerpcspe subtarget enablement in llvm backend | Justin Hibbits | 2020-01-14 | 1 | -3/+2 |
| * | [PowerPC]: Add powerpcspe target triple subarch component | Justin Hibbits | 2020-01-08 | 1 | -0/+3 |
| * | Fix bots after a9ad65a2b34f | Nemanja Ivanovic | 2019-12-28 | 1 | -0/+1 |
| * | [PowerPC] Rename DarwinDirective to CPUDirective (NFC) | Kit Barton | 2019-11-25 | 1 | -2/+2 |
| * | [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget | Guillaume Chatelet | 2019-10-17 | 1 | -1/+1 |
| * | [NFC][PowerPC] Refactor classifyGlobalReference | Jinsong Ji | 2019-09-20 | 1 | -9/+4 |
| * | On PowerPC, Secure-PLT by default for FreeBSD 13 and higher | Dimitry Andric | 2019-09-18 | 1 | -1/+2 |
| * | Default to Secure PLT on PPC for musl libc. | Brad Smith | 2019-06-28 | 1 | -1/+2 |
| * | [PowerPC][NFC] Remove unused (and unsupported) fusion feature bits. | Jinsong Ji | 2019-06-27 | 1 | -1/+0 |
| * | [PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipeliner | Jinsong Ji | 2019-06-11 | 1 | -2/+11 |
| * | [PowerPC] Use the two-constant NR algorithm for refining estimates | Nemanja Ivanovic | 2019-05-07 | 1 | -0/+1 |
| * | [NFC][PowerPC] Custom PowerPC specific machine-scheduler | QingShan Zhang | 2019-03-27 | 1 | -0/+2 |
| * | Default to Secure PLT on PPC for NetBSD and OpenBSD. | Joerg Sonnenberger | 2019-02-27 | 1 | -0/+3 |
| * | [PowerPC] Update Vector Costs for P9 | Nemanja Ivanovic | 2019-01-26 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Power9] Code Cleanup - Remove needsAggressiveScheduling() | Stefan Pintilie | 2018-07-19 | 1 | -27/+8 |
| * | Introduce codegen for the Signal Processing Engine | Justin Hibbits | 2018-07-18 | 1 | -0/+11 |
| * | Initialize variable added in r328617. | Sterling Augustine | 2018-03-27 | 1 | -0/+1 |
| * | Use shouldAssumeDSOLocal in classifyGlobalReference. | Rafael Espindola | 2017-01-26 | 1 | -19/+5 |
| * | [PowerPC] Refactor soft-float support, and enable PPC64 soft float | Hal Finkel | 2016-10-02 | 1 | -1/+1 |
| * | [PowerPC] Add support for -mlongcall | Hal Finkel | 2016-08-30 | 1 | -0/+1 |
| * | Target: Remove unused arguments from overrideSchedPolicy, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -2/+0 |
| * | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 1 | -1/+0 |
| * | Move shouldAssumeDSOLocal to Target. | Rafael Espindola | 2016-06-27 | 1 | -2/+1 |
| * | Refactor to use shouldAssumeDSOLocal. NFC. | Rafael Espindola | 2016-06-23 | 1 | -10/+14 |
| * | [Power9] Add support for -mcpu=pwr9 in the back end | Nemanja Ivanovic | 2016-05-09 | 1 | -0/+2 |
| * | [PowerPC] Basic support for P9 atomic loads and stores | Nemanja Ivanovic | 2016-03-31 | 1 | -0/+1 |
| * | [PowerPC] Refactor popcnt[dw] target features | Hal Finkel | 2016-03-29 | 1 | -2/+2 |
| * | [PowerPC] On the A2, popcnt[dw] are very slow | Hal Finkel | 2016-03-28 | 1 | -0/+1 |
| * | Fix for PR26180 | Nemanja Ivanovic | 2016-02-29 | 1 | -1/+1 |
| * | Power9] Implement new vsx instructions: compare and conversion | Kit Barton | 2016-02-26 | 1 | -0/+2 |
| * | Define a feature for __float128 support in the PPC back end | Nemanja Ivanovic | 2015-12-15 | 1 | -0/+1 |
| * | [Power PC] llvm soft float support for ppc32 | Petar Jovanovic | 2015-12-14 | 1 | -0/+1 |
| * | Power8 and later support fusing addis/addi and addis/ld instruction | Eric Christopher | 2015-11-20 | 1 | -0/+1 |
| * | Weak non-function symbols were being accessed directly, which is | Eric Christopher | 2015-11-20 | 1 | -0/+28 |
| * | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
| * | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
| * | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
| * | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 1 | -1/+1 |
| * | Remove getDataLayout() from TargetSelectionDAGInfo (had no users) | Mehdi Amini | 2015-07-09 | 1 | -1/+1 |
| * | Properly handle the mftb instruction. | Kit Barton | 2015-06-16 | 1 | -1/+1 |
| * | Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched... | Matthias Braun | 2015-06-13 | 1 | -1/+1 |
| * | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -1/+1 |
| * | Add direct moves to/from VSR and exploit them for FP/INT conversions | Nemanja Ivanovic | 2015-04-11 | 1 | -0/+1 |
| * | Add LLVM support for remaining integer divide and permute instructions from I... | Nemanja Ivanovic | 2015-04-09 | 1 | -0/+2 |
| * | [PowerPC] Remove TargetMachine CPU auto-detection | Ulrich Weigand | 2015-03-31 | 1 | -6/+0 |
| * | Add Hardware Transactional Memory (HTM) Support | Kit Barton | 2015-03-25 | 1 | -0/+1 |
| * | Add support for part-word atomics for PPC | Nemanja Ivanovic | 2015-03-10 | 1 | -0/+1 |
| * | Add LLVM support for PPC cryptography builtins | Nemanja Ivanovic | 2015-03-04 | 1 | -0/+1 |
| * | [PowerPC] Add support for the QPX vector instruction set | Hal Finkel | 2015-02-25 | 1 | -2/+7 |