index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
example
/
relooper-fuzz.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-2
/
+2
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-33
/
+49
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-6
/
+6
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-2
/
+2
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-4
/
+4
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-10
/
+10
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-23
/
+23
*
Emit imports before defined things in text format (#1715)
Alon Zakai
2018-11-01
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-2
/
+2
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-2
/
+2
*
More simple math opts (#1414)
Alon Zakai
2018-02-14
1
-4
/
+4
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-4
/
+4
*
merge blocks before and after remove-unused-brs
Alon Zakai (kripken)
2017-05-10
1
-10
/
+12
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-496
/
+496
*
Change print order of top-level module components (#751)
Derek Schuff
2016-10-07
1
-4
/
+4
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-1
/
+1
*
Print the name of memory along with size (#720)
Derek Schuff
2016-09-28
1
-2
/
+2
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-12
/
+12
*
optimize if-else to br_if when in a block
Alon Zakai
2016-09-10
1
-28
/
+28
*
use eqz as an optimization
Alon Zakai
2016-09-07
1
-24
/
+15
*
new export syntax in spec repo
Alon Zakai
2016-09-07
1
-2
/
+2
*
new import syntax in spec repo
Alon Zakai
2016-09-07
1
-2
/
+2
*
export kinds
Alon Zakai
2016-09-07
1
-2
/
+2
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-3
/
+7
*
avoid label variable usage in relooper for forward branches, just use a stack...
Alon Zakai
2016-07-20
1
-29
/
+35
*
add more relooper testing and improve existing
Alon Zakai
2016-07-20
1
-0
/
+287
*
add cfg-building traversal and a pass to coalesce locals using it
Alon Zakai
2016-05-15
1
-19
/
+11
*
add a fuzzer for the relooper through the C API
Alon Zakai
2016-05-06
1
-0
/
+255