index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-traversal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+37
*
Code pushing support for br_on_exn (#2660)
Heejin Ahn
2020-02-19
1
-1
/
+1
*
Generate push/pop in stack IR (#2566)
Heejin Ahn
2020-01-03
1
-2
/
+4
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+52
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-5
/
+0
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-5
/
+5
*
Fix PostWalker traversal of push instruction (#2419)
Heejin Ahn
2019-11-04
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+17
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-14
/
+14
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+16
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-1
/
+101
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+32
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+13
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-46
/
+46
*
Fix formatting of some comments (NFC) (#2091)
Heejin Ahn
2019-05-06
1
-2
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-7
/
+14
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-202
/
+416
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-6
/
+6
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-1
/
+3
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-10
/
+10
*
Optimize normally with debug info (#1927)
Alon Zakai
2019-02-28
1
-0
/
+13
*
SmallVector (#1912)
Alon Zakai
2019-02-25
1
-3
/
+9
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+49
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-3
/
+3
*
Fuzzing v128 and associated bug fixes (#1827)
Thomas Lively
2018-12-14
1
-5
/
+5
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+60
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-1
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-21
/
+10
*
Souper integration + DataFlow optimizations (#1638)
Alon Zakai
2018-08-27
1
-1
/
+1
*
Fix atomics refinalization (we were missing some glue) (#1241)
Alon Zakai
2017-10-24
1
-0
/
+94
*
Flattening rewrite (#1201)
Alon Zakai
2017-10-03
1
-0
/
+6
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
1
-0
/
+1
*
Add support for atomic wait and wake operators (#1140)
Derek Schuff
2017-08-24
1
-0
/
+21
*
Fix visitor stubs in traversal templates #1084
Derek Schuff
2017-07-10
1
-34
/
+34
*
Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)
Derek Schuff
2017-07-10
1
-0
/
+11
*
Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...
Derek Schuff
2017-07-06
1
-0
/
+10
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-1
/
+1
*
SSA pass (#1049)
Alon Zakai
2017-06-13
1
-0
/
+4
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-6
/
+23
*
Make header guards consistent (#997)
Sam Clegg
2017-05-04
1
-3
/
+3
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-4
/
+4
*
allow traversing the inits of globals (#917)
Alon Zakai
2017-02-21
1
-1
/
+6
*
allow traversing the offset inits of table/memory segments (#916)
Alon Zakai
2017-02-17
1
-2
/
+18
*
more consistent placement of & and *, on the type (#848)
Alon Zakai
2016-11-28
1
-62
/
+62
*
LinearExecutionWalker cleanups: call noteNonLinear for only necessary blocks,...
Alon Zakai
2016-10-21
1
-1
/
+8
*
fix switch traversal order
Alon Zakai
2016-09-14
1
-1
/
+1
*
fix ControlFlowWalker handling of ifs when looking for break targets
Alon Zakai
2016-09-07
1
-1
/
+2
*
add an ExpressionStack traversal
Alon Zakai
2016-09-07
1
-0
/
+43
*
fix compilation error on recent clang
Alon Zakai
2016-09-07
1
-2
/
+2
*
move drop into blocks, dropping all the breaks as well, when possible
Alon Zakai
2016-09-07
1
-0
/
+62
[next]