index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
LegalizeJSInterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LegalizeJSInterface] Use explicit names for stub functions (#6806)
Sam Clegg
2024-08-05
1
-0
/
+2
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-3
/
+2
*
When creating `dynCall` and `legalstub` function mark them as hasExplicitName...
Sam Clegg
2024-04-12
1
-0
/
+1
*
Remove "minimal" JS import/export legalization (#6428)
Sam Clegg
2024-03-22
1
-37
/
+6
*
Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)
Alon Zakai
2024-02-20
1
-0
/
+86
*
Automatically discard global effects in the rare passes that add effects (#5999)
Alon Zakai
2023-10-06
1
-0
/
+3
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-2
/
+2
*
Add `hasArgument` helper to pass options. NFC (#5278)
Sam Clegg
2022-11-17
1
-6
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-4
/
+4
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-6
/
+8
*
LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)
Sam Clegg
2022-08-15
1
-7
/
+55
*
Add runOnModuleCode helper. NFC (#4234)
Alon Zakai
2021-10-11
1
-1
/
+1
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-20
/
+17
*
LegalizeJSInterface: Remove illegal imports once they are no longer used (#3815)
Sam Clegg
2021-04-16
1
-0
/
+5
*
Fix LegalizeJSInterface with RefFuncs (#3749)
Alon Zakai
2021-03-30
1
-45
/
+16
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-6
/
+5
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-6
/
+4
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-8
/
+10
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-3
/
+3
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
Fix LegalizeJSInterface leaking duplicate stub Functions (#3095)
Daniel Wirtz
2020-09-02
1
-6
/
+9
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-3
/
+3
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-8
/
+8
*
Legalize return_calls properly (#2752)
Alon Zakai
2020-04-12
1
-2
/
+4
*
Initialize the LegalizeJSInterface vector once, not once in each function (#2...
Alon Zakai
2020-01-23
1
-6
/
+6
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-3
/
+3
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-2
/
+31
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-65
/
+55
*
When legalizing, optionally export the original function too with orig$X (#2427)
Alon Zakai
2019-11-11
1
-1
/
+28
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-4
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-3
/
+3
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-5
/
+10
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-34
/
+52
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
1
-18
/
+2
*
wasm2js2 import fixes (#2031)
Alon Zakai
2019-04-19
1
-3
/
+2
*
Fix memory leaks (#1925)
Bohdan
2019-02-28
1
-12
/
+13
*
legalize invokes even when doing minimal legalization, as js needs them (#1883)
Alon Zakai
2019-02-08
1
-40
/
+47
*
Require unique_ptr to Module::addFunctionType() (#1672)
Paweł Bylica
2019-01-10
1
-3
/
+3
*
Partial legalization (#1824) review followup (#1832)
Alon Zakai
2018-12-17
1
-2
/
+2
*
Minimal JS legalization (#1824)
Alon Zakai
2018-12-14
1
-40
/
+62
*
Cleanup shared constants (#1784)
Sam Clegg
2018-11-29
1
-5
/
+3
*
Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)
Sam Clegg
2018-11-20
1
-57
/
+26
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-44
/
+48
*
Remove replaced imports in LegalizeJSInterface (#1657)
Sam Clegg
2018-08-30
1
-0
/
+4
*
Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428)
Alon Zakai
2018-02-22
1
-0
/
+43
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-2
/
+2
*
Add Builder::makeGlobal for nicer global creation (#1221)
Alon Zakai
2017-10-10
1
-6
/
+7
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-3
/
+3
*
fix BINARYEN_PASS_DEBUG option (#908)
Alon Zakai
2017-02-23
1
-0
/
+1
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-1
/
+1
[next]