print all the newlines at the end of instructions with
[oota-llvm.git] / lib / Target / PowerPC / AsmPrinter / PPCAsmPrinter.cpp
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Chris Lattnerppc/linux isn't ready for this and it was an accident...
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-21 Chris Lattnerremove dead .erase.
2010-01-21 Chris Lattnerfix a problem with a missing _, testcase pending.
2010-01-20 Chris Lattnereliminate FnStubInfo, using MachineModuleInfoMachO...
2010-01-20 Chris Lattnersplit function stub printing out to its own function,
2010-01-20 Chris Lattnereliminate the GVStubs and HiddenGVStubs maps, and use
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnermore string -> sym, getMangledName is now gone from...
2010-01-16 Chris Lattneruse symbols instead of strings, eliminating a bunch...
2010-01-16 Chris Lattnersimplify some code.
2010-01-16 Chris Lattnerswitch more stuff onto MCSymbols
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-13 Chris Lattnerjust finish MCizing FnStubInfo which cleans it up and...
2010-01-13 Chris Lattnerdon't call getNameWithPrefix repeatedly and unnecesarily.
2010-01-13 Chris Lattnerproperly use MCSymbol to print the strings aquired...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-06 Dale JohannesenMake sure debug info hook gets called when emitting
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-09 Bill WendlingSimilar to r86588, but for Darwin this time.
2009-11-09 Bill WendlingThe jump table was being generated before the end label...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-16 Chris Lattnereliminate the PPC backend's implementation of EmitExter...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris LattnerFix a weird ppc64-specific link error during an llvm...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-03 Chris Lattnerswitch ppc to using SwitchToSection instead of textual...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-16 Chris Lattnerfix section switching to ensure that stubs are emitted...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Chris Lattnerget the PPC stub temporary label from the mangler inste...
next