index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
1
-1
/
+1
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+212
*
Prototype extended-name-section proposal (#3162)
Daniel Wirtz
2020-09-29
1
-23
/
+163
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+42
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+10
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-2
/
+10
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-19
/
+55
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-24
/
+20
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-4
/
+4
*
Fix inner block problem with 'catch' (#3129)
Heejin Ahn
2020-09-15
1
-19
/
+83
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-38
/
+136
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+8
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-3
/
+23
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-3
/
+3
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-2
/
+2
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-8
/
+10
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+8
*
DWARF: Do not reorder locals in binary writing (#2959)
Alon Zakai
2020-07-23
1
-2
/
+3
*
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
/
+32
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+4
*
Don't warn 'skipping debug location info' (#2855)
Alon Zakai
2020-05-15
1
-4
/
+0
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+16
*
Emit section IDs as bytes (#2803)
Thomas Lively
2020-04-24
1
-4
/
+4
*
Fix invalid index checking in readImports (#2758)
Heejin Ahn
2020-04-13
1
-1
/
+1
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-5
/
+16
*
Represent dylink section in IR, so we can update it. (#2715)
Alon Zakai
2020-03-30
1
-13
/
+43
*
Fix Event section ordering (#2708)
Thomas Lively
2020-03-24
1
-1
/
+1
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+24
*
Fix binary emitting of signature indices (#2694)
Thomas Lively
2020-03-16
1
-0
/
+3
*
Add 'warning:' to names section warning. Helps #2680 (#2683)
Alon Zakai
2020-03-09
1
-1
/
+1
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-17
/
+67
*
Improve a comment on unreachability [ci skip] (#2672)
Alon Zakai
2020-03-03
1
-2
/
+13
*
Simplify binary block parsing (#2674)
Thomas Lively
2020-02-28
1
-36
/
+23
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+4
*
DWARF: Track more function locations (#2604)
Alon Zakai
2020-01-22
1
-8
/
+12
*
DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)
Alon Zakai
2020-01-21
1
-5
/
+64
*
Simplify binary parsing a little (#2602)
Alon Zakai
2020-01-21
1
-2
/
+4
*
Use BinaryLocation instead of hardcoding uint32_t (#2598)
Alon Zakai
2020-01-16
1
-7
/
+8
*
DWARF: high_pc computation (#2595)
Alon Zakai
2020-01-16
1
-4
/
+18
*
DWARF: Function location tracking (#2592)
Alon Zakai
2020-01-16
1
-18
/
+31
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-75
/
+76
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-15
/
+68
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
1
-2
/
+2
*
DWARF debug line updating (#2545)
Alon Zakai
2019-12-20
1
-15
/
+65
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-3
/
+48
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+8
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+5
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-108
/
+40
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-7
/
+8
[next]