aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2010-11-14move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner
2010-09-04zap dead code.Chris Lattner
2010-08-04Implement target specific getDebugValueLocation().Devang Patel
2010-04-27Use MachineOperand::is* predicates.Devang Patel
2010-04-26Add PPC AsmPrinter handling for target-specific form ofDale Johannesen
2010-04-17Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-08remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner
2010-04-05just have all targets create the DwarfWriter.Chris Lattner
2010-04-05simplify various getAnalysisUsage implementations.Chris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-04finish eliminating uses of O.Chris Lattner
2010-04-04mcize more of ppc stub printing.Chris Lattner
2010-04-04mcize a bunch more stuff, using EmitRawText for things weChris Lattner
2010-04-04convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-04-03asmstreamerize the .size directive for function bodies, force clientsChris Lattner
2010-03-31Comment the changes for r98218 and friends inside the source code.Bill Wendling
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-03-12The same situation that effected ARM effects PPC with regards to placing theBill Wendling
2010-03-11MC-ize PPC's asm printing of stubs.Bill Wendling
2010-03-10Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-10print all the newlines at the end of instructions withChris Lattner
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner
2010-02-03rejigger the world so that EmitInstruction prints the \n atChris Lattner
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-01-28Give AsmPrinter the most common expected implementation of Chris Lattner
2010-01-28Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner
2010-01-27add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner
2010-01-27ppc/linux isn't ready for this and it was an accident that it was included.Chris Lattner
2010-01-27Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-26don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner
2010-01-25eliminate redundant argument to EmitJumpTableInfoChris Lattner
2010-01-23move the various directive enums out of the MCStreamer classChris Lattner
2010-01-21remove dead .erase.Chris Lattner
2010-01-21fix a problem with a missing _, testcase pending.Chris Lattner
2010-01-20eliminate FnStubInfo, using MachineModuleInfoMachO instead.Chris Lattner
2010-01-20split function stub printing out to its own function,Chris Lattner
2010-01-20eliminate the GVStubs and HiddenGVStubs maps, and use Chris Lattner
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