summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* [PPC64LE] Recognize shufflevector patterns for little endianBill Schmidt2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [PPC64LE] Generate correct code for unaligned little-endian vector loadsBill Schmidt2014-06-09
* [PPC64LE] Generate correct little-endian code for v16i8 multiplyBill Schmidt2014-06-09
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-06
* [PPC64LE] Add test case for r210282 commitBill Schmidt2014-06-05
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-29
* Add a test showing the ppc code sequence for getting a function pointer.Rafael Espindola2014-05-29
* Revert "[PPC] Use alias symbols in address computation."Hal Finkel2014-05-28
* [PATCH] Correct type used for VADD_SPLAT optimization on PowerPCBill Schmidt2014-05-27
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-26
* [PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16ImmediateAdam Nemet2014-05-20
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-14
* [PowerPC] Add global named register supportHal Finkel2014-05-11
* [PowerPC] On PPC32, 128-bit shifts might be runtime callsHal Finkel2014-05-11
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* Reenable use of TBAA during CodeGenHal Finkel2014-04-12
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* [PowerPC] Add a full condition code register to make the "cc" clobber workHal Finkel2014-04-04
* [PowerPC] Add some missing VSX bitcast patternsHal Finkel2014-04-01
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-31
* Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELTHal Finkel2014-03-31
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-30
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-29
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-29
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28
* [PowerPC] v2[fi]64 need to be explicitly passed in VSX registersHal Finkel2014-03-28
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-27
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-27
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-26
* [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructionsHal Finkel2014-03-26
* [PowerPC] Use VSX vector load/stores for v2[fi]64Hal Finkel2014-03-26
* [PowerPC] Add v2i64 as a legal VSX typeHal Finkel2014-03-26
* [PowerPC] Lower VSELECT using xxsel when VSX is availableHal Finkel2014-03-26
* [PowerPC] Generate logical vector VSX instructionsHal Finkel2014-03-26
* [PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel2014-03-25
* [PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel2014-03-23
* [PowerPC] Fix the VSX v2f64 return registerHal Finkel2014-03-22
* Remove redundant test.Rafael Espindola2014-03-21
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-18
* [ppc64] Avoid copy relocs in named rodata sectionsUlrich Weigand2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Fixup PPC Darwin i1 argument handlingHal Finkel2014-03-06