summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/wasm-eh.cpp
AgeCommit message (Expand)Author
2025-07-03WebAssembly: Move validation of EH flags to TargetMachine construct time (#14...Matt Arsenault
2025-03-07[WebAssembly] Rename functions in wasm-eh.cpp (#130220)Heejin Ahn
2025-02-27[WebAssembly] Generate __clang_call_terminate for Emscripten EH (#129020)Heejin Ahn
2024-05-20[WebAssembly] Define __WASM_EXCEPTIONS__ for -fwasm-exceptions (#92604)Heejin Ahn
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu
2023-11-11[clang][CodeGen] Regenerate `wasm-eh.cpp` test (NFC)Antonio Frighetto
2022-11-07[Clang] Update test after wasm intrinsics attribute change (NFC)Nikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-08-24[WebAssembly] Tidy up EH/SjLj optionsHeejin Ahn
2021-05-20[WebAssembly] Warn on exception spec for Emscripten EHHeejin Ahn
2021-05-03[WebAssembly] Reenable end-to-end test in wasm-eh.cppHeejin Ahn
2021-03-04[WebAssembly] Disable uses of __clang_call_terminateHeejin 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-15[clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exceptio...Jan Svoboda
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-11-13[WebAssembly] Remove a temporarily added RUN lineHeejin Ahn
2020-05-21[WebAssembly] Warn on exception spec only when Wasm EH is usedHeejin Ahn
2020-05-19[WebAssembly] Handle exception specificationsHeejin Ahn
2020-05-16Try to heal bots after https://reviews.llvm.org/D79655Nico Weber
2020-05-15Revert "[WebAssembly] Handle exception specifications"Heejin Ahn
2020-05-15[WebAssembly] Handle exception specificationsHeejin Ahn
2019-09-12[WebAssembly] Delete duplicate REQUIRES lineHeejin Ahn
2019-09-12[WebAssembly] Make wasm-eh.cpp requires WebAssemblyHeejin Ahn
2019-09-12[WebAssembly] Add REQUIRES to testDavid Zarzycki
2019-09-12[WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-03-16[WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn
2018-06-01[WebAssembly] Hide new Wasm EH behind its feature flagHeejin Ahn
2018-05-31[WebAssembly] Use Windows EH instructions for Wasm EHHeejin Ahn