summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinException.cpp
Commit message (Expand)AuthorAgeFilesLines
* WinException::emitExceptHandlerTable - silence static analyzer dyn_cast<Funct...Simon Pilgrim2019-10-021-2/+1
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-2/+2
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-2/+2
* [AArch64][Windows] Compute function length correctly in unwind tables.Eli Friedman2019-05-031-3/+16
* [COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...Mandeep Singh Grang2019-02-011-5/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang2019-01-161-9/+14
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang2019-01-161-1/+1
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-6/+20
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-25/+25
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-3/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-5/+5
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-161-6/+6
* [WinEH] Adjust decision to emit SEH moves for leaf functionsReid Kleckner2017-03-201-2/+2
* [WinEH] Don't assume endFunction is called while in .textReid Kleckner2016-12-281-10/+7
* Don't emit .seh_handler directives for any cleanup funcletsReid Kleckner2016-12-081-6/+6
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-8/+11
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-11/+8
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-8/+11
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* [SEH] Emit the parent frame offset label even if there are no funcletsReid Kleckner2016-09-301-19/+39
* Win64: Don't emit unwind info for "leaf" functions (PR30337)Hans Wennborg2016-09-221-1/+1
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-3/+3
* [StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4Etienne Bergeron2016-06-211-5/+32
* NFC; refactor getFrameIndexReferenceFromSPSanjoy Das2016-06-161-3/+12
* Don't force SP-relative addressing for statepointsSanjoy Das2016-06-151-1/+2
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-4/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [WinEH] Allocate the registration node before the catch objectsDavid Majnemer2016-03-011-0/+1
* [WinEH] Update CoreCLR EH state numberingJoseph Tremoulet2016-01-041-21/+22
* [WinEH] Add comments explaining the EH tablesDavid Majnemer2015-12-271-31/+114
* [WinEH] Make llvm.x86.seh.recoverfp work on x64Reid Kleckner2015-12-151-1/+11
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-50/+63
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-27/+27
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-051-11/+10
* [CodeGen] Mark setjmp/catchret MBBs address-takenJoseph Tremoulet2015-10-231-5/+3
* [WinEH] Remove extraneous call to emitEHRegistrationOffsetLabelDavid Majnemer2015-10-211-1/+0
* AsmPrinter: Remove implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-201-3/+3
* [WinEH] Fix stack alignment in funclets and ParentFrameOffset calculationReid Kleckner2015-10-161-6/+8
* [WinEH] Add CoreCLR EH table emissionJoseph Tremoulet2015-10-131-3/+277
* [WinEH] Iterate state changes instead of invokesJoseph Tremoulet2015-10-131-148/+192
* [WinEH] Remove CatchObjRecoverIdxDavid Majnemer2015-10-121-13/+4
* [WinEH] Remove more dead codeDavid Majnemer2015-10-101-27/+23
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-210/+69
* [SEH] Update SEH codegen tests to use the new IRReid Kleckner2015-10-091-0/+5
OpenPOWER on IntegriCloud