aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner2010-11-141-918/+0
* zap dead code.Chris Lattner2010-09-041-4/+0
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+14
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-3/+3
* Add PPC AsmPrinter handling for target-specific form ofDale Johannesen2010-04-261-0/+18
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-6/+6
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-10/+10
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-13/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-2/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-17/+10
* finish eliminating uses of O.Chris Lattner2010-04-041-17/+34
* mcize more of ppc stub printing.Chris Lattner2010-04-041-15/+16
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-25/+28
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+4
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-4/+7
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-51/+62
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-1/+1
* Comment the changes for r98218 and friends inside the source code.Bill Wendling2010-03-311-0/+5
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-4/+4
* 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