index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
RemoveNonJSOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+0
*
[NFC] Use the new wat parser in RemoveNonJSOps (#6554)
Thomas Lively
2024-04-29
1
-5
/
+4
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-3
/
+3
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-2
/
+6
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-1
/
+1
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+3
*
[JS] Add a new OptimizeForJS pass (#4033)
Max Graey
2021-08-02
1
-4
/
+16
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-1
/
+2
*
[wasm2js] Use native JavaScript Math.trunc (#3329)
Max Graey
2020-11-10
1
-7
/
+0
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-1
/
+2
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+2
*
StubUnsupportedJSOps: Remove CallIndirects (#3027)
Alon Zakai
2020-08-06
1
-6
/
+23
*
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
Alon Zakai
2020-08-05
1
-1
/
+46
*
wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)
Alon Zakai
2020-06-23
1
-0
/
+5
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-1
/
+1
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-8
/
+8
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-2
/
+2
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-2
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-43
/
+33
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
1
-0
/
+4
*
wasm2js2 import fixes (#2031)
Alon Zakai
2019-04-19
1
-1
/
+4
*
Wasm2js memory fixes (#2003)
Alon Zakai
2019-04-12
1
-6
/
+26
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-0
/
+4
*
Dead return value elimination in DeadArgumentElimination (#1917)
Alon Zakai
2019-02-26
1
-1
/
+1
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-1
/
+5
*
wasm2asm: Fix and enable a large number of spec tests (#1558)
Alex Crichton
2018-05-29
1
-0
/
+44
*
wasm2asm: Finish i64 lowering operations (#1563)
Alex Crichton
2018-05-25
1
-316
/
+90
*
wasm2asm: Finish f32/f64 operations (#1554)
Alex Crichton
2018-05-19
1
-0
/
+479