summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vsx.ll
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PowerPC] Generate logical vector VSX instructionsHal Finkel2014-03-261-0/+156
* [PowerPC] Fix the VSX v2f64 return registerHal Finkel2014-03-221-3/+1
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+46
OpenPOWER on IntegriCloud