index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Windows binary releases through AppVeyor (#1700)
Alex Crichton
2019-04-02
1
-0
/
+5
*
Delete wasm-merge (#1969)
Thomas Lively
2019-03-29
1
-10
/
+0
*
Merge pull request #1823 from juj/fix_vs2017_15.8_build
juj
2019-01-10
1
-0
/
+3
|
\
|
*
Fix Visual Studio 2017 15.8 build
Jukka Jylänki
2018-12-13
1
-0
/
+3
*
|
remove wasm.js reference from CMakeLists.txt (#1859)
Alon Zakai
2019-01-09
1
-5
/
+2
*
|
Aligned allocation fixes. Fixes #1845 (#1846)
Alon Zakai
2019-01-09
1
-0
/
+15
|
/
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-0
/
+1
*
Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)
Alex Crichton
2018-08-30
1
-8
/
+8
*
switch from CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR to support add_subdirector...
Jay Phelps
2018-08-17
1
-2
/
+2
*
Fix out-of-tree install of wasm.js (#1616)
Sam Clegg
2018-07-06
1
-2
/
+2
*
Stop bundling binaryen.js builds (#1609)
Alon Zakai
2018-07-04
1
-2
/
+9
*
Remove s2wasm (#1607)
Sam Clegg
2018-06-28
1
-11
/
+0
*
Support wasm-reduce for Windows (#1488)
Michael Ferris
2018-03-26
1
-13
/
+9
*
Function pointer cast emulation (#1468)
Alon Zakai
2018-03-13
1
-8
/
+2
*
Allow disabling `-Werror`. (#1445)
Richard Diamond
2018-02-27
1
-1
/
+6
*
Flexible param numbers in asm2wasm (#1439)
Alon Zakai
2018-02-27
1
-2
/
+2
*
Fix #1437 by limiting -mfpu= to 32bit ARM targets (#1438)
Jan Beich
2018-02-22
1
-40
/
+2
*
Use -mfpu=vfpv3 instead of -march=native (#1192)
Robert Flack
2018-02-21
1
-2
/
+1
*
Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)
Jacob Gravelle
2018-02-14
1
-11
/
+0
*
address some MSVC warnings (#1386)
Nathan Froyd
2018-01-25
1
-0
/
+4
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-0
/
+22
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
1
-0
/
+10
*
Fixed compilation in GCC 7 (#1301)
Iban Eguia
2017-11-30
1
-1
/
+0
*
Print wasm2asm parsing errors (#1251)
Alon Zakai
2017-10-27
1
-1
/
+1
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-12
/
+12
*
Fast validation (#1204)
Alon Zakai
2017-10-02
1
-1
/
+1
*
wasm-reduce tool (#1139)
Alon Zakai
2017-09-01
1
-0
/
+16
*
Initial asm.js output for binaryen-c / binaryen.js (#1136)
Daniel Wirtz
2017-08-24
1
-1
/
+1
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-3
/
+12
*
Set stack size on MinGW to match the 8MB that is set for Visual Studio. (#1103)
juj
2017-07-19
1
-0
/
+1
*
Factor wasm validator into a cpp file (#1086)
Derek Schuff
2017-07-10
1
-9
/
+10
*
Don't add C++-only flags to CMAKE_C_FLAGS (#1052)
Sam Clegg
2017-06-12
1
-2
/
+8
*
fix wasm-opt with INTERPRETER_DEBUG
Alon Zakai (kripken)
2017-06-01
1
-0
/
+1
*
Re-reloop pass (#1009)
Alon Zakai
2017-05-16
1
-10
/
+10
*
ctor evaller (#982)
Alon Zakai
2017-04-28
1
-0
/
+11
*
Fixed issue 965 as per @binji's wabt fix (#978)
H-Plus-Time
2017-04-24
1
-2
/
+47
*
wasm-merge tool (#919)
Alon Zakai
2017-04-17
1
-0
/
+10
*
Fix install locations per FHS and allow to customize them (#958)
Jakub Jirutka
2017-04-12
1
-11
/
+11
*
fix asm2wasm stack-overflow on windows (#962)
Marco Trivellato
2017-04-11
1
-0
/
+2
*
Make ast_utils into a library (#892)
Derek Schuff
2017-01-31
1
-7
/
+8
*
Allow release builds with asserts on windows (#882)
Derek Schuff
2017-01-13
1
-3
/
+21
*
Create CMake install targets for libs and JS files (#798)
Derek Schuff
2016-10-25
1
-0
/
+6
*
Move wasm.cpp and wasm-s-parser into a library (#796)
Derek Schuff
2016-10-20
1
-14
/
+8
*
Minor improvements to the wasm-interpreter debug messages (#784)
jgravelle-google
2016-10-18
1
-0
/
+1
*
Add new CMake option -DRUN_STATIC_ANALYZER=1 to enable running Visual Studio ...
juj
2016-10-17
1
-0
/
+4
*
Remove non-CMakeism that depends on a fixed CMAKE_BUILD_TYPE at configuration...
juj
2016-10-13
1
-17
/
+24
*
Add flag to s2wasm to export __growWasmMemory function (#696)
jgravelle-google
2016-09-09
1
-0
/
+2
*
separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...
Alon Zakai
2016-07-13
1
-0
/
+11
*
rename binaryen-shell to wasm-shell
Alon Zakai
2016-07-13
1
-8
/
+8
*
Add appveyor.yml for Windows CI (#623)
Peter Jas
2016-07-11
1
-1
/
+5
[next]