aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/AsmPrinter
AgeCommit message (Expand)Author
2010-01-19Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner
2010-01-19add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner
2010-01-19hoist handling of external globals and special globals up to common code.Chris Lattner
2010-01-19move production of .reference directives for static ctor/dtor list onChris Lattner
2010-01-19use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner
2010-01-19now that elf weak bss symbols are handled correctly, simplify a bunch of code.Chris Lattner
2010-01-19introduce a section kind for common linkage. Use this to slightlyChris Lattner
2010-01-19change an accessor to a predicate.Chris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner
2010-01-16more string -> sym, getMangledName is now gone from this file.Chris Lattner
2010-01-16use symbols instead of strings, eliminating a bunch of getMangledNameChris Lattner
2010-01-16simplify some code.Chris Lattner
2010-01-16switch more stuff onto MCSymbolsChris Lattner
2010-01-16MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner
2010-01-13just finish MCizing FnStubInfo which cleans it up and simplifies it.Chris Lattner
2010-01-13don't call getNameWithPrefix repeatedly and unnecesarily.Chris Lattner
2010-01-13properly use MCSymbol to print the strings aquired from getNameWithPrefix.Chris Lattner
2010-01-13eliminate some uses of Mangler::makeNameProper.Chris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-06Make sure debug info hook gets called when emittingDale Johannesen
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-09Similar to r86588, but for Darwin this time.Bill Wendling
2009-11-09The jump table was being generated before the end label for exception handlingBill Wendling
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-19emit .subsections_via_symbols through MCStreamer instead of textually.Chris Lattner
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-30Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson
2009-09-16eliminate the PPC backend's implementation of EmitExternalGlobalChris Lattner
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-13the tblgen produced 'getRegisterName' method does not accessChris Lattner
2009-09-13make tblgen produce a function that returns the name for a physreg.Chris Lattner
2009-09-13replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner
2009-09-13convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09hoist the call to processDebugLoc out of the generatedChris Lattner
2009-08-26Alter 79292 to produce output that actually assembles.Dale Johannesen
2009-08-24Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-18PowerPC inline asm was emitting two output operandsDale Johannesen
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-08-13TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar