summaryrefslogtreecommitdiff
path: root/src/wasm.h
Commit message (Collapse)AuthorAgeFilesLines
...
* commentsAlon Zakai2015-11-111-1/+3
|
* handle some switch errors, get the switch testcase passingAlon Zakai2015-11-091-4/+3
|
* gcc workaround #1Alon Zakai2015-11-091-21/+22
|
* wip switch workAlon Zakai2015-11-091-2/+19
|
* update control flow operators, blacklist some new float errors for nowAlon Zakai2015-11-091-4/+5
|
* update spec tests, use a proper label stack, and start to update control ↵Alon Zakai2015-11-091-5/+5
| | | | flow changes from spec
* print if-elseAlon Zakai2015-11-091-1/+1
|
* fix printingAlon Zakai2015-11-081-2/+2
|
* print and compare nans properlyAlon Zakai2015-11-081-4/+32
|
* accept 64-bit offsets, for nowAlon Zakai2015-11-081-1/+1
|
* switch fixesAlon Zakai2015-11-081-1/+2
|
* wip switchAlon Zakai2015-11-071-0/+2
|
* validate setlocal resultAlon Zakai2015-11-061-21/+28
|
* set max memory default to -1Alon Zakai2015-11-061-1/+1
|
* print host opsAlon Zakai2015-11-061-1/+14
|
* tolerate empty string as a nameAlon Zakai2015-11-061-4/+4
|
* more module validationAlon Zakai2015-11-061-0/+39
|
* convenience methodsAlon Zakai2015-11-061-0/+16
|
* print all unariesAlon Zakai2015-11-051-3/+10
|
* has_featureAlon Zakai2015-11-051-0/+1
|
* remember function type name, for later checksAlon Zakai2015-11-051-0/+1
|
* Name::fromIntAlon Zakai2015-11-051-8/+8
|
* allow accessing module elements by index nameAlon Zakai2015-11-051-5/+24
|
* refactor data structuresAlon Zakai2015-11-051-7/+53
|
* print negative 0Alon Zakai2015-11-051-0/+4
|
* add a validation checker to ModuleAlon Zakai2015-11-051-0/+15
|
* more conversionsAlon Zakai2015-11-041-1/+1
|
* numeric fixesAlon Zakai2015-11-041-1/+1
|
* literal ==Alon Zakai2015-11-041-0/+7
|
* implement conversionsAlon Zakai2015-11-041-0/+7
|
* more conversionsAlon Zakai2015-11-041-2/+2
|
* more conversion opsAlon Zakai2015-11-041-4/+16
|
* write segments into memory, and parse all lines of functionsAlon Zakai2015-11-041-1/+2
|
* parse segmentsAlon Zakai2015-11-041-0/+1
|
* memory fixesAlon Zakai2015-11-041-1/+2
|
* memoryAlon Zakai2015-11-041-4/+19
|
* offset and alignment fixesAlon Zakai2015-11-041-2/+2
|
* emit align only when neededAlon Zakai2015-11-041-2/+6
|
* emit offsetsAlon Zakai2015-11-041-2/+6
|
* factor out float_Alon Zakai2015-11-031-4/+2
|
* more parsingAlon Zakai2015-11-031-1/+1
|
* implement new select operatorAlon Zakai2015-11-031-2/+29
|
* main for shellAlon Zakai2015-11-031-2/+4
|
* commentsAlon Zakai2015-11-031-5/+9
|
* add memorySize to ModuleAlon Zakai2015-11-031-1/+2
|
* cleanup and emit importsAlon Zakai2015-11-031-27/+25
|
* refactor printFullLineAlon Zakai2015-11-031-10/+20
|
* rename isWasmTypeFloatAlon Zakai2015-11-031-2/+4
|
* refactor pretty printing codeAlon Zakai2015-11-031-66/+1
|
* refactor arena codeAlon Zakai2015-11-031-35/+1
|