summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-0/+2
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+13
* Move ABI handling and 64-bitness to the PowerPC target machine.Eric Christopher2015-02-171-9/+4
* Move the target machine variable so that it's initialized earlyEric Christopher2015-02-131-2/+1
* Stash the TargetMachine on the subtarget so we can access it later.Eric Christopher2015-02-131-2/+3
* [PowerPC] Implement the vpopcnt instructions for POWER8Bill Schmidt2015-02-031-0/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-4/+0
* [PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect callsHal Finkel2015-01-151-0/+4
* [PPC64] Add support for the ICBT instruction on POWER8.Bill Schmidt2015-01-141-0/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [PowerPC] Add a flag for experimenting with subreg liveness trackingHal Finkel2015-01-091-0/+2
* [PowerPC] Add support for the CMPB instructionHal Finkel2015-01-031-0/+2
* [PowerPC] Reduce names from Power8Vector to P8VectorBill Schmidt2014-10-101-2/+2
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-0/+2
* [PowerPC] Modern Book-E cores support syncHal Finkel2014-10-021-0/+2
* constify the TargetMachine argument used in the subtarget andEric Christopher2014-10-011-1/+1
* Now that the optimization level is adjusting the feature stringEric Christopher2014-10-011-5/+1
* Remove resetSubtargetFeatures as it is unused.Eric Christopher2014-09-031-3/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-11/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Initialize PPC DataLayout based on the Triple only.Eric Christopher2014-08-091-1/+3
* Remove extraneous 64-bit argument to the PPC TargetMachine constructorEric Christopher2014-08-091-4/+4
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+11
* Nuke the old JIT.Rafael Espindola2014-08-071-11/+0
* Add first bunch of SPE instructions. As they overlap with Altivec, markJoerg Sonnenberger2014-08-071-0/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-8/+19
* Add support for m[ft][di]bat[ul] instructions.Joerg Sonnenberger2014-08-041-0/+2
* Add features for PPC 4xx and e500/e500mc instructions.Joerg Sonnenberger2014-08-041-0/+4
* [PowerPC] Support ELFv1/ELFv2 ABI selection via featuresUlrich Weigand2014-07-281-3/+7
* [PowerPC] ELFv2 function call changesUlrich Weigand2014-07-201-0/+3
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-0/+3
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-151-5/+5
* add ppc64/pwr8 as targetWill Schmidt2014-06-261-0/+1
* Fix typo.Eric Christopher2014-06-131-1/+1
* Move the PPCSelectionDAGInfo off the TargetMachine and onto theEric Christopher2014-06-121-0/+3
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-121-1/+4
* Move PPCJITInfo off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-121-1/+4
* Move PPCInstrInfo off of the target machine and onto the subtarget.Eric Christopher2014-06-121-0/+3
* Move DataLayout from the PPCTargetMachine to the subtarget.Eric Christopher2014-06-121-0/+4
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-121-0/+8
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-211-0/+2
* Save the optimization level the subtarget was created with in aEric Christopher2014-05-131-0/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-5/+5
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+1
* Don't avoid cfi instructions on the bg/p.Rafael Espindola2014-03-071-2/+0
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-1/+7
* Move PPC's getDataLayoutString out of line and document it better.Rafael Espindola2013-12-111-16/+0
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-161-0/+1
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-0/+4
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-111-0/+8
OpenPOWER on IntegriCloud