aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
AgeCommit message (Expand)Author
2010-04-05nuke DwarfPrinterChris Lattner
2010-04-04Move EmitFrameMoves into AsmPrinter.Chris Lattner
2010-04-04simplify code and reduce indentation.Chris Lattner
2010-04-04now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.Chris Lattner
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-04-04add some assertions to EmitSectionOffset.Chris Lattner
2010-04-04remove the didInitial ivar, rename emitInitial to be moreChris Lattner
2010-04-04simplify EmitSectionOffset a little bit, improve comments.Chris Lattner
2010-04-04The "IsSmall" argument to EmitSectionOffset is always true,Chris Lattner
2010-04-04eliminate the "isEH" argument to EmitSectionOffset.Chris Lattner
2010-04-04isAbsoluteEHSectionOffsets always returns false, eliminate it Chris Lattner
2010-04-04move some more stuff to asmprinter.Chris Lattner
2010-04-04simplify some code.Chris Lattner
2010-04-04move EmitEncodingByte to AsmPrinter.Chris Lattner
2010-04-04move EmitCFAByte to AsmPrinter.Chris Lattner
2010-04-04inline EmitDifference away.Chris Lattner
2010-04-04move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner
2010-04-04clean up the asmprinter header and privatize some stuff.Chris Lattner
2010-04-04remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner
2010-04-04remove the raw_ostream from various dwarf printing things.Chris Lattner
2010-04-04use EmitRawText instead of O in DwarfPrinter.Chris Lattner
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2010-03-14Fix some EH failures on NNT I introduced in r98461Chris Lattner
2010-03-14use Label->isDefined() instead of isLabelDeleted() now that weChris Lattner
2010-03-13simplify EmitFrameMoves to take BaseLabel in as a symbolChris Lattner
2010-03-13factor some labels, simplify some code.Chris Lattner
2010-03-12fix a bug emitting .secrel32 that I introduced, PR6587, patchChris Lattner
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-03-10inline away a form of IsPCRelative, eliminating the Chris Lattner
2010-03-10add some fixme's for MCizing. EH still has a few things thatChris Lattner
2010-03-10mcize uses of PrintRelDirective and eliminate it.Chris Lattner
2010-03-09inline the bool form of PrintRelDirective away, leaving just the unsigned form.Chris Lattner
2010-03-09eliminate EOL, adding all comments with the OutStreamer.AddComment Chris Lattner
2010-03-09convert the non-"ispcrel" case of EmitReference to MC,Chris Lattner
2010-03-09strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner
2010-03-09add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner
2010-03-09mc'ize the last use of PrintLabelName and eliminate PrintLabelName.Chris Lattner
2010-03-09eliminate an argument from PrintRelDirective, sinkingChris Lattner
2010-03-09remove the suffix form of PrintLabelName, which was only Chris Lattner
2010-03-09now that the debug and eh emitters use a common .set counter,Chris Lattner
2010-03-08move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner
2010-03-08simplify EmitSectionOffset to always use .set if it isChris Lattner
2010-03-08Remove a version of EmitDifference.Chris Lattner
2010-03-08eliminate a form of PrintLabelName.Chris Lattner
2010-03-08remove another form of EmitReference.Chris Lattner
2010-03-08eliminate the non-MCSymbol versions of EmitReference.Chris Lattner