summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Add support for part-word atomics for PPCNemanja Ivanovic2015-03-101-0/+54
* Change the generation of the vmuluwm instruction to be based on the MUL opcode.Kit Barton2015-03-102-5/+6
* Use the correct func begin symbol in all places in ppc.Rafael Espindola2015-03-052-3/+4
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-055-25/+89
* While reviewing the changes to Clang to add builtin support for the vsld, vsr...Kit Barton2015-03-051-5/+8
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+275
* Use the vanilla func_end symbol for .size.Rafael Espindola2015-03-042-2/+2
* Add the following 64-bit vector integer arithmetic instructions added in POWER8:Kit Barton2015-03-035-0/+428
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-033-423/+423
* Regenerated test case from pr 230801 for change in LLVM IR syntaxBill Schmidt2015-02-271-0/+78
* Revert test case until it can be fixedBill Schmidt2015-02-271-65/+0
* [PowerPC] Fix PR22711 - Misaligned .toc sectionBill Schmidt2015-02-271-0/+65
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-27224-1331/+1331
* [PowerPC] Use vector types for memcpy and friends (sometimes)Hal Finkel2015-02-272-2/+114
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-27103-1360/+1360
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-2718-26/+26
* [PowerPC] Make LDtocL and friends invariant loadsHal Finkel2015-02-254-37/+79
* [PowerPC] Add triples to QPX testsHal Finkel2015-02-257-0/+7
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-2513-1/+850
* I incorrectly marked the VORC instruction as isCommutable when I added it. Kit Barton2015-02-201-5/+8
* [PowerPC] Loop Data Prefetching for the BG/QHal Finkel2015-02-201-0/+29
* This patch adds the VSX logical instructions introduced in the Power ISA 2.07...Kit Barton2015-02-182-1/+52
* Move ABI handling and 64-bitness to the PowerPC target machine.Eric Christopher2015-02-171-4/+4
* [PowerPC] Support non-direct-sub/superclass VSX copiesHal Finkel2015-02-162-0/+248
* [CodeGenPrepare] Removed duplicate logic. SimplifyCFG already knows how to sp...Andrea Di Biagio2015-02-131-41/+0
* [SDAG] Don't try to use FP_EXTEND/FP_ROUND for int<->fp promotionsHal Finkel2015-02-121-0/+23
* [PowerPC] Mark jumps as expensive (using using CR bits)Hal Finkel2015-02-121-0/+36
* Fix overly prescriptive test that broken on Mac after r228725.Daniel Jasper2015-02-101-8/+8
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-103-6/+55
* This change implements the following three logical vector operations:Kit Barton2015-02-091-0/+27
* [PowerPC] Handle loop predecessor invokesHal Finkel2015-02-071-0/+50
* [PowerPC] Fixup incomplete revert of test/CodeGen/PowerPC/tls-pic.llHal Finkel2015-02-061-7/+7
* Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel2015-02-064-58/+9
* [PowerPC] Prepare loops for pre-increment loads/storesHal Finkel2015-02-052-6/+21
* [PowerPC] Generate pre-increment floating-point ld/st instructionsHal Finkel2015-02-051-0/+40
* [PowerPC] Implement the vclz instructions for PWR8Bill Schmidt2015-02-051-0/+40
* Add missing test case from r228046Bill Schmidt2015-02-041-0/+72
* [PowerPC] Handle 32-bit targets properly in PPCTLSDynamicCall.cppBill Schmidt2015-02-041-2/+2
* Disable 32-bit tests in tls-pic.ll until they can be repairedBill Schmidt2015-02-031-2/+2
* Further revise too-restrictive test CodeGen/PowerPC/tls-pic.llBill Schmidt2015-02-031-1/+1
* Further revise too-restrictive test CodeGen/PowerPC/tls-pic.llBill Schmidt2015-02-031-1/+1
* Revise too-restrictive test CodeGen/PowerPC/tls-pic.llBill Schmidt2015-02-031-6/+6
* [PowerPC] Yet another approach to __tls_get_addrBill Schmidt2015-02-033-6/+55
* [PowerPC] VSX stores don't also readHal Finkel2015-02-012-2/+65
* [PowerPC] Better scheduling for isel on P7/P8Hal Finkel2015-02-011-0/+33
* [PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functionsHal Finkel2015-02-013-9/+87
* [PowerPC] Complete setting the baseline for ppc64leBill Schmidt2015-01-291-0/+3
* [PowerPC] Revert ppc64le-aggregates.ll test changes from r227053Bill Schmidt2015-01-251-3/+0
* [PowerPC] Reset the baseline for ppc64le to be equivalent to pwr8Bill Schmidt2015-01-253-0/+12
* [PowerPC] Add r2 as an operand for all calls under both PPC64 ELF V1 and V2Hal Finkel2015-01-191-2/+2
OpenPOWER on IntegriCloud