summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfException.h
Commit message (Expand)AuthorAge
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-07
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-26
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-19
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-05
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-10
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Remove DwarfTableException.Rafael Espindola2011-05-05
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-05
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-29
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-07
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-05
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-05
* prune #includes, MMI can never be nullChris Lattner2010-04-05
* make DwarfException not inherit from DwarfPrinter.Chris Lattner2010-04-05
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-04
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14
* remove dead code.Chris Lattner2010-03-12
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-26
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-22
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-16
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-17
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-17
* Refactor code that checks if it's a call to a "nounwind" function.Bill Wendling2009-11-12
* --- Reverse-merging r82282 into '.':Bill Wendling2009-09-20
* Factor out label difference creation.Bill Wendling2009-09-18
* Add helpful comment.Bill Wendling2009-09-10
* Believe it or not, this is a simplification. :-)Bill Wendling2009-09-09
* - Rename EmitCommonInformationEntry to EmitCIE.Bill Wendling2009-08-25
* Rename functions to something more descriptive. At the very least mention theBill Wendling2009-08-25