summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/f64.ll
AgeCommit message (Expand)Author
2023-06-23[WebAssembly] Add lowering for llvm.rint and llvm.roundevenxortoast
2023-02-07[SDAG] Check fminnum/fmaxnum for non-zero operand.Samuel Parker
2023-02-07[NFC] minnum/maxnum intrinsic testsSamuel Parker
2023-02-03[SDAG] fix miscompiles caused by using ValueTracking matchSelectPattern to cr...Sanjay Patel
2023-01-26[NFC][WebAssembly] Updated testsSamuel Parker
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-10-13[WebAssembly] SIMD min and maxThomas Lively
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-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-14[WebAssembly] Add type prefixes to call instructionsDan Gohman
2015-12-10[WebAssembly] Implement fma.Dan Gohman
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-10[WebAssembly] Support for floating point min and max.Dan Gohman
2015-11-06[WebAssembly] Use more explicit types in testcases.Dan Gohman
2015-11-06[WebAssembly] Add more explicit pushes to the tests.Dan Gohman
2015-11-06[WebAssembly] Make expression-stack pushing explicitDan Gohman
2015-10-16WebAssembly: update syntaxJF Bastien
2015-10-09[WebAssembly] Rename floating-point operators to match their spec names.Dan Gohman
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-10-03[WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman
2015-09-29[WebAssembly] Rename test files to match platform naming conventions.Dan Gohman