Age | Commit message (Expand) | Author |
2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
2010-03-13 | factor some labels, simplify some code. | Chris Lattner |
2010-03-12 | remove dead code. | Chris Lattner |
2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
2010-03-10 | mcize the rest of EH emission, only one more directive missing | Chris Lattner |
2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
2010-03-10 | add some fixme's for MCizing. EH still has a few things that | Chris Lattner |
2010-03-10 | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner |
2010-03-09 | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner |
2010-03-09 | now that the debug and eh emitters use a common .set counter, | Chris Lattner |
2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
2010-03-08 | Remove a version of EmitDifference. | Chris Lattner |
2010-03-08 | remove another form of EmitReference. | Chris Lattner |
2010-03-08 | mc'ize EmitLabel. | Chris Lattner |
2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
2010-02-26 | A much cleaner (and less code!) way of inserting the correct amount of padding | Bill Wendling |
2010-02-26 | Comment typo. | Bill Wendling |
2010-02-26 | Fix comments. | Bill Wendling |
2010-02-26 | Add another (and hopefully the last) exception case, where once we recalculate | Bill Wendling |
2010-02-26 | And should use the correct variable. | Bill Wendling |
2010-02-26 | Got assertion check backwards. | Bill Wendling |
2010-02-25 | Catch a corner case where adding the padding to the "TType base offset" field | Bill Wendling |
2010-02-25 | Make comment more meaningful. | Bill Wendling |
2010-02-24 | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling |
2010-02-15 | Use ttype encoding consistently | Anton Korobeynikov |
2010-02-15 | It turns out that we emitted completely wrong common EH frame since the early... | Anton Korobeynikov |
2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
2010-02-11 | Use .empty() instead of .size(). | Bill Wendling |
2010-02-10 | Use an index instead of pointers into the vector. If the vector resizes, then | Bill Wendling |
2010-02-10 | Improve comments a even more. | Bill Wendling |
2010-02-10 | Improve comments a bit more. | Bill Wendling |
2010-02-09 | Improve comments in the LSDA somewhat. They can be improved much more. | Bill Wendling |
2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
2010-01-23 | mcize visibility directives. | Chris Lattner |
2010-01-23 | move the various directive enums out of the MCStreamer class | Chris Lattner |
2010-01-23 | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner |
2010-01-23 | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner |
2010-01-22 | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner |
2010-01-22 | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner |
2010-01-22 | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner |
2010-01-22 | add a new DwarfPrinter::EmitEncodingByte method which handles | Chris Lattner |
2010-01-22 | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner |
2010-01-22 | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner |
2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
2010-01-20 | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner |
2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |