index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emscripten-optimizer
/
simple_ast.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-9
/
+10
*
[wasm2js] Support exports of Globals (#4523)
magic-akari
2022-03-17
1
-5
/
+49
*
Make static buffers in numToString thread local (#4134)
Thomas Lively
2021-09-09
1
-4
/
+6
*
Simplify some numeric code (#3186)
Max Graey
2020-10-01
1
-2
/
+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
1
-83
/
+139
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-334
/
+439
*
wasm2js: remove unneeded break/continue labels (#2058)
Alon Zakai
2019-04-26
1
-5
/
+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
1
-11
/
+2
*
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
1
-0
/
+1
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-10
/
+11
*
Fix alignment in MixedAllocator (#1740)
Alon Zakai
2018-11-13
1
-2
/
+2
*
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
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
1
-3
/
+5
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
1
-61
/
+41
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-0
/
+651
*
refactor asm.js ast to use an AssignName node, for the common case of assigni...
Alon Zakai (kripken)
2017-01-31
1
-9
/
+30
*
refactor asm.js ast to not use STAT nodes - we don't need to print the asm.js...
Alon Zakai (kripken)
2017-01-31
1
-632
/
+2
*
refactor asm.js ast to use an Assign node
Alon Zakai (kripken)
2017-01-31
1
-116
/
+48
*
use MixedArena in asm.js ast
Alon Zakai (kripken)
2017-01-31
1
-43
/
+35
*
refactor asm.js ast to use a string node directly instead of [NAME, string]
Alon Zakai (kripken)
2017-01-31
1
-8
/
+10
*
refactor asm.js ast to use a number node directly instead of [NUM, number]
Alon Zakai (kripken)
2017-01-30
1
-7
/
+17
*
fix large f32 consts, fixes #817 (#820)
Alon Zakai
2016-11-01
1
-2
/
+2
*
Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...
juj
2016-10-20
1
-1
/
+1
*
clean up in emscripten-optimizer arenas
Alon Zakai
2016-04-27
1
-0
/
+1
*
use strncpy #283
Alon Zakai
2016-03-28
1
-1
/
+1
*
Add Travis builds with sanitizers
JF Bastien
2016-01-10
1
-15
/
+14
*
parse for loops in asm2wasm #60
Alon Zakai
2016-01-04
1
-1
/
+13
*
Fix / uniformize include guards
JF Bastien
2015-12-22
1
-3
/
+3
*
Fix warnings found by GCC
JF Bastien
2015-12-22
1
-16
/
+16
*
Fix uninitialize variable warning
JF Bastien
2015-12-22
1
-1
/
+3
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+15
*
don't quote keys in object printing when not necessary
Alon Zakai
2015-12-07
1
-3
/
+14
*
emit heap views in wasm2asm
Alon Zakai
2015-12-06
1
-0
/
+7
*
wasm2asm fixes
Alon Zakai
2015-12-04
1
-0
/
+6
*
fixes for wasm2asm
Alon Zakai
2015-12-03
1
-1
/
+1
*
refactoring, and wasm2asm arags and locals
Alon Zakai
2015-12-01
1
-6
/
+61
*
finish first pass on wasm2asm
Alon Zakai
2015-12-01
1
-0
/
+6
*
wasm2asm progress
Alon Zakai
2015-12-01
1
-0
/
+6
*
wasm2asm progress
Alon Zakai
2015-11-27
1
-0
/
+8
[next]