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
*
[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
*
clean up raw pointer import->functionType, make it a Name like everything els...
Alon Zakai
2017-02-17
1
-8
/
+10
*
properly legalize imported table elements
Alon Zakai
2016-12-07
1
-0
/
+9
*
fix legalization issues with f32s
Alon Zakai
2016-12-07
1
-2
/
+2
*
make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffis
Alon Zakai
2016-12-07
1
-2
/
+18
*
add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...
Alon Zakai
2016-12-07
1
-13
/
+18
*
Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)
Alon Zakai
2016-10-03
1
-3
/
+3
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
1
-0
/
+211