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