summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly][NFC] Fix unconventional test namesThomas Lively2018-09-141-101/+0
* [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] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-11/+13
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembl] Implement enough of fast-isel to run the comparison tests.Dan Gohman2016-05-111-0/+1
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-10/+10
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-2/+1
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-22/+20
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-25/+21
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-21/+25
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-25/+21
* [WebAssembly] Use more explicit types in testcases.Dan Gohman2015-11-061-2/+2
* [WebAssembly] Add more explicit pushes to the tests.Dan Gohman2015-11-061-2/+2
* [WebAssembly] Make expression-stack pushing explicitDan Gohman2015-11-061-10/+10
* WebAssembly: fix the syntax for comparisonsJF Bastien2015-10-171-8/+8
* WebAssembly: update syntaxJF Bastien2015-10-161-25/+26
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-24/+38
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-031-12/+12
* WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien2015-08-251-10/+11
* [WebAssembly] Use the default alignment for SIMD types.Dan Gohman2015-08-191-1/+1
* WebAssembly: floating-point comparisonsJF Bastien2015-08-121-3/+1
* WebAssembly: implement comparison.JF Bastien2015-08-111-0/+91
OpenPOWER on IntegriCloud