aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+3
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-3/+2
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-201-1/+1
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-191-10/+1
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-191-0/+7
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-041-0/+4
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-2/+2
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-2/+3
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-111-11/+0
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-7/+4
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-031-2/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+3
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-271-1/+3
* Fix bug 3202.Rafael Espindola2008-12-191-0/+3
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-141-0/+1
* leopard and above support alignment for common symbols.Chris Lattner2008-01-021-4/+10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-2/+2
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-031-2/+2
* Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner2007-02-251-0/+3
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-2/+2
* Double and long preferred alignment set to 8 bytes.Evan Cheng2007-01-221-1/+2
* Needed to build on PPC Linux.Nick Lewycky2007-01-191-0/+3
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-161-1/+12
* Honor cpu directive, take two.Jim Laskey2006-12-121-0/+22
* Another step forward in PPC64 JIT support: we now no-longer need stubsChris Lattner2006-12-111-2/+16
* getInstrItineraryData shouldn't copy the itinerariesChris Lattner2006-12-111-1/+1
* Remove what little AIX support we have. It has never been tested and isn'tChris Lattner2006-07-151-2/+0
* Document the subtarget features better, make sure that 64-bit mode, 64-bitChris Lattner2006-06-161-6/+21
* Rename some subtarget features. A CPU now can *have* 64-bit instructions,Chris Lattner2006-06-161-4/+4
* First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner2006-06-161-1/+5
* Add a subtarget feature for the stfiwx instruction. I know the G5 has it,Chris Lattner2006-02-281-0/+2