Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure proper literal type for popcnt results | Alon Zakai | 2015-12-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #43 from WebAssembly/clz32-0 | JF Bastien | 2015-12-23 | 1 | -1/+4 |
|\ | | | | | clz32: handle 0 as with ctz | ||||
| * | Add curly. | JF Bastien | 2015-12-23 | 1 | -1/+2 |
| | | |||||
| * | clz32: handle 0 as with ctz | JF Bastien | 2015-12-23 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #42 from WebAssembly/bits-ub | Alon Zakai | 2015-12-23 | 1 | -2/+2 |
|\ | | | | | bits: return 32 on ctz32/clz32 of 0 instead of -1 | ||||
| * | bits: return 32 on ctz32/clz32 of 0 instead of -1 | JF Bastien | 2015-12-23 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #41 from WebAssembly/use-bits | Alon Zakai | 2015-12-23 | 1 | -41/+9 |
|\ | | | | | Use the new bit functions | ||||
| * | Use the new bit functions | JF Bastien | 2015-12-23 | 1 | -41/+9 |
| | | |||||
* | | handle indirect calls with no parent in asm2wasm #36 | Alon Zakai | 2015-12-23 | 3 | -1/+17 |
|/ | |||||
* | Merge pull request #40 from WebAssembly/update-expected-fails2 | JF Bastien | 2015-12-23 | 1 | -7/+1 |
|\ | | | | | Update expected s2wasm failures | ||||
| * | merge. | JF Bastien | 2015-12-23 | 1 | -1/+4 |
| |\ | |/ |/| | |||||
* | | note bug for failing test | Alon Zakai | 2015-12-23 | 1 | -1/+3 |
| | | |||||
| * | Update expected s2wasm failures | JF Bastien | 2015-12-23 | 1 | -7/+0 |
|/ | | | | | | | Used to fail with: s2wasm.h:937: void wasm::S2WasmBuilder::parseObject(wasm::Name): Assertion 'seenSize == size' failed. Fixed by: b6214708e08fe8cc894bfd4ace866beb6bb3606f | ||||
* | fix typo | Alon Zakai | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #38 from WebAssembly/update-expected-fails | Alon Zakai | 2015-12-23 | 1 | -6/+0 |
|\ | | | | | Update expected s2wasm failures | ||||
| * | Update expected s2wasm failures | JF Bastien | 2015-12-23 | 1 | -6/+0 |
| | | | | | | | | These tests now pass. New ones are failing unexpectedly, though. Investigate separately. | ||||
* | | Merge pull request #39 from WebAssembly/bits | Alon Zakai | 2015-12-23 | 1 | -0/+107 |
|\ \ | | | | | | | Portable bit functions | ||||
| * | | Portable bit functions | JF Bastien | 2015-12-23 | 1 | -0/+107 |
| |/ | | | | | | | | | | | | | As discussed here: https://github.com/WebAssembly/binaryen/pull/34#discussion_r48379297 It's useful to have portable bit functions instead of relying on compiler builtins which aren't always portable. | ||||
* | | Merge pull request #34 from AndrewScheidecker/windows-fixes | Alon Zakai | 2015-12-23 | 5 | -71/+70 |
|\ \ | | | | | | | Fix a few Windows/VS2013 compile errors | ||||
| * | | Change colors.h to isolate and minimize code that isn't compiled on all ↵ | Andrew Scheidecker | 2015-12-23 | 1 | -65/+19 |
| | | | | | | | | | | | | platforms | ||||
| * | | Implement feedback | Andrew Scheidecker | 2015-12-23 | 2 | -7/+5 |
| | | | |||||
| * | | Fix a few Windows/VS2013 compile errors | Andrew Scheidecker | 2015-12-23 | 5 | -18/+65 |
| | | | |||||
* | | | emit tables in s2wasm | Alon Zakai | 2015-12-23 | 3 | -4/+18 |
| |/ |/| | |||||
* | | handle combined globals better in s2wasm | Alon Zakai | 2015-12-23 | 3 | -9/+24 |
| | | |||||
* | | add wasm-backend globals testcase | Alon Zakai | 2015-12-23 | 3 | -1/+27 |
| | | |||||
* | | fix s-parser handling of memory segments with 0s | Alon Zakai | 2015-12-23 | 57 | -80/+95 |
| | | |||||
* | | emit staticBump in metadata | Alon Zakai | 2015-12-23 | 1 | -3/+6 |
| | | |||||
* | | generalize commandline options and add global-base option for s2wasm | Alon Zakai | 2015-12-23 | 3 | -13/+26 |
| | | |||||
* | | refactor memory merging code | Alon Zakai | 2015-12-23 | 2 | -31/+48 |
| | | |||||
* | | improve check.py | Alon Zakai | 2015-12-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #37 from WebAssembly/extern-error | Alon Zakai | 2015-12-23 | 1 | -1/+6 |
|\ \ | | | | | | | Emit error message when an unknown symbol is found | ||||
| * | | Output the symbol name. | JF Bastien | 2015-12-23 | 1 | -0/+1 |
| | | | |||||
| * | | Emit error message when an unknown symbol is found | JF Bastien | 2015-12-23 | 1 | -1/+5 |
|/ / | |||||
* / | s2wasm const parsing fixes | Alon Zakai | 2015-12-23 | 16 | -45/+55 |
|/ | |||||
* | misc minor s2wasm fixes for globals | Alon Zakai | 2015-12-22 | 1 | -3/+4 |
| | |||||
* | fix parsing of large offsets in 32-bit | Alon Zakai | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | update experimental tests | Alon Zakai | 2015-12-22 | 1 | -0/+0 |
| | |||||
* | s2wasm failures: identify one bug in LLVM | JF Bastien | 2015-12-22 | 1 | -0/+3 |
| | |||||
* | Merge pull request #31 from WebAssembly/int8-int16 | Alon Zakai | 2015-12-22 | 2 | -65/+10 |
|\ | | | | | s2wasm: support .int8 and .int16 data | ||||
| * | s2wasm: support .int8 and .int16 data | JF Bastien | 2015-12-22 | 2 | -65/+10 |
|/ | | | | This fixes a bunch of the torture test failures. | ||||
* | visitStore in LowerInt64 | Alon Zakai | 2015-12-22 | 1 | -3/+20 |
| | |||||
* | Merge pull request #30 from WebAssembly/include-guards | Alon Zakai | 2015-12-22 | 21 | -41/+91 |
|\ | | | | | Fix / uniformize include guards | ||||
| * | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 21 | -41/+91 |
|/ | |||||
* | Merge pull request #29 from WebAssembly/s2wasm-known-failures | JF Bastien | 2015-12-22 | 1 | -0/+85 |
|\ | | | | | Add list of known GCC torture test failures | ||||
| * | It is known (in tests). | JF Bastien | 2015-12-22 | 1 | -0/+0 |
| | | |||||
| * | Add list of known GCC torture test failures | JF Bastien | 2015-12-22 | 1 | -0/+85 |
|/ | | | | I'll run the tests on the bots, and then triage the failures and fix them. | ||||
* | Merge pull request #28 from WebAssembly/wall | Alon Zakai | 2015-12-22 | 10 | -33/+80 |
|\ | | | | | Fix warnings found by GCC | ||||
| * | Add curlies. | JF Bastien | 2015-12-22 | 1 | -1/+2 |
| | | |||||
| * | 32-bits are enough since this is an asm.js pointer | JF Bastien | 2015-12-22 | 1 | -1/+1 |
| | | |||||
| * | Add compiler-support.h | JF Bastien | 2015-12-22 | 1 | -0/+38 |
| | |