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