summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/exception.ll
AgeCommit message (Expand)Author
2025-03-10[WebAssembly] Remove wasm-specific findWasmUnwindDestinations (#130374)Heejin Ahn
2025-02-25[WebAssembly] Make llvm.wasm.throw invokable (#128104)Heejin Ahn
2025-01-27[WebAssembly] Fix catch block type in wasm64 (#124381)Heejin Ahn
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-11-05[WebAssembly] Fix rethrow's index calculation (#114693)Heejin Ahn
2024-09-17[WebAssembly] Support binary generation for new EH (#109027)Heejin Ahn
2024-09-10[WebAssembly] Add assembly support for final EH proposal (#107917)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
2021-08-24[WebAssembly] Tidy up EH/SjLj optionsHeejin Ahn
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2021-07-09[WebAssembly] Added initial type checker to MC AssemblerWouter van Oortmerssen
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-03-04[WebAssembly] Disable uses of __clang_call_terminateHeejin Ahn
2021-02-17[WebAssembly] Do not use EHCatchret symbols with wasm EHDerek Schuff
2021-02-06[WebAssembly] Handle EH terminate pads for cleanupHeejin Ahn
2021-01-11[WebAssembly] Ensure terminate pads are a single BBHeejin 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
2020-12-04[test] Split some tests which test both static and pic relocation modelsFangrui Song
2020-05-28[WebAssembly] Fix a bug in finding matching EH padHeejin Ahn
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-13Revert "Revert "Revert "Reland "[Support] make report_fatal_error `abort` ins...Yuanfang Chen
2020-02-13Revert "Revert "Reland "[Support] make report_fatal_error `abort` instead of ...Yuanfang Chen
2020-02-11Revert "Reland "[Support] make report_fatal_error `abort` instead of `exit`""Yuanfang Chen
2020-02-11Reland "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-01-15Revert "[Support] make report_fatal_error `abort` instead of `exit`"Yuanfang Chen
2020-01-15[Support] make report_fatal_error `abort` instead of `exit`Yuanfang Chen
2019-08-11Fix __clang_call_termiante's argument for foreign exceptionsHeejin Ahn
2019-07-15[WebAssembly] Rename except_ref type to exnrefHeejin Ahn
2019-03-16[WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn
2019-02-27[WebAssembly] Remove unnecessary instructions after TRY marker placementHeejin Ahn
2019-02-26[WebAssembly] Fix a bug deleting instruction in a ranged for loopHeejin Ahn
2019-02-26[WebAssembly] Improve readability of EH testsHeejin Ahn
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-30[WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn
2019-01-30[WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-12-11[WebAssembly] Add '.eventtype' directive supportHeejin Ahn
2018-11-16[WebAssembly] Split BBs after throw instructionsHeejin Ahn
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-02[WebAssembly] Fix bugs in rethrow depth counting and InstPrinterHeejin Ahn
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-22[WebAssembly] Don't write SP back when prolog is generated only for EHHeejin Ahn
2018-08-21[WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn
2018-08-21[WebAssembly] Don't make wasm cleanuppads into funclet entriesHeejin Ahn
2018-08-21[WebAssembly] Add isEHScopeReturn instruction propertyHeejin Ahn