summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.h
Commit message (Expand)AuthorAge
* Merging r196987:Tom Stellard2014-04-08
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-16
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-12
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-11
* Add the PPC fcpsgn instructionHal Finkel2013-08-19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* PPC: Refactoring to support subtarget feature changingHal Finkel2013-07-15
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-03
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-29
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-28
* Add the PPC64 popcntd instructionHal Finkel2013-03-28
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-01
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-30
* Add isBGQ method to PPCSubtargetHal Finkel2013-01-29
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi2012-10-29
* PPCSubtarget.h: Whitespace.NAKAMURA Takumi2012-10-29
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-29
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-11
* Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel2012-06-11
* The binutils for the IBM BG/P are too old to support CFI.Hal Finkel2012-04-02
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-01
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-02
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky2011-07-03
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-19
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-19
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-04
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-11
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-27
* Fix bug 3202.Rafael Espindola2008-12-19