summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-35/+35
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-11/+17
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-18/+2
* Replace a use of GetTempSymbol with createTempSymbol.Rafael Espindola2015-03-171-3/+14
* Remove dummy method implementations.Rafael Espindola2015-03-091-16/+0
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-4/+2
* Classify functions by EH personality type rather than using the tripleReid Kleckner2015-01-231-1/+1
* CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner2015-01-141-7/+8
* EH: Sink computation of local PadMap variable into function that uses itReid Kleckner2014-12-191-16/+15
* Add the ExceptionHandling::MSVC enumerationReid Kleckner2014-12-191-6/+7
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-5/+5
* Allow the use of functions as typeinfo in landingpad clausesReid Kleckner2014-11-141-4/+4
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-0/+706
OpenPOWER on IntegriCloud