summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
AgeCommit message (Expand)Author
2025-07-30[WebAssembly] Add gc target feature to addBleedingEdgeFeatures (#151294)Hood Chatham
2025-07-29Revert "[WebAssembly] Add gc target feature to addBleedingEdgeFeatures" (#151...ronlieb
2025-07-29[WebAssembly] Add gc target feature to addBleedingEdgeFeatures (#151107)Hood Chatham
2025-07-25[WebAssembly,clang] Add __builtin_wasm_test_function_pointer_signature (#150201)Hood Chatham
2025-05-01[DAG] Use SDValue for PatFrag checks (#137519)David Green
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman
2024-10-23[WebAssembly] Implement the wide-arithmetic proposal (#111598)Alex Crichton
2024-08-22[WebAssembly] Change half-precision feature name to fp16. (#105434)Brendan Dahl
2024-07-23[WebAssembly] Enable simd128 when relaxed-simd is set in AsmPrinter (#99803)Heejin Ahn
2024-05-28[WebAssembly] Add exnref type (#93586)Heejin Ahn
2024-05-02[WebAssembly] Sort target features (NFC) (#90777)Heejin Ahn
2024-05-01[WebAssembly] Add missing feature methods (#90644)Heejin Ahn
2024-04-26[WebAssembly] Add half-precision feature (#90248)Brendan Dahl
2023-08-21[WebAssembly] Add multiple memories featureAshley Nelson
2022-05-17[WebAssembly][NFC] Convert IsWasm64 instruction field to 'bit' from stringAlex Bradbury
2022-05-17[WebAssembly][NFC] Convert StackBased instruction field to 'bit' from stringAlex Bradbury
2022-03-07[WebAssembly] Add new target feature in support of 'extended-const' proposalSam Clegg
2021-12-06[WebAssembly] Implementation of intrinsic for ref.null and HeapType removalPaulo Matos
2021-10-12[WebAssembly] Make EH work with dynamic linkingHeejin Ahn
2021-09-23[WebAssembly] Add prototype relaxed SIMD fma/fms instructionsThomas Lively
2021-09-14[WebAssembly] Allow import and export of TLS symbols between DSOsSam Clegg
2021-09-02[WebAssembly] Rename WrapperPIC -> WrapperREL. NFCSam Clegg
2021-09-02[WebAssemlby] Remove redundant SDTypeProfile. NFCSam Clegg
2021-09-02[WebAssembly] Fix names of WebAssemblyWrapper SDNodes. NFCSam Clegg
2021-08-04[WebAssembly] Make result of 'catch' inst variadicHeejin Ahn
2021-07-09[WebAssembly] Added initial type checker to MC AssemblerWouter van Oortmerssen
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-06-01[WebAssembly][CodeGen] IR support for WebAssembly local variablesAndy Wingo
2021-05-31Revert "[WebAssembly][CodeGen] IR support for WebAssembly local variables"Andy Wingo
2021-05-31[WebAssembly][CodeGen] IR support for WebAssembly local variablesAndy Wingo
2021-05-28Revert "[WebAssembly][CodeGen] IR support for WebAssembly local variables"Andy Wingo
2021-05-28[WebAssembly][CodeGen] IR support for WebAssembly local variablesAndy Wingo
2021-05-11[WebAssembly] Support for WebAssembly globals in LLVM IRPaulo Matos
2021-04-08[WebAssembly] Fix for PIC external symbol ISELWouter van Oortmerssen
2021-04-01[WebAssembly] Invert branch condition on xor inputSam Parker
2021-03-18[WebAssembly] Remove unimplemented-simd target featureThomas Lively
2021-02-04[WebAssembly] Support single-floating-point immediate valueDan Gohman
2021-01-09[WebAssembly] Remove exnref and br_on_exnHeejin Ahn
2021-01-09[WebAssembly] Update basic EH instructions for the new specHeejin Ahn
2021-01-04[WebAssembly] Remove old SDT_WebAssemblyCalls (NFC)Heejin Ahn
2020-11-13[WebAssembly] Move GlobalTLSAddress handling to WebAssemblyISelLowering. NFCSam Clegg
2020-11-03[WebAssembly] Implement ref.nullAndy Wingo
2020-10-23[WebAssembly] Implementation of (most) table instructionsPaulo Matos
2020-07-16[WebAssembly] 64-bit (function) pointer fixes.Wouter van Oortmerssen
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-06-15[WebAssembly] Adding 64-bit versions of all load & store ops.Wouter van Oortmerssen
2020-03-13[TableGen] Support combining AssemblerPredicates with ORsSimon Cook
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2020-01-24[WebAssembly] Add reference types target featureHeejin Ahn
2019-10-09[WebAssembly] Make returns variadicThomas Lively