summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* start to emit AST nodes in binary formatAlon Zakai2015-12-291-8/+220
|
* more binary workAlon Zakai2015-12-291-0/+22
|
* start work on binary format, per v8 specAlon Zakai2015-12-291-0/+200
|
* remove another obsolete commentAlon Zakai2015-12-291-1/+0
|
* remove obsolete commentAlon Zakai2015-12-291-1/+1
|
* more check.py explanationsAlon Zakai2015-12-291-1/+3
|
* add some s-parser debuggingAlon Zakai2015-12-292-3/+4
|
* update check.py disabled test reasonsAlon Zakai2015-12-291-4/+4
|
* Fix include guardsJF Bastien2015-12-291-3/+3
|
* Merge pull request #53 from WebAssembly/jfbastien-patch-1Alon Zakai2015-12-281-2/+0
|\ | | | | Update expected GCC test failures
| * Update expected GCC test failuresJF Bastien2015-12-281-2/+0
|/ | | Negative relocations fixed in 49bc6a370abf20ee2b2749ee3ca73373bfeceeb7, fixes #52.
* add test with negative relocationAlon Zakai2015-12-272-2/+7
|
* merge addressings and relocations, improve getConst, and use that to easily ↵Alon Zakai2015-12-271-41/+12
| | | | implement negative offsets
* Update s2wasm_known_gcc_test_failures.txtJF Bastien2015-12-271-1/+1
|
* Merge pull request #51 from WebAssembly/jfbastien-patch-1JF Bastien2015-12-271-37/+9
|\ | | | | Update expected GCC test failures
| * Update expected GCC test failuresJF Bastien2015-12-271-37/+9
|/ | | Some new unexpected symbols, a lot fewer (Alon added a workaround), finds a new bug with negative relocations.
* add testcase outputAlon Zakai2015-12-261-0/+216
|
* implement a temporary hack for __stack_pointerAlon Zakai2015-12-264-199/+204
|
* update tests/experimentalAlon Zakai2015-12-251-0/+0
|
* finish updating .s testsAlon Zakai2015-12-259-10/+11
|
* start to implement lcommAlon Zakai2015-12-254-15/+24
|
* more updatesAlon Zakai2015-12-251-5/+5
|
* ignore lcomm for nowAlon Zakai2015-12-251-3/+4
|
* start to update tests after latest changesAlon Zakai2015-12-259-15/+15
|
* add indirect call testcase for wasm-backendAlon Zakai2015-12-253-1/+75
|
* fix function indexing in s2wasmAlon Zakai2015-12-251-2/+2
|
* no need to reverse call operands anymoreAlon Zakai2015-12-251-1/+0
|
* handle global addressings starting with '_'Alon Zakai2015-12-251-1/+5
|
* emit memory size in s2wasmAlon Zakai2015-12-251-0/+1
|
* handle function indexes in relocationsAlon Zakai2015-12-251-5/+20
|
* fix const literals in s2wasm on 64-bitAlon Zakai2015-12-251-2/+6
|
* Update expected GCC test failuresJF Bastien2015-12-251-3/+0
| | | Fixed by r256402.
* ignore function alignment, and parse globl in main process loopAlon Zakai2015-12-242-4/+2
|
* enable another now passing testAlon Zakai2015-12-241-3/+0
|
* fix relocations into a segment with multiple partsAlon Zakai2015-12-243-5/+17
|
* update build.shAlon Zakai2015-12-241-5/+6
|
* update check.pyAlon Zakai2015-12-241-1/+1
|
* Merge pull request #48 from WebAssembly/lib-dirAlon Zakai2015-12-242-0/+2
|\ | | | | Specify a library and archive output directory
| * Specify a library and archive output directoryJF Bastien2015-12-242-0/+2
|/ | | | Only archive is needed for static libraries, but while I'm here also add the library output directory.
* update check.py for libsupportAlon Zakai2015-12-241-1/+1
|
* Merge pull request #47 from WebAssembly/supportAlon Zakai2015-12-246-49/+83
|\ | | | | Add a support static library
| * Add a support static libraryJF Bastien2015-12-246-49/+83
| | | | | | | | For now I've only moved the color check (and made it check the environment only once, note function local static initialization is thread-safe in C++11). This will make the builds slightly faster and allow us to move platform-specific code out of header files (reducing the amount of #include gunk). I'll eventually move other parts of the code to support, especially the command-line parsing (once it's reusable).
* | Merge branch 'simplify-bits'Alon Zakai2015-12-242-21/+30
|\ \ | |/ |/|
| * Simplify the bit functions... a bit!JF Bastien2015-12-242-21/+30
| |
* | Merge pull request #45 from WebAssembly/update-expected-fails3Alon Zakai2015-12-241-4/+46
|\ \ | |/ |/| Update expected s2wasm failures
| * Update expected s2wasm failuresJF Bastien2015-12-241-4/+46
|/
* ensure proper literal type for popcnt resultsAlon Zakai2015-12-231-2/+2
|
* Merge pull request #43 from WebAssembly/clz32-0JF Bastien2015-12-231-1/+4
|\ | | | | clz32: handle 0 as with ctz
| * Add curly.JF Bastien2015-12-231-1/+2
| |
| * clz32: handle 0 as with ctzJF Bastien2015-12-231-1/+3
|/