summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/select.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix miscompile of select with andThomas Lively2019-11-151-15/+60
* [WebAssembly] Fix select of and (PR40805)Nikita Popov2019-02-231-4/+21
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-32/+16
* [WebAssembly] Lower away condition truncations for scalar selectsThomas Lively2018-10-291-1/+41
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-2/+2
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-3/+3
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman2016-05-121-1/+1
* [WebAssembly] Update the select instructions' operand orders to match the spec.Dan Gohman2016-02-051-12/+12
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Fold setne and seteq comparisons into selects.Dan Gohman2015-11-251-34/+126
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-8/+8
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-12/+8
* [WebAssembly] Make indentation consistent with the other testcases. NFC.Dan Gohman2015-11-141-12/+12
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-28/+12
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-12/+28
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-28/+12
* [WebAssembly] Add more explicit pushes to the tests.Dan Gohman2015-11-061-8/+8
* [WebAssembly] Make expression-stack pushing explicitDan Gohman2015-11-061-8/+8
* Address nitDerek Schuff2015-11-031-32/+32
* [WebAssembly] Support wasm select operatorDerek Schuff2015-11-031-0/+63
OpenPOWER on IntegriCloud