Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | br_if | Alon Zakai | 2015-11-20 | 1 | -3/+12 | |
| | ||||||
* | missing word | Alon Zakai | 2015-11-19 | 1 | -1/+1 | |
| | ||||||
* | mark host types | Alon Zakai | 2015-11-18 | 1 | -0/+14 | |
| | ||||||
* | fix switch printing | Alon Zakai | 2015-11-16 | 1 | -3/+4 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-15 | 1 | -0/+15 | |
| | ||||||
* | pass support | Alon Zakai | 2015-11-13 | 1 | -5/+5 | |
| | ||||||
* | Merge branch 'binaryen' | Alon Zakai | 2015-11-12 | 1 | -6/+17 | |
|\ | ||||||
| * | max memory is 32-bit, for now | Alon Zakai | 2015-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | add simple example | Alon Zakai | 2015-11-11 | 1 | -5/+16 | |
| | | ||||||
* | | comment | Alon Zakai | 2015-11-11 | 1 | -1/+2 | |
|/ | ||||||
* | move validation to a side .h file, with a full WasmWalker | Alon Zakai | 2015-11-11 | 1 | -80/+46 | |
| | ||||||
* | don't allow direct access to the vectors on the Module object | Alon Zakai | 2015-11-11 | 1 | -3/+3 | |
| | ||||||
* | comment | Alon Zakai | 2015-11-11 | 1 | -1/+2 | |
| | ||||||
* | don't store caseMap in Switch, it's a pure optimization | Alon Zakai | 2015-11-11 | 1 | -11/+4 | |
| | ||||||
* | break => br | Alon Zakai | 2015-11-11 | 1 | -1/+1 | |
| | ||||||
* | unreachable | Alon Zakai | 2015-11-11 | 1 | -1/+16 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-11 | 1 | -1/+3 | |
| | ||||||
* | handle some switch errors, get the switch testcase passing | Alon Zakai | 2015-11-09 | 1 | -4/+3 | |
| | ||||||
* | gcc workaround #1 | Alon Zakai | 2015-11-09 | 1 | -21/+22 | |
| | ||||||
* | wip switch work | Alon Zakai | 2015-11-09 | 1 | -2/+19 | |
| | ||||||
* | update control flow operators, blacklist some new float errors for now | Alon Zakai | 2015-11-09 | 1 | -4/+5 | |
| | ||||||
* | update spec tests, use a proper label stack, and start to update control ↵ | Alon Zakai | 2015-11-09 | 1 | -5/+5 | |
| | | | | flow changes from spec | |||||
* | print if-else | Alon Zakai | 2015-11-09 | 1 | -1/+1 | |
| | ||||||
* | fix printing | Alon Zakai | 2015-11-08 | 1 | -2/+2 | |
| | ||||||
* | print and compare nans properly | Alon Zakai | 2015-11-08 | 1 | -4/+32 | |
| | ||||||
* | accept 64-bit offsets, for now | Alon Zakai | 2015-11-08 | 1 | -1/+1 | |
| | ||||||
* | switch fixes | Alon Zakai | 2015-11-08 | 1 | -1/+2 | |
| | ||||||
* | wip switch | Alon Zakai | 2015-11-07 | 1 | -0/+2 | |
| | ||||||
* | validate setlocal result | Alon Zakai | 2015-11-06 | 1 | -21/+28 | |
| | ||||||
* | set max memory default to -1 | Alon Zakai | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | print host ops | Alon Zakai | 2015-11-06 | 1 | -1/+14 | |
| | ||||||
* | tolerate empty string as a name | Alon Zakai | 2015-11-06 | 1 | -4/+4 | |
| | ||||||
* | more module validation | Alon Zakai | 2015-11-06 | 1 | -0/+39 | |
| | ||||||
* | convenience methods | Alon Zakai | 2015-11-06 | 1 | -0/+16 | |
| | ||||||
* | print all unaries | Alon Zakai | 2015-11-05 | 1 | -3/+10 | |
| | ||||||
* | has_feature | Alon Zakai | 2015-11-05 | 1 | -0/+1 | |
| | ||||||
* | remember function type name, for later checks | Alon Zakai | 2015-11-05 | 1 | -0/+1 | |
| | ||||||
* | Name::fromInt | Alon Zakai | 2015-11-05 | 1 | -8/+8 | |
| | ||||||
* | allow accessing module elements by index name | Alon Zakai | 2015-11-05 | 1 | -5/+24 | |
| | ||||||
* | refactor data structures | Alon Zakai | 2015-11-05 | 1 | -7/+53 | |
| | ||||||
* | print negative 0 | Alon Zakai | 2015-11-05 | 1 | -0/+4 | |
| | ||||||
* | add a validation checker to Module | Alon Zakai | 2015-11-05 | 1 | -0/+15 | |
| | ||||||
* | more conversions | Alon Zakai | 2015-11-04 | 1 | -1/+1 | |
| | ||||||
* | numeric fixes | Alon Zakai | 2015-11-04 | 1 | -1/+1 | |
| | ||||||
* | literal == | Alon Zakai | 2015-11-04 | 1 | -0/+7 | |
| | ||||||
* | implement conversions | Alon Zakai | 2015-11-04 | 1 | -0/+7 | |
| | ||||||
* | more conversions | Alon Zakai | 2015-11-04 | 1 | -2/+2 | |
| | ||||||
* | more conversion ops | Alon Zakai | 2015-11-04 | 1 | -4/+16 | |
| | ||||||
* | write segments into memory, and parse all lines of functions | Alon Zakai | 2015-11-04 | 1 | -1/+2 | |
| | ||||||
* | parse segments | Alon Zakai | 2015-11-04 | 1 | -0/+1 | |
| |