index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
6
-26
/
+26
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
3
-80
/
+3
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Refactor and optimize binary writing type collection (#2478)
Alon Zakai
2019-11-26
1
-32
/
+67
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
5
-48
/
+21
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
6
-17
/
+17
*
Add a pass to inline __original_main() into main() (#2461)
Alon Zakai
2019-11-21
1
-2
/
+4
*
Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441)
Alon Zakai
2019-11-18
1
-20
/
+70
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+3
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+36
*
Add EH support for DCE pass (#2415)
Heejin Ahn
2019-11-01
1
-0
/
+15
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+3
*
Apply the sbrk/brk value at compile time (#2366)
Alon Zakai
2019-09-30
1
-2
/
+16
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+3
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
5
-0
/
+18
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+20
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
5
-8
/
+8
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
5
-1
/
+15
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+2
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
7
-11
/
+89
*
Add missing copy in Copier::visitPush (#2295)
Heejin Ahn
2019-08-11
1
-1
/
+3
*
Copying fixes (#2289)
Alon Zakai
2019-08-07
1
-2
/
+4
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
3
-4
/
+17
*
Re-land #2235 with fixes (#2245)
Thomas Lively
2019-07-20
1
-0
/
+5
*
Revert "Remove bulk memory instructions refering to active segments (#2235)" ...
Thomas Lively
2019-07-19
1
-5
/
+0
*
Remove bulk memory instructions refering to active segments (#2235)
Thomas Lively
2019-07-19
1
-0
/
+5
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
2
-7
/
+2
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
4
-0
/
+10
*
Bysyncify: async transform for wasm (#2172)
Alon Zakai
2019-06-15
2
-2
/
+59
*
Copy debug info when inlining (#2168)
Alon Zakai
2019-06-07
1
-0
/
+59
*
Use splatted zero vector in makeZero (#2164)
Thomas Lively
2019-06-05
1
-0
/
+8
*
Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)
Heejin Ahn
2019-06-04
1
-1
/
+0
*
Add event section (#2151)
Heejin Ahn
2019-05-31
4
-1
/
+71
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
13
-80
/
+80
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
16
-97
/
+192
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
34
-1093
/
+1507
*
wasm2js2: optimize call_indirect and select operands (#2056)
Alon Zakai
2019-04-25
1
-7
/
+7
*
Verify flat IR where it is expected, and give a nice error (#2009)
Alon Zakai
2019-04-16
1
-0
/
+120
*
Use a single table in wasm2js (#2005)
Alon Zakai
2019-04-15
1
-0
/
+52
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
2
-69
/
+6
*
Bulk memory side effects (#1998)
Thomas Lively
2019-04-11
1
-12
/
+40
*
Fuzz fixes (#1991)
Alon Zakai
2019-04-10
1
-1
/
+2
*
Move segment merging to fit web limits into its own pass (#1980)
Thomas Lively
2019-04-08
1
-1
/
+104
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-1
/
+3
[next]