Dan Gohman
|
4b8e8becf6
|
[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.
WebAssembly documentation consistently says "f32" rather than "fp32" to
describe 32-bit floating-point.
llvm-svn: 283146
|
2016-10-03 21:31:31 +00:00 |
Dan Gohman
|
aa7429112e
|
[WebAssembly] Implement support for custom NaN bit patterns.
llvm-svn: 260968
|
2016-02-16 15:14:23 +00:00 |
Benjamin Kramer
|
c50b89070c
|
Update wasm target for r258819.
llvm-svn: 258827
|
2016-01-26 18:21:38 +00:00 |
Dan Gohman
|
bb3722430f
|
[WebAssembly] Implement unaligned loads and stores.
Differential Revision: http://reviews.llvm.org/D16534
llvm-svn: 258779
|
2016-01-26 03:39:31 +00:00 |
Dan Gohman
|
1a42728719
|
[WebAssembly] Implement a prototype instruction encoder and disassembler.
This is using an extremely simple temporary made-up binary format, not the
official binary format (which isn't defined yet).
llvm-svn: 257440
|
2016-01-12 03:32:29 +00:00 |