summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/comparisons_f32.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-29/+75
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-1/+1
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Make several tests more strict.Dan Gohman2015-11-251-2/+2
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-42/+42
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-17/+8
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-52/+71
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-64/+48
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-48/+64
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-64/+48
* [WebAssembly] Use more explicit types in testcases.Dan Gohman2015-11-061-22/+22
* [WebAssembly] Add more explicit pushes to the tests.Dan Gohman2015-11-061-8/+8
* [WebAssembly] Make expression-stack pushing explicitDan Gohman2015-11-061-22/+22
* [WebAssembly] Rename ior operator to or to match the specDerek Schuff2015-11-051-3/+3
* WebAssembly: update syntaxJF Bastien2015-10-161-64/+68
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-52/+90
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-031-30/+30
* WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien2015-08-251-14/+18
* [WebAssembly] Use the default alignment for SIMD types.Dan Gohman2015-08-191-1/+1
* WebAssembly: floating-point comparisonsJF Bastien2015-08-121-6/+82
* WebAssembly: implement comparison.JF Bastien2015-08-111-0/+65
OpenPOWER on IntegriCloud