summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfException.cpp
Commit message (Expand)AuthorAge
...
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-14
* remove now-dead code, all labels use MCSymbols.Chris Lattner2010-03-14
* fix a bug I introduced in r98459, causing some NNT failures.Chris Lattner2010-03-14
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-14
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14
* simplify EmitFrameMoves to take BaseLabel in as a symbolChris Lattner2010-03-13
* factor some labels, simplify some code.Chris Lattner2010-03-13
* remove dead code.Chris Lattner2010-03-12
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-10
* mcize the rest of EH emission, only one more directive missingChris Lattner2010-03-10
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* add some fixme's for MCizing. EH still has a few things thatChris Lattner2010-03-10
* mcize uses of PrintRelDirective and eliminate it.Chris Lattner2010-03-10
* eliminate EOL, adding all comments with the OutStreamer.AddComment Chris Lattner2010-03-09
* now that the debug and eh emitters use a common .set counter,Chris Lattner2010-03-09
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-08
* Remove a version of EmitDifference.Chris Lattner2010-03-08
* remove another form of EmitReference.Chris Lattner2010-03-08
* mc'ize EmitLabel.Chris Lattner2010-03-08
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-08
* A much cleaner (and less code!) way of inserting the correct amount of paddingBill Wendling2010-02-26
* Comment typo.Bill Wendling2010-02-26
* Fix comments.Bill Wendling2010-02-26
* Add another (and hopefully the last) exception case, where once we recalculateBill Wendling2010-02-26
* And should use the correct variable.Bill Wendling2010-02-26
* Got assertion check backwards.Bill Wendling2010-02-26
* Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling2010-02-25
* Make comment more meaningful.Bill Wendling2010-02-25
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-24
* Use ttype encoding consistentlyAnton Korobeynikov2010-02-15
* It turns out that we emitted completely wrong common EH frame since the early...Anton Korobeynikov2010-02-15
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* Use .empty() instead of .size().Bill Wendling2010-02-11
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-10
* Improve comments a even more.Bill Wendling2010-02-10
* Improve comments a bit more.Bill Wendling2010-02-10
* Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling2010-02-09
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-26
* mcize visibility directives.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-23
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-22
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-22
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-22
* add a new DwarfPrinter::EmitEncodingByte method which handlesChris Lattner2010-01-22
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-22
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-22
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-21