index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --fast-math mode (#3155)
Alon Zakai
2020-09-30
6
-25
/
+208
*
Fold i32.eqz(wrap_i64(x)) -> i64.eqz(x) where possible (#3181)
Max Graey
2020-09-30
2
-0
/
+87
*
Simplify signed remainders compared with zero (#3153)
Max Graey
2020-09-29
2
-1
/
+143
*
Fix applying default / unify SExpr and Wasm builder names (#3179)
Daniel Wirtz
2020-09-30
11
-25
/
+25
*
Add also non-equal with zero simplification for boolean context (#3178)
Max Graey
2020-09-29
2
-1
/
+17
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-113
/
+358
*
Prototype extended-name-section proposal (#3162)
Daniel Wirtz
2020-09-29
17
-33
/
+33
*
Lower signed binops to unsigned binops when possible (#2988)
Max Graey
2020-09-28
3
-19
/
+167
*
Fix low_pc updating when the expression is right at the start (#3175)
Alon Zakai
2020-09-28
3
-0
/
+506
*
Remove unused stack-pointer and emscripten-sbrk-ptr pass args from PostEmscri...
Sam Clegg
2020-09-22
6
-116
/
+0
*
DWARF: Fix abbreviation lookups, they are relative to 1 (#3158)
Alon Zakai
2020-09-22
3
-0
/
+2375
*
Fuzz with negative zero more often (#3133)
Alon Zakai
2020-09-21
2
-137
/
+47
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-750
/
+109
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
2
-654
/
+675
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
16
-0
/
+11773
*
Optimize binary operations with 1-bit on lhs and 1 const on rhs (#2948)
Max Graey
2020-09-17
3
-10
/
+122
*
Implement more cases for getMaxBits (#2879)
Max Graey
2020-09-17
1
-9
/
+3
*
Unary and binary duplicate expression elimination (#3047)
Max Graey
2020-09-17
2
-4
/
+490
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
2
-97
/
+12
*
Add float operations for isSymmetric util (#3127)
Max Graey
2020-09-14
1
-4
/
+4
*
Simplify subtracting zero from float expressions (#3125)
Max Graey
2020-09-13
2
-0
/
+98
*
Fix RefNull issues (#3123)
Daniel Wirtz
2020-09-13
2
-4
/
+20
*
Update Pop text format to handle tuples (#3116)
Thomas Lively
2020-09-11
24
-79
/
+91
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
2
-0
/
+24
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
15
-411
/
+1005
*
Simplify BinaryenIRWriter (#3110)
Thomas Lively
2020-09-10
4
-4240
/
+4233
*
Interpreter: Don't change NaN bits when multiplying by 1 (#3096)
Alon Zakai
2020-09-09
2
-28
/
+41
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
26
-600
/
+497
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
4
-93
/
+175
*
Remove old stack function from StackCheck (#3100)
Alon Zakai
2020-09-03
1
-7
/
+0
*
MinifyImportsAndExports: Minify the memory and table as well. (#3089)
Alon Zakai
2020-09-02
3
-20023
/
+20029
*
StackCheck: Check both under and overflow (#3091)
Alon Zakai
2020-09-02
2
-0
/
+55
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
2
-0
/
+93
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
2
-0
/
+30
*
SAFE_HEAP: remove fastcomp, prepare for new emscripten approach (#3078)
Alon Zakai
2020-08-25
2
-2
/
+8
*
also drop size for memory.copy(x, x, y) (#3075)
Max Graey
2020-08-24
1
-0
/
+3
*
memory.copy: use nop reductions only for ignoreImplicitTraps (#3074)
Max Graey
2020-08-24
4
-8
/
+37
*
Remove optimization for memory.copy(x, x, C) (#3073)
Max Graey
2020-08-23
2
-2
/
+6
*
OptimizeInstructions on memory.copy: check size for side effect as well (#3072)
Max Graey
2020-08-23
2
-1
/
+16
*
Optimize bulk memory.copy (#3038)
Max Graey
2020-08-22
2
-0
/
+140
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
24
-0
/
+0
*
DWARF: Fix debug_info references to the abbreviations section (#2997)
Alon Zakai
2020-08-07
3
-0
/
+1
*
StubUnsupportedJSOps: Remove CallIndirects (#3027)
Alon Zakai
2020-08-06
2
-0
/
+47
*
Asyncify verbose option (#3022)
Alon Zakai
2020-08-06
2
-0
/
+372
*
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
Alon Zakai
2020-08-05
2
-0
/
+38
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
2
-0
/
+37
*
AlignmentLowering: Handle all possible cases for i64, f32, f64 (#3008)
Alon Zakai
2020-07-31
2
-9
/
+1453
*
New Dealign pass: reduce load/store alignment to 1 (#3010)
Alon Zakai
2020-07-31
2
-0
/
+44
*
Better const fuzzing (#2972)
Alon Zakai
2020-07-30
2
-405
/
+341
*
Remove dynCall generated from fpcast-emu (#2995)
Sam Clegg
2020-07-28
1
-184
/
+0
[next]