index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
1
-9
/
+9
*
Add --fast-math mode (#3155)
Alon Zakai
2020-09-30
1
-8
/
+11
*
Fold i32.eqz(wrap_i64(x)) -> i64.eqz(x) where possible (#3181)
Max Graey
2020-09-30
1
-0
/
+12
*
Simplify signed remainders compared with zero (#3153)
Max Graey
2020-09-29
1
-9
/
+29
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
2
-0
/
+128
*
Add also non-equal with zero simplification for boolean context (#3178)
Max Graey
2020-09-29
1
-2
/
+3
*
Lower signed binops to unsigned binops when possible (#2988)
Max Graey
2020-09-28
1
-10
/
+59
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
2
-0
/
+22
*
Remove unused stack-pointer and emscripten-sbrk-ptr pass args from PostEmscri...
Sam Clegg
2020-09-22
1
-52
/
+0
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
2
-0
/
+19
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
3
-3
/
+33
*
Expression matching API (#3134)
Thomas Lively
2020-09-18
1
-352
/
+368
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
8
-98
/
+129
*
Optimize binary operations with 1-bit on lhs and 1 const on rhs (#2948)
Max Graey
2020-09-17
1
-10
/
+45
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
2
-12
/
+9
*
Unary and binary duplicate expression elimination (#3047)
Max Graey
2020-09-17
1
-15
/
+139
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
5
-35
/
+29
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-1
/
+1
*
Add float operations for isSymmetric util (#3127)
Max Graey
2020-09-14
1
-2
/
+25
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-0
/
+4
*
Simplify subtracting zero from float expressions (#3125)
Max Graey
2020-09-13
1
-0
/
+21
*
Fix RefNull issues (#3123)
Daniel Wirtz
2020-09-13
1
-3
/
+6
*
Update Pop text format to handle tuples (#3116)
Thomas Lively
2020-09-11
1
-2
/
+5
*
Stop renaming longjmp in wasm-emscripten-finalize (#3111)
Alon Zakai
2020-09-11
1
-0
/
+18
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
3
-9
/
+26
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-1
/
+2
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
6
-26
/
+10
*
Fix Relooper leaking Branches (#3097)
Daniel Wirtz
2020-09-08
1
-4
/
+2
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
1
-10
/
+16
*
Optimize MergeBlocks by caching branch results (#3102)
Alon Zakai
2020-09-03
1
-7
/
+21
*
Remove old stack function from StackCheck (#3100)
Alon Zakai
2020-09-03
1
-12
/
+1
*
Fix LegalizeJSInterface leaking duplicate stub Functions (#3095)
Daniel Wirtz
2020-09-02
1
-6
/
+9
*
MinifyImportsAndExports: Minify the memory and table as well. (#3089)
Alon Zakai
2020-09-02
1
-16
/
+4
*
StackCheck: Check both under and overflow (#3091)
Alon Zakai
2020-09-02
1
-24
/
+53
*
Fix DataFlowOpts leaking temporary Functions (#3093)
Daniel Wirtz
2020-09-02
1
-4
/
+4
*
Harden exnref literals (#3092)
Daniel Wirtz
2020-09-02
2
-4
/
+3
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
1
-1
/
+1
*
wasm-emscripten-finalize: Add flags to limit dynCall creation (#3070)
Sam Clegg
2020-08-26
3
-1
/
+12
*
SAFE_HEAP: remove fastcomp, prepare for new emscripten approach (#3078)
Alon Zakai
2020-08-25
1
-15
/
+19
*
Avoid wasted work when there are no locals (#3060)
Max Graey
2020-08-24
3
-4
/
+11
*
also drop size for memory.copy(x, x, y) (#3075)
Max Graey
2020-08-24
1
-2
/
+5
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
2
-2
/
+2
*
memory.copy: use nop reductions only for ignoreImplicitTraps (#3074)
Max Graey
2020-08-24
1
-3
/
+15
*
Remove optimization for memory.copy(x, x, C) (#3073)
Max Graey
2020-08-23
1
-11
/
+1
*
OptimizeInstructions on memory.copy: check size for side effect as well (#3072)
Max Graey
2020-08-23
1
-0
/
+2
*
Optimize bulk memory.copy (#3038)
Max Graey
2020-08-22
1
-0
/
+68
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
5
-10
/
+10
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
6
-37
/
+36
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
8
-15
/
+20
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
3
-12
/
+14
[next]