aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.h
AgeCommit message (Expand)Author
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-02-01LLVM enablement for some older PowerPC CPUsBill Schmidt
2013-01-30Add definitions for the PPC a2q core marked as having QPX availableHal Finkel
2013-01-29Add isBGQ method to PPCSubtargetHal Finkel
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-10-29PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi
2012-10-29PPCSubtarget.h: Whitespace.NAKAMURA Takumi
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-11Rename the PPC target feature gpul to mfocrf.Hal Finkel
2012-06-11Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel
2012-04-02The binutils for the IBM BG/P are too old to support CFI.Hal Finkel
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-02update PPC 940 hazard rec. to function in postRA modeHal Finkel
2011-10-17Add PPC 440 scheduler and some associated testsHal Finkel
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-03Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar
2011-04-19Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar
2011-04-19Target/PPC: Add a TargetTriple field.Daniel Dunbar
2010-08-04Use indirect calls in PowerPC JIT.Torok Edwin
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-08-11eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2009-02-27Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen
2008-12-19Fix bug 3202.Rafael Espindola
2008-02-14Rewrite tblgen handling of subtarget features soDale Johannesen
2008-01-02leopard and above support alignment for common symbols.Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-03long double patch 2 of N. Handle it in TargetData.Dale Johannesen
2007-04-03The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray
2007-02-25Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-01-22Double and long preferred alignment set to 8 bytes.Evan Cheng
2007-01-19Needed to build on PPC Linux.Nick Lewycky