summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-3/+3
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-3/+3
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-171-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-3/+7
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-7/+3
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-3/+7
* Make meanings of variables clearer in action table generation (NFC)Heejin Ahn2018-10-031-11/+12
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-3/+3
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-3/+3
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Emit smaller exception tables for non-SJLJ mode.Rafael Espindola2018-02-091-8/+11
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-93/+32
* Tidy some grammar in some commentsEric Christopher2018-01-091-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-101-4/+15
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-5/+10
* [EH] Fix the LSDA that we emit for unknown EH personalitiesReid Kleckner2017-05-311-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-7/+9
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-9/+7
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-7/+9
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-241-3/+2
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-141-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* 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