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
*
ir/bits.h cleanups after #2879 (#3156)
Alon Zakai
2020-09-22
1
-19
/
+11
*
Fix i64 type checking in getMaxBitsForLocal of DummyLocalInfoProvider (#3150)
Max Graey
2020-09-21
1
-2
/
+1
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
6
-4
/
+13
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+4
*
Expression matching API (#3134)
Thomas Lively
2020-09-18
2
-6
/
+802
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-3
/
+1
*
Implement more cases for getMaxBits (#2879)
Max Graey
2020-09-17
1
-15
/
+172
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
6
-21
/
+31
*
Add float operations for isSymmetric util (#3127)
Max Graey
2020-09-14
1
-0
/
+5
*
Fix RefNull issues (#3123)
Daniel Wirtz
2020-09-13
1
-1
/
+1
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+2
*
Simplify BinaryenIRWriter (#3110)
Thomas Lively
2020-09-10
3
-27
/
+46
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
2
-2
/
+35
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
4
-9
/
+10
*
Stack utils (#3083)
Thomas Lively
2020-09-07
3
-0
/
+489
*
Optimize MergeBlocks by caching branch results (#3102)
Alon Zakai
2020-09-03
1
-8
/
+94
*
MinifyImportsAndExports: Minify the memory and table as well. (#3089)
Alon Zakai
2020-09-02
1
-0
/
+8
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-1
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
3
-5
/
+5
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
4
-31
/
+26
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+2
*
Asyncify verbose option (#3022)
Alon Zakai
2020-08-06
1
-3
/
+8
*
Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit ...
Alon Zakai
2020-08-04
1
-69
/
+232
*
Fix the side effects of data.drop (#2996)
Alon Zakai
2020-07-28
1
-2
/
+4
*
Optimize select with const arms (#2869)
Max Graey
2020-07-22
1
-2
/
+15
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
3
-5
/
+4
*
Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)
Max Graey
2020-07-06
1
-3
/
+3
*
More optimizations for pow of two and pos/neg one const on the right (#2870)
Max Graey
2020-06-22
1
-0
/
+40
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-2
/
+2
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
DeNaN improvements (#2888)
Alon Zakai
2020-06-03
1
-1
/
+22
*
Prevent pops from sinking in SimplifyLocals (#2885)
Heejin Ahn
2020-06-03
1
-4
/
+26
*
Fix SideEffect::Branches to only represent branches (#2886)
Heejin Ahn
2020-06-02
1
-1
/
+1
*
Refactor Effects (#2873)
Alon Zakai
2020-05-29
1
-32
/
+49
*
Flat IR: local.set's value should not be a control flow (#2589)
Alon Zakai
2020-05-27
1
-4
/
+10
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
5
-8
/
+0
*
Add EH support for SimplifyLocals (#2858)
Heejin Ahn
2020-05-19
1
-1
/
+9
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+3
*
Fix br_on_exn handling in ReFinalize (#2854)
Heejin Ahn
2020-05-15
1
-1
/
+2
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+12
*
Remove --fuzz-binary and simplify round trip (#2799)
Thomas Lively
2020-04-24
1
-11
/
+2
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-52
/
+0
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
2
-2
/
+30
*
Avoid unnecessary fp$ in side modules (#2717)
Alon Zakai
2020-03-31
1
-11
/
+4
*
Represent dylink section in IR, so we can update it. (#2715)
Alon Zakai
2020-03-30
1
-1
/
+14
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-0
/
+43
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Collect signatures from all block kinds (#2691)
Thomas Lively
2020-03-16
3
-13
/
+17
*
Interpret tuple locals and tail-calls correctly (#2690)
Thomas Lively
2020-03-16
1
-7
/
+3
[next]