summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
AgeCommit message (Expand)Author
2025-01-22[WebAssembly] Add unreachable before catch destinations (#123915)Heejin Ahn
2025-01-09[WebAssembly] Add -wasm-use-legacy-eh option (#122158)Heejin Ahn
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman
2024-11-05[WebAssembly] Fix unwind mismatches in new EH (#114361)Heejin Ahn
2024-05-28[WebAssembly] Rename old EH tests to *-legacy (#93585)Heejin Ahn
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-03-22[WebAssembly] Always emit functype directives for defined functionsAlex Bradbury
2021-08-24[WebAssembly] Tidy up EH/SjLj optionsHeejin Ahn
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2021-03-04[WebAssembly] Fix ExceptionInfo grouping againHeejin Ahn
2021-03-04[WebAssembly] Disable uses of __clang_call_terminateHeejin Ahn
2021-03-02[WebAssembly] Fix more ExceptionInfo grouping bugsHeejin Ahn
2021-02-26[WebAssembly] Fix reverse mapping in WasmEHFuncInfoHeejin Ahn
2021-02-26[WebAssembly] Fix remapping branch dests in fixCatchUnwindMismatchesHeejin Ahn
2021-02-23[WebAssembly] Fix incorrect grouping and sorting of exceptionsHeejin Ahn
2021-02-22[WebAssembly] Remap branch dests after fixCatchUnwindMismatchesHeejin Ahn
2021-02-22[WebAssembly] Misc. fixes in cfg-stackify-eh.llHeejin Ahn
2021-02-17[WebAssemblly] Fix EHPadStack update in fixCallUnwindMismatchesHeejin Ahn
2021-02-13[WebAssemblly] Fix rethrow's argument computationHeejin Ahn
2021-02-11[WebAssembly] Fix delegate's argument computationHeejin Ahn
2021-02-06[WebAssembly] Fix catch unwind mismatchesHeejin Ahn
2021-02-06[WebAssembly] Fix call unwind mismatchesHeejin Ahn
2021-01-12[WebAssembly] Remove more unnecessary brs in CFGStackifyHeejin Ahn
2021-01-09[WebAssembly] Update InstPrinter support for EHHeejin Ahn
2021-01-09[WebAssembly] Update basic EH instructions for the new specHeejin Ahn
2021-01-08[WebAssembly] Update WasmEHPrepare for the new specHeejin Ahn
2021-01-08[WebAssembly] Rename wasm_rethrow_in_catch intrinsic/builtinHeejin Ahn
2021-01-08[WebAssembly] Change label numbers to variables in testHeejin Ahn
2020-09-08[WebAssembly] Fix fixEndsAtEndOfFunction for try-catchHeejin Ahn
2020-07-29[WebAssembly] Fix getBottom for loopsHeejin Ahn
2020-06-19[WebAssembly] Remove TEEs when dests are unstackifiedHeejin Ahn
2020-05-28[WebAssembly] Fix a bug in removing unnecessary branchesHeejin Ahn
2020-05-05[WebAssembly] Fix block marker placing after fixUnwindMismatchesHeejin Ahn
2020-04-13[WebAssembly] Fix try placement in fixing unwind mismatchesHeejin Ahn
2020-04-01[WebAssembly] Fix subregion relationship in CFGSortHeejin Ahn
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2019-10-08[WebAssembly] Fix a bug in 'try' placementHeejin Ahn
2019-10-08[WebAssembly] Add REQUIRES: asserts to cfg-stackify-eh.llHeejin Ahn
2019-10-07[WebAssembly] Fix unwind mismatch stat computationHeejin Ahn
2019-10-07[WebAssembly] Add memory intrinsics handling to mayThrow()Heejin Ahn
2019-10-01[WebAssembly] Make sure EH pads are preferred in sortingHeejin Ahn
2019-10-01[WebAssembly] Unstackify regs after fixing unwinding mismatchesHeejin Ahn
2019-03-30[WebAssembly] Fix unwind destination mismatches in CFG stackifyHeejin Ahn
2019-03-26[WebAssembly] Don't analyze branches after CFGStackifyHeejin Ahn
2019-03-26[WebAssembly] Fix a bug when mixing TRY/LOOP markersHeejin Ahn
2019-03-26[WebAssembly] Fix bugs in BLOCK/TRY placementHeejin Ahn
2019-03-16[WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn
2019-03-03[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfoHeejin Ahn
2019-02-27[WebAssembly] Fix ScopeTops info in CFGStackify for EH padsHeejin Ahn
2019-02-27[WebAssembly] Remove unnecessary instructions after TRY marker placementHeejin Ahn