..
ast-decoder.cc
[WASM] Exception handling prototype.
2016-08-11 13:15:12 +00:00
ast-decoder.h
[wasm] Remove single function JIT support.
2016-08-08 21:50:13 +00:00
decoder.h
Replace SmartPointer<T> with unique_ptr<T>
2016-07-25 11:14:34 +00:00
encoder.cc
[wasm] Remove special memory type for (internal) globals and use local type instead.
2016-07-21 12:35:10 +00:00
encoder.h
Replace SmartPointer<T> with unique_ptr<T>
2016-07-25 11:14:34 +00:00
leb-helper.h
[wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section.
2016-05-25 16:13:50 +00:00
module-decoder.cc
[wasm] Remove single function JIT support.
2016-08-08 21:50:13 +00:00
module-decoder.h
[wasm] Add functionality to decode a function offset table
2016-06-16 08:46:00 +00:00
OWNERS
Adding a few more owners to the wasm directory.
2016-06-29 17:38:30 +00:00
switch-logic.cc
[wasm] Cleaning up code
2016-06-23 22:28:59 +00:00
switch-logic.h
[wasm] optimized switch implementation in asm.js to wasm builder
2016-04-13 21:56:42 +00:00
wasm-debug.cc
[wasm] Disassemble wasm code from script
2016-06-30 09:57:07 +00:00
wasm-debug.h
[wasm] Enable wasm frame inspection for debugging
2016-06-29 10:23:09 +00:00
wasm-external-refs.cc
Fix failure in mjsunit/wasm/embenchen/box2d on 32-bit architectures that do not support unaligned access.
2016-07-26 08:49:30 +00:00
wasm-external-refs.h
[wasm] Use a C wrapper function to calculate F64Pow.
2016-07-20 14:27:06 +00:00
wasm-function-name-table.cc
Revert of Fix an OOB read through CallSite.GetFunctionName (patchset #1 id:1 of https://codereview.chromium.org/2199333002/ )
2016-08-08 07:51:50 +00:00
wasm-function-name-table.h
[wasm] Refactor function name table and lookup
2016-06-14 09:07:43 +00:00
wasm-interpreter.cc
[wasm] Use the Float64Max/Min machine operators to implement F64Max/Min.
2016-08-08 06:06:30 +00:00
wasm-interpreter.h
[wasm] Fix CFI failures due to Wasm threads.
2016-06-09 14:23:52 +00:00
wasm-js.cc
[wasm] Serialization/Deserialization of compiled module
2016-08-09 15:19:38 +00:00
wasm-js.h
Move hashmap into src/base.
2016-06-09 18:00:31 +00:00
wasm-macro-gen.h
[wasm] Make LoadGlobal/StoreGlobal opcodes match what is coming in binary 0xC.
2016-08-02 22:40:50 +00:00
wasm-module.cc
[wasm] Serialization test using external APIs and contexts
2016-08-16 08:07:19 +00:00
wasm-module.h
[wasm] Serialization test using external APIs and contexts
2016-08-16 08:07:19 +00:00
wasm-opcodes.cc
Convert SIMD wasm ops to runtime function calls
2016-07-16 03:50:54 +00:00
wasm-opcodes.h
[WASM] Exception handling prototype.
2016-08-11 13:15:12 +00:00
wasm-result.cc
Upgrade Wasm JS API, step 1
2016-06-21 12:54:09 +00:00
wasm-result.h
Replace SmartPointer<T> with unique_ptr<T>
2016-07-25 11:14:34 +00:00