index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
I64ToI32Lowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-2
/
+2
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-4
/
+4
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-2
/
+5
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-5
/
+5
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
Fix validateGlobally usage in validator, and an i64-to-i32 bug hidden by it (...
Alon Zakai
2020-10-19
1
-0
/
+3
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-1
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+2
*
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
Alon Zakai
2020-08-05
1
-0
/
+32
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-49
/
+45
*
Wasm2js Atomics support (#2924)
Alon Zakai
2020-06-23
1
-3
/
+41
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-2
/
+2
*
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
-146
/
+155
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-30
/
+22
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-8
/
+4
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-2
/
+12
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-167
/
+167
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-22
/
+44
*
I64ToI32Lowering: don't use alignment 1 everywhere (#2070)
Alon Zakai
2019-04-30
1
-2
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-620
/
+550
*
wasm2js: remove more code we don't need since we have flat IR (#2039)
Alon Zakai
2019-04-22
1
-120
/
+0
*
wasm2js: unreachability fixes (#2037)
Alon Zakai
2019-04-22
1
-25
/
+19
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
1
-33
/
+26
*
wasm2js: handle unreachable select and global.set (#2029)
Alon Zakai
2019-04-18
1
-0
/
+21
*
Wasm2js: support i64 globals (#2021)
Alon Zakai
2019-04-18
1
-11
/
+43
*
Verify flat IR where it is expected, and give a nice error (#2009)
Alon Zakai
2019-04-16
1
-0
/
+2
*
Wasm2js memory fixes (#2003)
Alon Zakai
2019-04-12
1
-12
/
+28
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-0
/
+9
*
Fix i64 select lowering. (#1773)
Yury Delendik
2018-12-17
1
-8
/
+31
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-3
/
+3
*
More #1678 fixes (#1685)
Alon Zakai
2018-09-20
1
-0
/
+3
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-6
/
+1
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-7
/
+9
*
wasm2asm: Fix and enable a large number of spec tests (#1558)
Alex Crichton
2018-05-29
1
-1
/
+16
*
wasm2asm: Finish i64 lowering operations (#1563)
Alex Crichton
2018-05-25
1
-346
/
+14
*
wasm2asm: Implement float<->int conversions (#1550)
Alex Crichton
2018-05-16
1
-37
/
+215
*
Implement 64-bit rotation lowering for wasm2asm (#1545)
Alex Crichton
2018-05-14
1
-2
/
+193
*
wasm2asm: Implement reinterpretation instructions (#1547)
Alex Crichton
2018-05-13
1
-3
/
+34
*
Implement signed 64-bit shift right for wasm2asm (#1544)
Alex Crichton
2018-05-12
1
-6
/
+72
*
remap {get,set}_local indices (#1486)
Nathan Froyd
2018-03-23
1
-7
/
+16
*
add the highbits global to the IR (#1483)
Nathan Froyd
2018-03-20
1
-0
/
+9
*
fix and implement more unary ops (#1442)
Nathan Froyd
2018-02-26
1
-8
/
+120
*
implement lowering for i64 subtraction (#1429)
Nathan Froyd
2018-02-14
1
-8
/
+58
*
add wasm2asm lowering for 64-bit signed comparisons (#1421)
Nathan Froyd
2018-02-14
1
-1
/
+50
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-6
/
+6
*
I64ToI32Lowwering: Skip not applicable globals (#1374)
Daniel Wirtz
2018-01-19
1
-0
/
+2
*
Fix binaryen.js's wasm2asm (#1257)
Alon Zakai
2017-11-01
1
-0
/
+2
[next]