Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-03-17 Daniel Sanders[ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Hal Finkel[PowerPC] Cleanup unused target-specific SDAG nodes
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-01-30 Eric ChristopherRemove extraneous forward declaration.
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2015-01-13 Olivier SallenaveAdded TLI hook for isFPExtFree. Some of the FMA combine...
2015-01-10 Hal Finkel[PowerPC] Mark zext of a small scalar load as free
2015-01-09 Hal Finkel[PowerPC] Fold [sz]ext with fp_to_int lowering where...
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-05 Hal Finkel[PowerPC] Enable speculation of cttz/ctlz
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2014-12-23 Hal Finkel[PowerPC] Ensure that the TOC reload directly follows...
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-09 Bill Schmidt[PowerPC 1/4] Little-endian adjustments for VSX loads...
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-01 Eric Christopherconstify the TargetMachine argument used in the subtarg...
2014-09-30 Sanjay PatelSplit the estimate() interface into separate functions...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-05 Bill Schmidt[PowerPC] Swap arguments and adjust shift count for...
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-25 Bill Schmidt[PATCH][PPC64LE] Correct little-endian usage of vmrgh...
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 aggregate passing support
2014-06-23 Ulrich Weigand[PowerPC] Refactor setMinReservedArea and CalculatePara...
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-12 Eric ChristopherMove PPCTargetLowering off of the TargetMachine and...
2014-06-12 Eric ChristopherRename PPCSubTarget to Subtarget in PPCTargetLowering...
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-11 Hal Finkel[PowerPC] Add global named register support
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-22 Roman DivackyAdd some comments.
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-08-26 Bill SchmidtDummy code to silence warning from 4189266
2013-07-30 Bill Schmidt[PowerPC] Skeletal FastISel support for 64-bit PowerPC...
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-12 Bill Schmidt[PowerPC] Expose some calling convention functions...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-15 NAKAMURA TakumiPPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]
2013-05-15 NAKAMURA TakumiWhitespace.
2013-05-14 Bill SchmidtImplement the PowerPC system call (sc) instruction.
2013-05-08 Roman DivackyRemove unused isLegalAddressImmediate() method.
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-03 Hal FinkelCleanup PPC reciprocal-estimate functionality
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelTreat PPCISD::STFIWX like the memory opcode that it is
next