index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asmjs
/
shared-constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2js: Add Table operations (#6650)
Alon Zakai
2024-06-11
1
-0
/
+4
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-2
/
+0
*
[NFC] Remove `cashew::` namespace from IString (#5126)
Thomas Lively
2022-10-10
1
-92
/
+94
*
wasm2js: Don't assume that `env.abort` can always be impored. (#5049)
Sam Clegg
2022-09-16
1
-1
/
+1
*
[wasm2js] Use native JavaScript Math.trunc (#3329)
Max Graey
2020-11-10
1
-2
/
+1
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-2
/
+0
*
Remove OptimizeCalls from PostEmscripten. NFC. (#3326)
Sam Clegg
2020-11-06
1
-1
/
+0
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
1
-4
/
+0
*
wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)
Alon Zakai
2020-06-23
1
-2
/
+0
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-0
/
+7
*
Reland "Link binaryen tools against the dylib" (#2892)
Derek Schuff
2020-06-03
1
-0
/
+7
*
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
Derek Schuff
2020-06-02
1
-7
/
+0
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
1
-0
/
+7
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
1
-2
/
+0
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-2
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-93
/
+93
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
1
-0
/
+16
*
constant refactoring for STACKTOP and STACK_MAX
Alon Zakai
2018-12-11
1
-0
/
+2
*
wasm2asm: Finish i64 lowering operations (#1563)
Alex Crichton
2018-05-25
1
-1
/
+6
*
wasm2asm: Finish f32/f64 operations (#1554)
Alex Crichton
2018-05-19
1
-2
/
+5
*
wasm2asm: Implement float<->int conversions (#1550)
Alex Crichton
2018-05-16
1
-1
/
+3
*
create Math_{min,max} variables for wasm2asm-generated JS (#1476)
Nathan Froyd
2018-03-16
1
-0
/
+2
*
Update wasm2asm to generate "almost asm" if grow_memory is used (#1340)
Kris Selden
2018-02-06
1
-1
/
+4
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-0
/
+6
*
wasm2asm fixes for coercion on rotl/rotr/ctz/popcnt calls, and refactor the n...
Alon Zakai
2017-09-23
1
-8
/
+11
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
1
-0
/
+2
*
wasm2asm i32 arithmetic support (#1120)
Thomas Lively
2017-08-07
1
-5
/
+10
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-1
/
+0
*
Consistently handle possible traps in all cases (#1062)
Alon Zakai
2017-06-22
1
-0
/
+1
*
Add pass to instrument loads / stores. (#959)
Michael Bebenita
2017-04-29
1
-0
/
+1
*
optimize pow (#934)
Alon Zakai
2017-03-10
1
-0
/
+1
*
emit safe calls for i32 div/rem when in precise mode in asm2wasm, as they can...
Alon Zakai
2016-07-14
1
-0
/
+4
*
add shared-constants.h for wasm constants
Alon Zakai
2016-06-26
1
-34
/
+1
*
Split construction, scanning, and building phases of S2WasmBuilder (#400)
Derek Schuff
2016-04-27
1
-0
/
+99