index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emscripten-optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2js: Fix null handling and RefAsNonNull (#6656)
Alon Zakai
2024-06-12
1
-8
/
+4
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
2
-2
/
+10
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
2
-988
/
+0
*
Use new wast parser in wasm2js (#6606)
Thomas Lively
2024-05-29
1
-2
/
+1
*
[NFC] Mark operator== as const (#5990)
walkingeyerobot
2023-10-03
1
-1
/
+1
*
wasm2js: Stop emitting nan and infinity (#5391)
Will Cohen
2023-01-04
1
-14
/
+6
*
Fix warnings from -Wheader-hygiene and -Wimplicit-const-int-float-conversion ...
Martin Kustermann
2022-11-17
2
-4
/
+5
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
2
-2
/
+2
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
7
-244
/
+61
*
[wasm2js] Support exports of Globals (#4523)
magic-akari
2022-03-17
3
-7
/
+55
*
Make static buffers in numToString thread local (#4134)
Thomas Lively
2021-09-09
1
-4
/
+6
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
2
-363
/
+54
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
2
-3
/
+4
*
Simplify some numeric code (#3186)
Max Graey
2020-10-01
2
-3
/
+3
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+2
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
2
-0
/
+8
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-0
/
+3
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-5
/
+2
*
wasm2js: don't emit obviously unnecessary parens (#2080)
Alon Zakai
2019-05-02
1
-12
/
+26
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
6
-166
/
+285
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
8
-858
/
+1209
*
wasm2js: remove unneeded break/continue labels (#2058)
Alon Zakai
2019-04-26
2
-66
/
+4
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
1
-0
/
+3
*
wasm2js: start to optionally optimize the JS (#2046)
Alon Zakai
2019-04-24
3
-190
/
+45
*
wasm2js: emit quoted properties for the exports, to support closure compiler ...
Alon Zakai
2019-04-23
1
-2
/
+17
*
wasm2js: fix printing of negated negative constants (#2034)
Alon Zakai
2019-04-22
1
-0
/
+3
*
wasm2js: do not try to be smart with not emitting if braces, the corner cases...
Alon Zakai
2019-04-18
1
-33
/
+17
*
Fix if else JS printing when if body is a labelled block (#2017)
Alon Zakai
2019-04-17
1
-1
/
+4
*
More misc ASAN fixes (#1882)
Alon Zakai
2019-01-22
2
-0
/
+5
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
5
-22
/
+24
*
Cleanup shared constants (#1784)
Sam Clegg
2018-11-29
3
-7
/
+2
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
2
-3
/
+3
*
Fix alignment in MixedAllocator (#1740)
Alon Zakai
2018-11-13
1
-2
/
+2
*
fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...
Alon Zakai
2018-09-15
1
-1
/
+1
*
Optimize validation of many nested blocks (#1576)
Alon Zakai
2018-05-30
1
-2
/
+1
*
wasm2asm: Fix and enable a large number of spec tests (#1558)
Alex Crichton
2018-05-29
1
-6
/
+14
*
wasm2asm: Implement float<->int conversions (#1550)
Alex Crichton
2018-05-16
1
-0
/
+15
*
EM_JS binaryen support (#1410)
Jacob Gravelle
2018-02-26
1
-4
/
+8
*
Add startsWith function to IString (#1393)
Heejin Ahn
2018-01-29
1
-0
/
+9
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
1
-3
/
+5
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
3
-61
/
+43
*
wasm2asm i32 arithmetic support (#1120)
Thomas Lively
2017-08-07
2
-0
/
+2
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-0
/
+651
*
Parallelize istring creation (#1008)
Alon Zakai
2017-05-16
1
-14
/
+29
*
Fix build with gcc 7 (#957)
Morris Hafner
2017-03-29
1
-2
/
+1
*
refactor asm.js ast to use an AssignName node, for the common case of assigni...
Alon Zakai (kripken)
2017-01-31
2
-9
/
+48
[next]