summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2...COFFEETALES2019-11-122-19/+18
* When legalizing, optionally export the original function too with orig$X (#2427)Alon Zakai2019-11-112-0/+34
* Fix catch parsing (#2428)Heejin Ahn2019-11-114-20/+64
* Add Stack IR optimization support for EH (#2425)Heejin Ahn2019-11-072-0/+0
* Improve type selection in fuzzer (#2424)Heejin Ahn2019-11-062-1131/+1771
* Don't attempt to de-duplicate asm consts (#2422)Sam Clegg2019-11-045-10/+10
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-0410-709/+800
* OptimizeInstructions: Eq64 of 0 => Eqz64 (#2421)Alon Zakai2019-11-043-7/+40
* Fix PostWalker traversal of push instruction (#2419)Heejin Ahn2019-11-042-0/+22
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-0110-829/+1949
* Add EH support for DCE pass (#2415)Heejin Ahn2019-11-012-0/+65
* Don't remove events used in instructions (#2412)Heejin Ahn2019-11-012-8/+48
* Use absolute memory addresses for emasm string indexes. (#2408)Sam Clegg2019-10-315-29/+40
* Do not precompute SIMDLoad (#2409)Thomas Lively2019-10-302-1/+15
* When renaming functions ensure the corresponding GOT.func entry is also renam...Sam Clegg2019-10-253-0/+373
* Add ModAsyncify* passes (#2404)Alon Zakai2019-10-238-0/+1329
* Convert usage of Pointer_stringify to UTF8ToString (#2403)Brad Morris2019-10-232-0/+4
* Fix incorrect assert in BinaryenHostGetOperand (#2393)Brad Morris2019-10-222-0/+12
* Ability to list each item on Exports/Data Segments/Functions (#2386)COFFEETALES2019-10-214-0/+150
* Add BinaryenAddCustomSection API (#2381)Daniel Wirtz2019-10-112-0/+37
* Add offset parameter to BinaryenSetFunctionTable (#2380)Daniel Wirtz2019-10-115-11/+52
* Enable exnref instrumentation when EH is enabled (#2379)Heejin Ahn2019-10-111-1/+1
* Don't instrument pops in InstrumentLocals (#2378)Heejin Ahn2019-10-102-13/+39
* Only add instrumentation to reftypes when the featureset supports it (#2377)Jacob Gravelle2019-10-101-2/+2
* Add support for reftypes in InstrumentLocals pass (#2375)Heejin Ahn2019-10-102-10/+84
* Add push/pop support for anyref (#2376)Heejin Ahn2019-10-107-53/+148
* Make try body with multiple instructions roundtrip (#2374)Heejin Ahn2019-10-096-2/+75
* MAIN_THREAD_EM_ASM support (#2367)Jacob Gravelle2019-10-072-0/+466
* v8x16.swizzle (#2368)Thomas Lively2019-10-0310-501/+595
* Apply the sbrk/brk value at compile time (#2366)Alon Zakai2019-09-302-0/+95
* Add feature flags and validation to wasm-metadce (#2364)Thomas Lively2019-09-273-2/+16
* Only create `_start` if it doesn't already exist (#2363)Sam Clegg2019-09-272-0/+103
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-2410-354/+833
* v128.andnot instruction (#2355)Thomas Lively2019-09-2410-760/+884
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-238-342/+523
* asyncify: support *-matching in whitelist and blacklist (#2344)Beuc2019-09-231-1/+6
* Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)Alon Zakai2019-09-186-0/+327
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-1410-1230/+2300
* SimplifyGlobals: Apply known constant values in linear traces (#2340)Alon Zakai2019-09-139-53/+467
* Add asserts in Asyncify (#2338)Alon Zakai2019-09-132-0/+232
* Properly handle fastcomp *wasm* safe heap (#2334)Alon Zakai2019-09-062-0/+1915
* Print custom section contents if printable (#2326)Ingvar Stepanyan2019-09-061-1/+1
* SafeHeap: Prepare for emscripten_get_sbrk_ptr (#2331)Alon Zakai2019-09-054-662/+4484
* [wasm2js] Fix memory.size (#2330)Alon Zakai2019-09-0518-40/+72
* Add an option for the PostEmscripten pass to set the sbrk ptr location (which...Alon Zakai2019-09-042-0/+13
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-035-306/+627
* Add mutable parameter to global imports in C/JS API (#2317)Daniel Wirtz2019-09-034-3/+13
* Minify wasi imports and exports, and not just "env" (#2323)Alon Zakai2019-09-012-10/+15
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-301-0/+14
* Followup to workaround for minification of wasm2js mem init (#2318)Brion Vibber2019-08-309-27/+27