summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-191-8/+1
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-191-32/+23
* now that elf weak bss symbols are handled correctly, simplify a bunch of code.Chris Lattner2010-01-191-37/+11
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-191-17/+50
* change an accessor to a predicate.Chris Lattner2010-01-191-2/+2
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-191-25/+36
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-161/+65
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-1/+1
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-6/+6
* more string -> sym, getMangledName is now gone from this file.Chris Lattner2010-01-161-29/+35
* use symbols instead of strings, eliminating a bunch of getMangledNameChris Lattner2010-01-161-39/+55
* simplify some code.Chris Lattner2010-01-161-9/+5
* switch more stuff onto MCSymbolsChris Lattner2010-01-161-38/+72
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-16/+40
* just finish MCizing FnStubInfo which cleans it up and simplifies it.Chris Lattner2010-01-131-48/+33
* don't call getNameWithPrefix repeatedly and unnecesarily.Chris Lattner2010-01-131-5/+7
* properly use MCSymbol to print the strings aquired from getNameWithPrefix.Chris Lattner2010-01-131-25/+64
* eliminate some uses of Mangler::makeNameProper.Chris Lattner2010-01-131-6/+7
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-8/+16
* Make sure debug info hook gets called when emittingDale Johannesen2010-01-061-12/+11
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Similar to r86588, but for Darwin this time.Bill Wendling2009-11-091-3/+3
* The jump table was being generated before the end label for exception handlingBill Wendling2009-11-091-3/+3
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+3
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-3/+3
* emit .subsections_via_symbols through MCStreamer instead of textually.Chris Lattner2009-10-191-1/+1
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-2/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+3
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-7/+2
* eliminate the PPC backend's implementation of EmitExternalGlobalChris Lattner2009-09-161-15/+0
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-1/+1
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-2/+2
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-2/+3
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-0/+2
* Alter 79292 to produce output that actually assembles.Dale Johannesen2009-08-261-0/+2
* Make linkerprivate work for ARM and PPC. Testcase coversDale Johannesen2009-08-241-4/+4
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-13/+13
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-5/+5
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-21/+25
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-4/+6
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-3/+57
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-131-4/+4
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-131-5/+5
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-15/+5
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-1/+1