summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/exception.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix __clang_call_termiante's argument for foreign exceptionsHeejin Ahn2019-08-111-1/+2
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-6/+6
* [WebAssembly] Make rethrow take an except_ref type argumentHeejin Ahn2019-03-161-17/+8
* [WebAssembly] Remove unnecessary instructions after TRY marker placementHeejin Ahn2019-02-271-95/+73
* [WebAssembly] Fix a bug deleting instruction in a ranged for loopHeejin Ahn2019-02-261-0/+20
* [WebAssembly] Improve readability of EH testsHeejin Ahn2019-02-261-63/+166
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-26/+26
* [WebAssembly] Restore stack pointer right after catch instructionHeejin Ahn2019-01-301-1/+1
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-67/+57
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-11/+11
* [WebAssembly] Add '.eventtype' directive supportHeejin Ahn2018-12-111-1/+1
* [WebAssembly] Split BBs after throw instructionsHeejin Ahn2018-11-161-4/+5
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-1/+4
* [WebAssembly] Fix bugs in rethrow depth counting and InstPrinterHeejin Ahn2018-11-021-0/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+2
* [WebAssembly] Don't write SP back when prolog is generated only for EHHeejin Ahn2018-08-221-0/+29
* [WebAssembly] Restore __stack_pointer after catch instructionsHeejin Ahn2018-08-211-0/+5
* [WebAssembly] Don't make wasm cleanuppads into funclet entriesHeejin Ahn2018-08-211-2/+1
* [WebAssembly] Add isEHScopeReturn instruction propertyHeejin Ahn2018-08-211-0/+64
* [WebAssembly] CFG stackify support for exception handlingHeejin Ahn2018-08-161-0/+4
* [WebAssembly] Delete a specific push number from test expectationsHeejin Ahn2018-08-141-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-3/+3
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-3/+3
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Add missing -mattr=+exception-handling guardsHeejin Ahn2018-07-181-1/+2
* Add -allow-deprecated-dag-overlap to one of the experimental webassembly targ...Eric Christopher2018-07-121-1/+1
* [WebAssembly] Add WebAssemblyLateEHPrepare passHeejin Ahn2018-06-251-5/+74
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-8/+75
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Add support for exception handling instructionsHeejin Ahn2017-06-301-0/+22
OpenPOWER on IntegriCloud