summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-0/+2
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+4
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-151-0/+7
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-031-1/+1
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+7
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-011-0/+2
* Add the PPC lfiwax instructionHal Finkel2013-03-311-0/+2
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-291-0/+2
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-281-0/+2
* Add the PPC64 popcntd instructionHal Finkel2013-03-281-0/+2
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-011-0/+5
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-301-0/+2
* Add isBGQ method to PPCSubtargetHal Finkel2013-01-291-0/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi2012-10-291-1/+2
* PPCSubtarget.h: Whitespace.NAKAMURA Takumi2012-10-291-22/+22
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-0/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-281-0/+2
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-0/+2
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-111-2/+2
* Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel2012-06-111-0/+2
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-021-0/+2
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-0/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-021-0/+4
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-171-0/+3
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+2
* Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky2011-07-031-1/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-2/+2
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+4
OpenPOWER on IntegriCloud