summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vsx.ll
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Implement the areMemAccessesTriviallyDisjoint hookQingShan Zhang2019-07-021-10/+10
* RegAllocFast: Improve hinting heuristicMatt Arsenault2019-05-161-9/+10
* Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...Matt Arsenault2019-05-031-12/+0
* Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...Nico Weber2019-05-031-0/+12
* RegAllocFast: Add heuristic to detect values not live-out of a blockMatt Arsenault2019-05-031-12/+0
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-191-633/+1971
* [PowerPC] Complete the custom legalization of vector int to fp conversionNemanja Ivanovic2018-12-291-22/+12
* [Power9] Add support for stxvw4x.be and stxvd2x.be intrinsicsZaara Syeda2018-11-051-48/+0
* [PowerPC] Revert commit r339779Nemanja Ivanovic2018-08-271-2/+2
* [PowerPC] Change Test Options [NFC]Stefan Pintilie2018-08-241-299/+309
* [PowerPC] Replace the Post RA List Scheduler with the Machine SchedulerStefan Pintilie2018-07-041-3/+3
* [PowerPC] Utilize DQ-Form instructions for spill/restore and fix FrameIndex e...Lei Huang2017-10-111-10/+25
* RegisterScavenging: Followup to r305625Matthias Braun2017-06-201-15/+15
* [PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LENemanja Ivanovic2017-05-021-10/+10
* Use PIC relocation model as default for PowerPC64 ELF.Joerg Sonnenberger2016-12-151-5/+5
* Revert https://reviews.llvm.org/rL287679Nemanja Ivanovic2016-11-291-24/+15
* [PowerPC] Improvements for BUILD_VECTOR Vol. 1Nemanja Ivanovic2016-11-291-6/+2
* [PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LENemanja Ivanovic2016-11-221-15/+24
* [PowerPC] Implement BE VSX load/store builtins - llvm portion.Tony Jiang2016-11-151-0/+48
* [Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic2016-10-041-133/+51
* [Power9] Builtins for ELF v.2 API conformance - back end portionNemanja Ivanovic2016-09-271-19/+15
* Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri2016-08-031-5/+5
* [PowerPC] - Legalize vector types by widening instead of integer promotionNemanja Ivanovic2016-07-051-41/+53
* [PowerPC] Add an MI SSA peephole pass.Bill Schmidt2015-11-101-2/+1
* Fix for bootstrap bug introduced in r244921Nemanja Ivanovic2015-11-021-8/+8
* Temporary fix for the self-host failures introduced by rL244921.Nemanja Ivanovic2015-08-191-8/+8
* Scalar to vector conversions using direct movesNemanja Ivanovic2015-08-131-3/+3
* [PowerPC] v4i32 is a VSRCRegClassBill Schmidt2015-07-161-35/+34
* [PPC64LE] Enable missing lxvdsx optimization, and related swap optimizationBill Schmidt2015-07-011-6/+288
* [PowerPC] Enable printing instructions using aliasesHal Finkel2015-04-231-7/+7
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-7/+7
* [PowerPC]Update Power VSX test cases to also test fast-iselBill Seurer2014-12-051-117/+384
* [PATCH] Support select-cc for VSFRC when VSX is enabledBill Schmidt2014-10-221-0/+11
* [PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generationBill Schmidt2014-10-171-0/+57
* [PowerPC] Fix FrameIndex handling in SelectAddressRegImmUlrich Weigand2014-07-201-1/+1
* [PowerPC] Add some missing VSX bitcast patternsHal Finkel2014-04-011-0/+8
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-311-5/+6
* Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELTHal Finkel2014-03-311-0/+16
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-301-0/+6
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-301-0/+38
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-291-0/+33
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-281-1/+1
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-271-0/+18
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-271-0/+42
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-261-0/+65
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-261-0/+18
* [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructionsHal Finkel2014-03-261-0/+72
* [PowerPC] Use VSX vector load/stores for v2[fi]64Hal Finkel2014-03-261-0/+36
* [PowerPC] Add v2i64 as a legal VSX typeHal Finkel2014-03-261-1/+22
* [PowerPC] Lower VSELECT using xxsel when VSX is availableHal Finkel2014-03-261-0/+77
OpenPOWER on IntegriCloud