aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2012-05-01Merging r155902:Bill Wendling
2012-04-17Remove unused CCIfSubtarget.Jay Foad
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-04-03Make PPCCompilationCallbackC function to be static, so there will be no need ...Anton Korobeynikov
2012-04-02The binutils for the IBM BG/P are too old to support CFI.Hal Finkel
2012-04-02Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.Roman Divacky
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-04-01Fix some 80-col. violations I introduced with the A2 PPC64 core.Hal Finkel
2012-04-01Enable prefetch generation on PPC64.Hal Finkel
2012-04-01Add LdStSTD* itin. for the PPC64 A2 core.Hal Finkel
2012-04-01Set the default PPC node scheduling preference to ILP (for the embedded cores).Hal Finkel
2012-04-01Add ppc440 itin. entries for LdStSTD*Hal Finkel
2012-04-01Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.Hal Finkel
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-04-01Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel
2012-03-31Fix dynamic linking on PPC64.Hal Finkel
2012-03-27Remove unnecessary llvm:: qualificationsCraig Topper
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-24Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel
2012-03-22PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-03-06Convert PowerPC to register mask operands.Roman Divacky
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Properly MCize the section switch, removing a FIXME.Roman Divacky
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-08Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-04TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick
2012-02-03Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick
2012-02-03whitespaceAndrew Trick
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20Remove a bunch of unused variable assignments.Benjamin Kramer
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2012-01-18Tidy up. 80 columns.Jim Grosbach