aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
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
2008-04-01Revert 49006 for the moment.Dale Johannesen
2008-03-31Emit exception handling info for functions which areDale Johannesen
2008-03-25Smaller function alignment when optimizing for size.Evan Cheng
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-15Handle \n's in value names for more targets. The asm printers Chris Lattner
2008-02-14Rewrite tblgen handling of subtarget features soDale Johannesen
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman