index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
SubtypingDiscoverer: Differentiate non-flow subtyping constraints (#6344)
Alon Zakai
2024-02-27
3
-2
/
+38
*
[NFC] Use ifdef-else in threads.cpp (#6355)
Alon Zakai
2024-02-27
1
-2
/
+2
*
[StringLowering] Lower `stringview_wtf16.get_codeunit` to `charCodeAt` (#6353)
Thomas Lively
2024-02-26
1
-4
/
+4
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
7
-1186
/
+2332
*
[Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)
Alon Zakai
2024-02-26
1
-3
/
+5
*
Implement dropping of active Element Segments (#6343)
Alon Zakai
2024-02-23
1
-10
/
+17
*
[Parser] Condense redundant pop values (#6339)
Ashley Nelson
2024-02-22
1
-13
/
+1
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
26
-28
/
+187
*
Fuzzer: Allow using initial content with V8 (#6327)
Alon Zakai
2024-02-22
1
-0
/
+9
*
Fuzzer: Match the logging of i31ref between JS and C++ (#6335)
Alon Zakai
2024-02-22
1
-21
/
+35
*
[Parser][NFC] Remove `Token` from lexer interface (#6333)
Thomas Lively
2024-02-22
2
-44
/
+46
*
[Parser][NFC] Remove parser/input.h (#6332)
Thomas Lively
2024-02-22
6
-111
/
+31
*
Validator: ArrayNew|InitData require Bulk Memory (#6331)
Alon Zakai
2024-02-21
1
-0
/
+8
*
Fix build error on aarch64 [NFC] (#6330)
Darren Worrall
2024-02-21
1
-0
/
+14
*
Improve JSON string encoding (#6328)
Thomas Lively
2024-02-21
1
-69
/
+103
*
[EH] Add noexn's opcode (#6329)
Heejin Ahn
2024-02-21
1
-2
/
+2
*
[NFC] DeNaN: Avoid calls on constants (#6326)
Alon Zakai
2024-02-21
1
-3
/
+3
*
Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)
Alon Zakai
2024-02-20
3
-0
/
+90
*
Fuzzer: Add SIMD support to DeNaN (#6318)
Alon Zakai
2024-02-20
1
-22
/
+90
*
[NFC] Use SubtypingDiscoverer in StringLowering (#6325)
Alon Zakai
2024-02-20
2
-55
/
+66
*
Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)
Alon Zakai
2024-02-20
3
-160
/
+12
*
Validate function imports (#6315)
Alon Zakai
2024-02-20
1
-40
/
+60
*
subtype-exprs.h additions [NFC] (#6323)
Alon Zakai
2024-02-20
1
-8
/
+31
*
StringLowering: Escape the JSON in the custom section (#6316)
Alon Zakai
2024-02-20
4
-12
/
+104
*
JS Bindings: Use stringToUTF8OnStack instead of deprecated allocateUTF8OnStac...
Alon Zakai
2024-02-20
1
-1
/
+1
*
[Parser] Simplify the lexer interface (#6319)
Thomas Lively
2024-02-20
3
-318
/
+252
*
SetGlobals: Fix segfault on invalid input (#6321)
Nikolay Khitrin
2024-02-20
1
-1
/
+1
*
StringLowering: Lower nulls in call params (#6317)
Alon Zakai
2024-02-20
1
-0
/
+10
*
StringLowering: Properly handle nullable inputs to StringAs (#6307)
Alon Zakai
2024-02-14
1
-1
/
+11
*
StringLowering: Fix up nulls written to struct.new fields (#6306)
Alon Zakai
2024-02-14
1
-16
/
+36
*
Strings: Add some interpreter support (#6304)
Alon Zakai
2024-02-14
2
-4
/
+57
*
[NFC] Avoid a warning on an unused var (#6300)
Alon Zakai
2024-02-14
1
-1
/
+2
*
StringLowering: Use an array16 type in its own rec group (#6302)
Alon Zakai
2024-02-13
1
-9
/
+25
*
Fix --spill-pointers for the stack growing down (#6294)
YAMAMOTO Takashi
2024-02-13
1
-11
/
+11
*
StringLowering: Hack around if issue with bottom types (#6303)
Alon Zakai
2024-02-13
1
-0
/
+21
*
StringLowering: Modify string=>extern also in public types (#6301)
Alon Zakai
2024-02-13
3
-5
/
+31
*
Precompute: Optimize array.len (#6299)
Alon Zakai
2024-02-12
1
-1
/
+1
*
Fuzzer: Do not emit huge and possibly non-validating tables (#6288)
Alon Zakai
2024-02-12
1
-0
/
+17
*
[Parser] Parse `resume` (#6295)
Thomas Lively
2024-02-09
4
-11
/
+97
*
[Parser] Support references to struct fields by name (#6293)
Thomas Lively
2024-02-08
2
-11
/
+28
*
Update lit tests to parse with the new parser (#6290)
Thomas Lively
2024-02-08
1
-1
/
+1
*
Remove support for legacy stringref text syntax (#6289)
Thomas Lively
2024-02-08
1
-85
/
+16
*
[NFC] Add links to specs in StringLowering (#6292)
Alon Zakai
2024-02-08
1
-0
/
+4
*
Add a pass to propagate global constants to other globals (#6287)
Alon Zakai
2024-02-08
3
-2
/
+21
*
StringLowering: Lower all remaining important string operations (#6283)
Alon Zakai
2024-02-08
1
-0
/
+84
*
[Parser] Do not involve IRBuilder for imported functions (#6286)
Thomas Lively
2024-02-07
4
-13
/
+14
*
SimplifyGlobals: Propagate constant globals into nested gets in other globals...
Alon Zakai
2024-02-07
1
-2
/
+4
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
2
-0
/
+4
*
[NFC] Move code to string.cpp (#6282)
Thomas Lively
2024-02-06
2
-84
/
+92
*
StringLowering: Start to lower instructions (#6281)
Alon Zakai
2024-02-06
1
-0
/
+82
[next]