Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -3/+3 | |
| | ||||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -1/+3 | |
| | ||||||
* | finish escaping and add many more .s files | Alon Zakai | 2015-12-12 | 1 | -2/+7 | |
| | ||||||
* | more escaping | Alon Zakai | 2015-12-12 | 1 | -1/+15 | |
| | ||||||
* | fix memory_size printing | Alon Zakai | 2015-12-12 | 1 | -1/+1 | |
| | ||||||
* | share operands in a base class for all calls | Alon Zakai | 2015-12-12 | 1 | -6/+11 | |
| | ||||||
* | comment | Alon Zakai | 2015-11-27 | 1 | -2/+3 | |
| | ||||||
* | handle no default when printing switch | Alon Zakai | 2015-11-27 | 1 | -2/+3 | |
| | ||||||
* | unify convert/compare into unary/binary, and do a pre-pass in s-expression ↵ | Alon Zakai | 2015-11-27 | 1 | -122/+80 | |
| | | | | parser for function types, to fix new assertions that notice some missing types | |||||
* | fix case printing | Alon Zakai | 2015-11-22 | 1 | -1/+1 | |
| | ||||||
* | clean up import double space | Alon Zakai | 2015-11-21 | 1 | -1/+1 | |
| | ||||||
* | clean up br printing | Alon Zakai | 2015-11-21 | 1 | -0/+5 | |
| | ||||||
* | 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 | |
| |