summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/FuncletLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC.Heejin Ahn2018-06-011-0/+3
* [WebAssembly] Add functions for EHScopesHeejin Ahn2018-05-231-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+4
* [WinEH] Update CATCHRET's operand to match its successorDavid Majnemer2015-10-051-2/+6
* [WinEH] Permit branch folding in the face of funcletsDavid Majnemer2015-10-041-71/+4
* [WinEH] Stop BranchFolding from merging across funcletsDavid Majnemer2015-10-011-11/+3
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-2/+35
* [WinEH] Moved funclet pads should be in relative orderDavid Majnemer2015-09-181-9/+5
* [WinEH] Add a funclet layout passDavid Majnemer2015-09-171-0/+97
OpenPOWER on IntegriCloud