summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-1/+10
* fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...Sanjay Patel2015-07-281-1/+1
* [PowerPC] Support the nest parameter attributeHal Finkel2015-07-121-1/+1
* Allow {e,r}bp as the target of {read,write}_register.Pat Gavlin2015-07-091-1/+2
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-091-2/+2
* Make getByValTypeAlignment() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+2
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+2
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-6/+4
* [PPC] Implement vmrgew and vmrgow instructionsKit Barton2015-06-251-0/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-3/+3
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-011-1/+2
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-221-0/+10
* [PPC64] Add vector pack/unpack support from ISA 2.07Bill Schmidt2015-05-161-0/+5
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-1/+1
* Add direct moves to/from VSR and exploit them for FP/INT conversionsNemanja Ivanovic2015-04-111-0/+13
* [PowerPC] Enable splat generation for BUILD_VECTOR with little endianBill Schmidt2015-04-031-4/+0
* [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memo...Daniel Sanders2015-03-171-2/+11
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* Add support for part-word atomics for PPCNemanja Ivanovic2015-03-101-9/+2
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-3/+4
* [PowerPC] Make LDtocL and friends invariant loadsHal Finkel2015-02-251-3/+6
* [PowerPC] Cleanup unused target-specific SDAG nodesHal Finkel2015-02-251-16/+1
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-1/+29
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-101-15/+29
* Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel2015-02-061-11/+11
* [PowerPC] Yet another approach to __tls_get_addrBill Schmidt2015-02-031-11/+11
* Remove extraneous forward declaration.Eric Christopher2015-01-301-1/+0
* Use the cached subtargets and remove calls to getSubtarget/getSubtargetImplEric Christopher2015-01-301-1/+2
* [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect callsHal Finkel2015-01-151-12/+9
* Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""Hal Finkel2015-01-141-4/+6
* Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"Hal Finkel2015-01-131-6/+4
* [PowerPC] Add StackMap/PatchPoint supportHal Finkel2015-01-131-4/+6
* Added TLI hook for isFPExtFree. Some of the FMA combine heuristics are now gu...Olivier Sallenave2015-01-131-0/+2
* [PowerPC] Mark zext of a small scalar load as freeHal Finkel2015-01-101-0/+2
* [PowerPC] Fold [sz]ext with fp_to_int lowering where possibleHal Finkel2015-01-091-1/+2
* [PowerPC] Reuse a load operand in int->fp conversionsHal Finkel2015-01-061-0/+22
* [PowerPC] Improve int_to_fp(fp_to_int(x)) combiningHal Finkel2015-01-061-0/+1
* [PowerPC] Enable speculation of cttz/ctlzHal Finkel2015-01-051-0/+8
* [PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preferenceHal Finkel2015-01-031-0/+2
* [PowerPC] Add support for the CMPB instructionHal Finkel2015-01-031-0/+3
* [PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64Hal Finkel2014-12-231-0/+4
* [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradiHal Finkel2014-12-111-0/+9
* [PowerPC 1/4] Little-endian adjustments for VSX loads/storesBill Schmidt2014-12-091-1/+21
* [PowerPC] Implement readcyclecounter for PPC32Hal Finkel2014-12-021-0/+4
* [PowerPC] Implement combineRepeatedFPDivisorsHal Finkel2014-11-241-0/+1
* [PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt2014-11-111-8/+6
* Use rsqrt (X86) to speed up reciprocal square root calcsSanjay Patel2014-10-241-1/+2
OpenPOWER on IntegriCloud