summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-1/+1
* Emit .cfi_sections before the first .cfi_startprocJoerg Sonnenberger2017-01-021-3/+3
* Extract the method to begin and end a fragment in AsmPrinterHandler in their ...Amaury Sechet2016-02-261-0/+8
* [AsmPrinter] Hide implementation detailsBenjamin Kramer2015-07-011-3/+3
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Print jump tables before exception tables.Rafael Espindola2015-03-091-5/+12
* Don't repeat name in comment. NFC.Rafael Espindola2015-03-091-18/+12
* CodeGen: split out the Win64Exception emitterSaleem Abdulrasool2014-09-011-33/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-129/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-16/+16
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-071-3/+0
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-141-0/+4
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-5/+11
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-031-7/+1
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-031-1/+7
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-261-24/+24
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-0/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-4/+4
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-4/+4
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+0
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-191-0/+3
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-051-20/+20
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-11/+0
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-0/+32
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-101-20/+0
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-0/+3
* Remove DwarfTableException.Rafael Espindola2011-05-051-67/+0
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-051-0/+19
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-291-6/+7
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+32
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-141-0/+31
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-141-52/+72
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-2/+2
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-071-4/+0
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-051-1/+1
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-051-2/+1
* prune #includes, MMI can never be nullChris Lattner2010-04-051-3/+8
* make DwarfException not inherit from DwarfPrinter.Chris Lattner2010-04-051-10/+8
* remove the raw_ostream from various dwarf printing things.Chris Lattner2010-04-041-3/+3
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-11/+4
* remove dead code.Chris Lattner2010-03-121-5/+0
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-3/+0
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-261-1/+1
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-2/+2
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-1/+1
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-4/+4
OpenPOWER on IntegriCloud