summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
AgeCommit message (Expand)Author
2023-01-16[WebAssembly] Convert test to opaque pointers (NFC)Nikita Popov
2021-09-10[OpaquePtr] Forbid mixing typed and opaque pointersNikita Popov
2021-09-01[WebAssembly] Support opaque pointers in FixFunctionBitcastsNikita Popov
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-10-07[WebAssembly] Rename Emscripten EH functionsHeejin Ahn
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2019-08-21[WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcastsSam Clegg
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-29[WebAssembly] Re-enable main-function signature rewritingDan Gohman
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-11-06Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg
2018-11-01[WebAssembly] Fixup `main` signature by defaultSam Clegg
2018-08-30[WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcastsSam Clegg
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-08-02[WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg
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-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman
2017-10-10[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcastsJacob Gravelle
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2017-01-20[WebAssembly] Don't create bitcast-wrappers for varargs.Dan Gohman
2017-01-10[WebAssembly] Only RAUW a constant once in FixFunctionBitcastsDerek Schuff
2017-01-07[WebAssembly] Don't abort on code with UB.Dan Gohman
2017-01-07[WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman