aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/WasmEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-11[IR] Split out target specific intrinsic enums into separate headersReid Kleckner1-0/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-03-16[WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn1-31/+24
2019-03-03[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfoHeejin Ahn1-18/+0
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-1/+2
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-4/+6
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-6/+4
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-4/+6
2019-01-30[WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn1-102/+67
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-16[WebAssembly] Split BBs after throw instructionsHeejin Ahn1-3/+59
2018-10-25Reland "[WebAssembly] LSDA info generation"Heejin Ahn1-1/+1
2018-10-16Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev1-1/+1
2018-10-16[WebAssembly] LSDA info generationHeejin Ahn1-1/+1
2018-06-19[WebAssembly] Add WasmEHFuncInfo for unwind destination informationHeejin Ahn1-0/+43
2018-06-01NFC Avoid a warning in WasmEHPrepare.cppGabor Buella1-1/+1
2018-05-31[WebAssembly] Add Wasm exception handling prepare passHeejin Ahn1-0/+331