- 60d5b5f stub out a powerpc MCInstPrinter implementation. by Chris Lattner · 15 years ago
- 0094345 move PPCAsmPrinter into the main PPC library, like ARM and X86. by Chris Lattner · 15 years ago[Renamed from lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp]
- 17aa680 zap dead code. by Chris Lattner · 15 years ago
- 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
- a00adba Use MachineOperand::is* predicates. by Devang Patel · 15 years ago
- efc3a63 Add PPC AsmPrinter handling for target-specific form of by Dale Johannesen · 15 years ago
- 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
- 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- 90429c4 just have all targets create the DwarfWriter. by Chris Lattner · 15 years ago
- 8e68048 simplify various getAnalysisUsage implementations. by Chris Lattner · 15 years ago
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
- 1841b34 finish eliminating uses of O. by Chris Lattner · 15 years ago
- 2dc6fa6 mcize more of ppc stub printing. by Chris Lattner · 15 years ago
- 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
- 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
- c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
- 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
- 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
- 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
- 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
- d62f1b4 inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 15 years ago
- 53351a1 The same situation that effected ARM effects PPC with regards to placing the by Bill Wendling · 15 years ago
- 08d726c MC-ize PPC's asm printing of stubs. by Bill Wendling · 15 years ago
- cebae36 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 15 years ago
- 8e089a9 print all the newlines at the end of instructions with by Chris Lattner · 16 years ago
- d269a6e make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 16 years ago
- d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 16 years ago
- 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
- d49fe1b Give AsmPrinter the most common expected implementation of by Chris Lattner · 16 years ago
- 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
- 2cf7251 add a new AsmPrinter::EmitFunctionEntryLabel virtual function, by Chris Lattner · 16 years ago
- 37469d1 ppc/linux isn't ready for this and it was an accident that it was included. by Chris Lattner · 16 years ago
- 4129ccd Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to by Chris Lattner · 16 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
- 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 16 years ago
- 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
- a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
- 717ce2b remove dead .erase. by Chris Lattner · 16 years ago
- 2614172 fix a problem with a missing _, testcase pending. by Chris Lattner · 16 years ago
- 73a1aa0 eliminate FnStubInfo, using MachineModuleInfoMachO instead. by Chris Lattner · 16 years ago
- 917d628 split function stub printing out to its own function, no functionality change. by Chris Lattner · 16 years ago
- d3ec0b5 eliminate the GVStubs and HiddenGVStubs maps, and use by Chris Lattner · 16 years ago
- 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
- 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 16 years ago
- 48d64ba hoist handling of external globals and special globals up to common code. by Chris Lattner · 16 years ago
- 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 16 years ago
- c1ef06a use BSSLocal classifier to identify 'lcomm' data instead of by Chris Lattner · 16 years ago
- 56b1319 now that elf weak bss symbols are handled correctly, simplify a bunch of code. by Chris Lattner · 16 years ago
- a3839bc introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 16 years ago
- 6e3be14 change an accessor to a predicate. by Chris Lattner · 16 years ago
- aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 16 years ago
- 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
- 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
- 7a2ba94 rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, by Chris Lattner · 16 years ago
- 75abc68 more string -> sym, getMangledName is now gone from this file. by Chris Lattner · 16 years ago
- a40128c use symbols instead of strings, eliminating a bunch of getMangledName by Chris Lattner · 16 years ago
- 76a3c48 simplify some code. by Chris Lattner · 16 years ago
- 9c09363 switch more stuff onto MCSymbols by Chris Lattner · 16 years ago
- 1216441 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
- 656bb20 just finish MCizing FnStubInfo which cleans it up and simplifies it. by Chris Lattner · 16 years ago
- 59b34fe don't call getNameWithPrefix repeatedly and unnecesarily. by Chris Lattner · 16 years ago
- 0b4bad5 properly use MCSymbol to print the strings aquired from getNameWithPrefix. by Chris Lattner · 16 years ago
- ee9250b eliminate some uses of Mangler::makeNameProper. by Chris Lattner · 16 years ago
- 4813035 change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 16 years ago
- e89c510 Make sure debug info hook gets called when emitting synonyms for PPC. by Dale Johannesen · 16 years ago
- 1924aab by David Greene · 16 years ago
- 2718e43 Similar to r86588, but for Darwin this time. by Bill Wendling · 16 years ago
- b1ec31d The jump table was being generated before the end label for exception handling by Bill Wendling · 16 years ago
- 3d90dbe Add PowerPC codegen for indirect branches. by Bob Wilson · 16 years ago
- f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 74cd3b7 emit .subsections_via_symbols through MCStreamer instead of textually. by Chris Lattner · 16 years ago
- e3cc3f3 Instead of printing unnecessary basic block labels as labels in by Dan Gohman · 16 years ago
- af0e272 Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. by Devang Patel · 16 years ago
- b0fdedb Use MachineInstr as an processDebugLoc() argument. by Devang Patel · 16 years ago
- 812209a Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this by Bob Wilson · 16 years ago
- 8deedba eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
- 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
- d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago
- 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 16 years ago
- 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 16 years ago
- 325d3dc convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 16 years ago
- c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
- 634cca3 hoist the call to processDebugLoc out of the generated by Chris Lattner · 16 years ago
- 4e68f88 Alter 79292 to produce output that actually assembles. by Dale Johannesen · 16 years ago
- a60e51f Make linkerprivate work for ARM and PPC. Testcase covers by Dale Johannesen · 16 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- 5cfd4dd PowerPC inline asm was emitting two output operands by Dale Johannesen · 16 years ago
- 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 16 years ago
- 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 16 years ago
- 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 16 years ago
- cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
- f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago