Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update emscripten | Alon Zakai | 2016-04-01 | 1 | -0/+0 |
| | |||||
* | Merge pull request #307 from WebAssembly/updates | Alon Zakai | 2016-04-01 | 2 | -26034/+26187 |
|\ | | | | | Fix memory growth | ||||
| * | update wasm.js | Alon Zakai | 2016-04-01 | 1 | -26033/+26183 |
| | | |||||
| * | fix reallocBuffer to send growWasmMemory a size in pages | Alon Zakai | 2016-04-01 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #286 from WebAssembly/asm2wasm-opts | Alon Zakai | 2016-04-01 | 7 | -1/+148 |
|\| | | | | | asm2wasm opts | ||||
| * | handle minified tempDoublePtr | Alon Zakai | 2016-04-01 | 4 | -2/+46 |
| | | |||||
| * | optimize bitcast patterns in asm2wasm | Alon Zakai | 2016-04-01 | 3 | -56/+68 |
| | | |||||
| * | add a test for bitcast patterns in asm2wasm | Alon Zakai | 2016-04-01 | 3 | -1/+92 |
|/ | |||||
* | Merge pull request #305 from WebAssembly/enums | Alon Zakai | 2016-04-01 | 8 | -23/+35 |
|\ | | | | | Refactor file flags into enums | ||||
| * | refactor file flags into enums | Alon Zakai | 2016-03-31 | 8 | -23/+35 |
|/ | |||||
* | Merge pull request #303 from WebAssembly/binary-files-for-windows | JF Bastien | 2016-03-31 | 8 | -22/+27 |
|\ | | | | | Set the binary bit on files we need to open in binary mode | ||||
| * | set the binary bit on files we need to open in binary mode | Alon Zakai | 2016-03-31 | 8 | -22/+27 |
|/ | |||||
* | Merge pull request #301 from pjuftring/file-size_check | Alon Zakai | 2016-03-31 | 1 | -1/+1 |
|\ | | | | | Repair broken file-size check | ||||
| * | Repair broken file-size check | pjuftring | 2016-03-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #300 from ossy-szeged/buildfix | JF Bastien | 2016-03-31 | 3 | -14/+14 |
|\ \ | |/ |/| | Fix the build with GCC 5.3.1 and Clang 3.8.0. | ||||
| * | Fix the build with GCC 5.3.1 and Clang 3.8.0. | Csaba Osztrogonác | 2016-03-31 | 3 | -14/+14 |
|/ | | | | Fixes #299 | ||||
* | Merge pull request #296 from juj/no_cmake_multigenerator_subdirectories | Alon Zakai | 2016-03-30 | 1 | -3/+6 |
|\ | | | | | no_cmake_multigenerator_subdirectories | ||||
| * | Suppress CMake from generating Debug/, Release/ etc. subdirectories under ↵ | Jukka Jylänki | 2016-03-30 | 1 | -3/+6 |
| | | | | | | | | bin/ and lib/ output directories when building with a CMake multigenerator like Visual Studio or Xcode. | ||||
* | | Merge pull request #297 from WebAssembly/frist_wasm_backend_full_test | Alon Zakai | 2016-03-30 | 9 | -3235/+3197 |
|\ \ | |/ |/| | More tests for wasm backend | ||||
| * | add testing for vanilla llvm + emcc without the hacks, as things are now ↵ | Alon Zakai | 2016-03-30 | 3 | -11/+20 |
| | | | | | | | | starting to work, and add a full/real hello world testcase | ||||
| * | avoid hardcoded function pointer addresses in indirect_call.cpp test | Alon Zakai | 2016-03-30 | 2 | -10/+2 |
| | | |||||
| * | fix wasm.js loads of aligned i64s | Alon Zakai | 2016-03-30 | 2 | -179/+193 |
| | | |||||
| * | update emscripten submodule | Alon Zakai | 2016-03-30 | 1 | -0/+0 |
| | | |||||
| * | we export memory properly now, no need in spidermonkify.py | Alon Zakai | 2016-03-30 | 1 | -10/+0 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-03-30 | 1 | -3232/+3188 |
| | | |||||
| * | fix wasm.js loads of i64 that read <8 bytes | Alon Zakai | 2016-03-30 | 1 | -8/+9 |
|/ | |||||
* | Merge pull request #295 from tzik/grow_memory_fix | Alon Zakai | 2016-03-30 | 3 | -4/+8 |
|\ | | | | | Fix grow_memory translation on s2wasm | ||||
| * | Fix grow_memory translation on s2wasm | tzik | 2016-03-30 | 3 | -4/+8 |
| | | | | | | | | | | s2wasm used to mistranslate grow_memory operation in .s into memory_size in .wast, and this CL fixes it. | ||||
* | | Merge pull request #293 from WebAssembly/fixes | Alon Zakai | 2016-03-29 | 4 | -51/+47 |
|\ \ | | | | | | | s2wasm function type fixes | ||||
| * | | add explicit function types for indirect call targtets in s2wasm | Alon Zakai | 2016-03-29 | 3 | -18/+25 |
| | | | |||||
| * | | use ensureFunctionType in s2wasm, to ensure consistent function type names | Alon Zakai | 2016-03-29 | 3 | -33/+22 |
|/ / | |||||
* | | Merge pull request #291 from WebAssembly/updates | Alon Zakai | 2016-03-29 | 2 | -2/+2 |
|\ \ | | | | | | | Updates | ||||
| * | | update emscripten submodule | Alon Zakai | 2016-03-29 | 1 | -0/+0 |
| | | | |||||
| * | | update emscripten submodule | Alon Zakai | 2016-03-29 | 1 | -0/+0 |
| | | | |||||
| * | | avoid alignof for the sake of vs | Alon Zakai | 2016-03-29 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #289 from WebAssembly/minor-fix | JF Bastien | 2016-03-29 | 1 | -3/+2 |
|\ \ \ | |/ / |/| | | Use local enum, and init in-line | ||||
| * | | Use local enum. | JF Bastien | 2016-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Use static const, and init in-line | JF Bastien | 2016-03-29 | 1 | -3/+2 |
|/ / | |||||
* | | Merge pull request #288 from WebAssembly/more-vs-fixes | Alon Zakai | 2016-03-29 | 1 | -1/+1 |
|\ \ | | | | | | | More Visual Studio fixes | ||||
| * | | avoid constexpr since visual studio doesn't like it | Alon Zakai | 2016-03-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #287 from WebAssembly/vs2015_fixes | Alon Zakai | 2016-03-28 | 8 | -26/+36 |
|\ \ | | | | | | | VS2015 fixes | ||||
| * | | streampos may be signed on some platforms | Alon Zakai | 2016-03-28 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'vs2015_fixes' of https://github.com/juj/binaryen into vs2015_fixes | Alon Zakai | 2016-03-28 | 8 | -26/+36 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/support/safe_integer.cpp | ||||
| | * | | Add missing <cctype> include. | Jukka Jylänki | 2016-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/wasm-s-parser.h | ||||
| | * | | Use std::numeric_limits<uint32_t>::max() instead of 0xFFFFFFFF. | Jukka Jylänki | 2016-03-28 | 2 | -3/+5 |
| | | | | |||||
| | * | | Clean up unused variables warnings: | Jukka Jylänki | 2016-03-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | src\binaryen-shell.cpp(262): warning C4101: 'x': unreferenced local variable src\binaryen-shell.cpp(290): warning C4101: 'e': unreferenced local variable src\binaryen-shell.cpp(310): warning C4101: 'e': unreferenced local variable | ||||
| | * | | Cleanup redundant '> 0' check in src\binaryen-shell.cpp(251): warning C4804: ↵ | Jukka Jylänki | 2016-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | '>': unsafe use of type 'bool' in operation | ||||
| | * | | Clean up truncating cast warnings: | Jukka Jylänki | 2016-03-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | src\binaryen-shell.cpp(181): warning C4244: 'argument': conversion from 'int64_t' to 'int8_t', possible loss of data src\binaryen-shell.cpp(182): warning C4244: 'argument': conversion from 'int64_t' to 'int16_t', possible loss of data src\binaryen-shell.cpp(183): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data | ||||
| | * | | Clean up src\wasm-interpreter.h(644): warning C4244: 'initializing': ↵ | Jukka Jylänki | 2016-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | conversion from 'double' to 'int64_t', possible loss of data. | ||||
| | * | | Clean up src\wasm-interpreter.h(307): warning C4244: 'argument': conversion ↵ | Jukka Jylänki | 2016-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | from 'int64_t' to 'unsigned int', possible loss of data |