summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-13/+9
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-11/+7
* The same situation that effected ARM effects PPC with regards to placing theBill Wendling2010-03-121-1/+9
* MC-ize PPC's asm printing of stubs.Bill Wendling2010-03-111-9/+20
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-101-22/+33
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-4/+4
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* print all the newlines at the end of instructions withChris Lattner2010-02-101-4/+4
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-031-10/+9
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+4
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-10/+13
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-281-104/+19
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-9/+4
* add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner2010-01-271-53/+23
* ppc/linux isn't ready for this and it was an accident that it was included.Chris Lattner2010-01-271-2/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-32/+3
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-4/+0
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-2/+2
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-1/+1
* remove dead .erase.Chris Lattner2010-01-211-3/+1
* fix a problem with a missing _, testcase pending.Chris Lattner2010-01-211-1/+1
* eliminate FnStubInfo, using MachineModuleInfoMachO instead.Chris Lattner2010-01-201-73/+66
* split function stub printing out to its own function,Chris Lattner2010-01-201-46/+58
* eliminate the GVStubs and HiddenGVStubs maps, and use Chris Lattner2010-01-201-23/+39
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-185/+0
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-191-1/+3
* hoist handling of external globals and special globals up to common code.Chris Lattner2010-01-191-29/+14
* 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
OpenPOWER on IntegriCloud