aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/FuncletLayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-01Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC.Heejin Ahn1-0/+3
2018-05-23[WebAssembly] Add functions for EHScopesHeejin Ahn1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-1/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff1-0/+4
2015-10-05[WinEH] Update CATCHRET's operand to match its successorDavid Majnemer1-2/+6
2015-10-04[WinEH] Permit branch folding in the face of funcletsDavid Majnemer1-71/+4
2015-10-01[WinEH] Stop BranchFolding from merging across funcletsDavid Majnemer1-11/+3
2015-10-01[WinEH] Make FuncletLayout more robust against catchretDavid Majnemer1-2/+35
2015-09-18[WinEH] Moved funclet pads should be in relative orderDavid Majnemer1-9/+5
2015-09-17[WinEH] Add a funclet layout passDavid Majnemer1-0/+97