| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 1 | -8/+0 |
| * | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 1 | -14/+63 |
| * | MC'ize padding when padding the ULEB128 value. | Bill Wendling | 2010-02-25 | 1 | -7/+5 |
| * | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling | 2010-02-24 | 1 | -5/+13 |
| * | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -1/+58 |
| * | Don't print out a default newline when emitting the section offset. There are | Bill Wendling | 2010-02-11 | 1 | -2/+0 |
| * | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner | 2010-01-26 | 1 | -0/+2 |
| * | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -2/+2 |
| * | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 1 | -5/+4 |
| * | fix some issues where we weren't emitting enough newlines. | Chris Lattner | 2010-01-24 | 1 | -0/+2 |
| * | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner | 2010-01-22 | 1 | -0/+10 |
| * | add a new EmitCFAByte method and use it. | Chris Lattner | 2010-01-22 | 1 | -14/+19 |
| * | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -26/+33 |
| * | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner | 2010-01-22 | 1 | -2/+31 |
| * | add a new DwarfPrinter::EmitEncodingByte method which handles | Chris Lattner | 2010-01-22 | 1 | -0/+45 |
| * | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner | 2010-01-22 | 1 | -22/+24 |
| * | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
| * | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -1/+1 |
| * | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 1 | -5/+1 |
| * | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 1 | -0/+8 |
| * | Simply LSDA lable emission to use a direct special-case output instead of | Jim Grosbach | 2009-09-01 | 1 | -12/+6 |
| * | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach | 2009-09-01 | 1 | -6/+12 |