summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-1/+1
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-4/+7
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-7/+4
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-4/+7
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-4/+4
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-101-10/+11
* Extract the method to begin and end a fragment in AsmPrinterHandler in their ...Amaury Sechet2016-02-261-1/+0
* [WinEH] Emit __C_specific_handler tables for the new IRReid Kleckner2015-10-011-4/+4
* [AsmPrinter] Hide implementation detailsBenjamin Kramer2015-07-011-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-1/+3
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-5/+0
* Replace a use of GetTempSymbol with createTempSymbol.Rafael Espindola2015-03-171-0/+5
* Remove dummy method implementations.Rafael Espindola2015-03-091-10/+0
* CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner2015-01-141-4/+13
* EH: Sink computation of local PadMap variable into function that uses itReid Kleckner2014-12-191-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-0/+138
OpenPOWER on IntegriCloud