summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/offset.ll
AgeCommit message (Expand)Author
2025-07-03[WebAssembly] Fold TargetGlobalAddress with added offset (#145829)jjasmine
2024-08-22[WebAssembly] Change half-precision feature name to fp16. (#105434)Brendan Dahl
2024-08-07[SDAG] Transfer gep nusw/nuw to SDAGNikita Popov
2024-05-09[WebAssembly] Implement prototype f32.store_f16 instruction. (#91545)Brendan Dahl
2024-05-07[WebAssembly] Implement prototype f32.load_f16 instruction. (#90906)Brendan Dahl
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-05-04[SelectionDAGBuilder] Stop setting alignment to one for hidden sret valuesAlex Richardson
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-09[WebAssembly] Improve readability of load/stores and tests. NFC.Heejin Ahn
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-08-18[WebAssembly] Disable the store-results optimization.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-02-22[WebAssembly] Teach address folding to fold bitwise-or nodes.Dan Gohman
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2016-01-06[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...Dan Gohman
2015-12-15[WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman