OSDN Git Service

[NFC][PowerPC] Custom PowerPC specific machine-scheduler
[android-x86/external-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
2019-03-27 QingShan Zhang[NFC][PowerPC] Custom PowerPC specific machine-scheduler
2019-02-27 Joerg SonnenbergerDefault to Secure PLT on PPC for NetBSD and OpenBSD.
2019-01-26 Nemanja Ivanovic[PowerPC] Update Vector Costs for P9
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-07-19 Stefan Pintilie[Power9] Code Cleanup - Remove needsAggressiveScheduling()
2018-07-18 Justin HibbitsIntroduce codegen for the Signal Processing Engine
2018-03-27 Sterling AugustineInitialize variable added in r328617.
2017-01-26 Rafael EspindolaUse shouldAssumeDSOLocal in classifyGlobalReference.
2016-10-02 Hal Finkel[PowerPC] Refactor soft-float support, and enable PPC64...
2016-08-30 Hal Finkel[PowerPC] Add support for -mlongcall
2016-07-01 Duncan P. N. Exon... Target: Remove unused arguments from overrideSchedPolic...
2016-06-30 Rafael EspindolaDelete unused includes. NFC.
2016-06-27 Rafael EspindolaMove shouldAssumeDSOLocal to Target.
2016-06-23 Rafael EspindolaRefactor to use shouldAssumeDSOLocal. NFC.
2016-05-09 Nemanja Ivanovic[Power9] Add support for -mcpu=pwr9 in the back end
2016-03-31 Nemanja Ivanovic[PowerPC] Basic support for P9 atomic loads and stores
2016-03-29 Hal Finkel[PowerPC] Refactor popcnt[dw] target features
2016-03-28 Hal Finkel[PowerPC] On the A2, popcnt[dw] are very slow
2016-02-29 Nemanja IvanovicFix for PR26180
2016-02-26 Kit BartonPower9] Implement new vsx instructions: compare and...
2015-12-15 Nemanja IvanovicDefine a feature for __float128 support in the PPC...
2015-12-14 Petar Jovanovic[Power PC] llvm soft float support for ppc32
2015-11-20 Eric ChristopherPower8 and later support fusing addis/addi and addis...
2015-11-20 Eric ChristopherWeak non-function symbols were being accessed directly...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-03-31 Ulrich Weigand[PowerPC] Remove TargetMachine CPU auto-detection
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-17 Eric ChristopherAdd a FIXME to move IsLittleEndian to the target machine.
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-13 Eric ChristopherMove the target machine variable so that it's initializ...
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-29 Bill Schmidt[PowerPC] Complete setting the baseline for ppc64le
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-14 Bill Schmidt[PPC64] Add support for the ICBT instruction on POWER8.
2015-01-09 Hal Finkel[PowerPC] Add a flag for experimenting with subreg...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2014-12-09 Bill Schmidt[PowerPC 4/4] Enable little-endian support for VSX.
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-10 Bill Schmidt[PowerPC] Reduce names from Power8Vector to P8Vector
2014-10-10 Bill Schmidt[PowerPC] Add feature for Power8 vector extensions
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
2014-10-01 Eric Christopherconstify the TargetMachine argument used in the subtarg...
2014-10-01 Eric ChristopherNow that the optimization level is adjusting the featur...
2014-10-01 Eric ChristopherRework the PPC TargetMachine so that the non-function...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-09 Eric ChristopherInitialize PPC DataLayout based on the Triple only.
2014-08-09 Eric ChristopherRemove extraneous 64-bit argument to the PPC TargetMach...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via features
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-12 Eric ChristopherMove the PPCSelectionDAGInfo off the TargetMachine...
2014-06-12 Eric ChristopherMove PPCTargetLowering off of the TargetMachine and...
2014-06-12 Eric ChristopherMove PPCJITInfo off of the TargetMachine and onto the...
2014-06-12 Eric ChristopherMove PPCInstrInfo off of the target machine and onto...
2014-06-12 Eric ChristopherMove DataLayout from the PPCTargetMachine to the subtarget.
2014-06-12 Eric ChristopherMove PPCFrameLowering into PPCSubtarget from PPCTargetM...
2014-06-05 Bill Schmidt[PPC64LE] Temporarily disable VSX support in little...
2014-05-13 Eric ChristopherSave the optimization level the subtarget was created...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-30 Hal FinkelAdd a scheduling model (with itinerary) for the PPC...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
next