aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-28Properly MCize the section switch, removing a FIXME.Roman Divacky
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.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-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel
2011-12-01Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman
2011-11-09Remove unnecessary include.Devang Patel
2011-10-17Add PPC 440 scheduler and some associated testsHal Finkel
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-06-09Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2010-11-15Wire up primitive support in the assembler backend for writing .o filesChris Lattner
2010-11-15fix a regression with the new instprinter: we lost the ability toChris Lattner
2010-11-15strength reduce TOC temp label generation, no functionality change.Chris Lattner
2010-11-15rip out a ton of old instruction printing junk now that theChris Lattner
2010-11-15Turn on the new instprinter by default.Chris Lattner
2010-11-15remove some extraneous quotes to make the new instprinter match.Chris Lattner
2010-11-14with the picbase nonsense starting to be figured out, implementChris Lattner
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner
2010-11-14reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner
2010-11-14lower PPC::MFCRpseud when transforming to MC, avoiding callingChris Lattner
2010-11-14properly wire up the instprinter to the ppc64 backend, down to 5 failures.Chris Lattner
2010-11-14switch PPC to a simplified MCInstLowering model.Chris Lattner
2010-11-14Implement support for printing register and immediate operands,Chris Lattner
2010-11-14stub out PPCMCInstLowering, add a new option that uses it and the newChris Lattner
2010-11-14stub out a powerpc MCInstPrinter implementation.Chris Lattner
2010-11-14move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner
2008-08-17Factor out asmprinter out of ppcAnton Korobeynikov
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-08-08Use chars, where possibleAnton Korobeynikov
2008-08-08Convert PPC/Linux to new section printing stuffAnton Korobeynikov
2008-08-08Switch PPC/Darwin to new section handling stuffAnton Korobeynikov
2008-08-08CleanupAnton Korobeynikov
2008-07-09Remove extra call to DW.SetModuleInfo on Linux.Dale Johannesen
2008-07-09Emit debug into for data-only files for Linux PPC.Dale Johannesen
2008-07-09Emit debug info for data-only files. This versionDale Johannesen
2008-07-09Back out 53254. It broke ppc debug info codegen.Evan Cheng
2008-07-08Make debug info come out in data-only files.Dale Johannesen
2008-05-24Put initialized const weak objects into correctDale Johannesen
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen
2008-05-16Record weak external linkage in a case where we wereDale Johannesen
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-04-02Recommitting EH patch; this should answer most of theDale Johannesen