summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* add do-once and while-forever testsAlon Zakai2015-11-023-0/+38
|
* add stack test for an imported mapped globalAlon Zakai2015-11-013-0/+8
|
* add mem testAlon Zakai2015-11-014-0/+273
|
* test conversionsAlon Zakai2015-11-013-0/+101
|
* add tests for calls to js libraries and calls with the wrong # of argumentsAlon Zakai2015-11-013-2/+18
|
* add calls testAlon Zakai2015-11-014-0/+50
|
* improve unnecessary block removalAlon Zakai2015-11-011-12/+6
|
* optimize away breaks at the end of a block to that same blockAlon Zakai2015-11-013-290/+162
|
* fix do-while loopsAlon Zakai2015-11-012-4/+8
|
* remove condition from breakAlon Zakai2015-11-012-16/+48
|
* remove hello_world.c until it passesAlon Zakai2015-11-011-7/+0
|
* add control flow testsAlon Zakai2015-11-014-0/+103
|
* disable part of float_ops.cpp, which requires memory ops which are not ↵Alon Zakai2015-11-012-24/+1
| | | | tested yet
* avoid assertions in basic ops testsAlon Zakai2015-11-012-0/+2
|
* add float_ops testcaseAlon Zakai2015-11-013-0/+405
|
* test improvementAlon Zakai2015-10-312-264/+267
|
* int ops testAlon Zakai2015-10-317-18/+363
|
* debuggingAlon Zakai2015-10-311-0/+1
|
* add simple add testAlon Zakai2015-10-313-0/+17
|
* checker improvementsAlon Zakai2015-10-311-0/+2
|
* prepare for polyfill testingAlon Zakai2015-10-311-0/+7
|
* fix conversionsAlon Zakai2015-10-302-0/+30
|
* handle aliasing local and globalAlon Zakai2015-10-302-11/+68
|
* fix logical notAlon Zakai2015-10-302-0/+21
|
* fix double comparesAlon Zakai2015-10-302-0/+22
|
* fix float constants <1Alon Zakai2015-10-302-0/+8
|
* handle minified function tablesAlon Zakai2015-10-304-2/+17
|
* fix type detection of globalsAlon Zakai2015-10-302-0/+35
|
* fix printing of large negativesAlon Zakai2015-10-302-3/+4
|
* parse large negative literals properlyAlon Zakai2015-10-302-0/+30
|
* add optimized hello world testcaseAlon Zakai2015-10-302-0/+15001
|
* nop imports; all tests passAlon Zakai2015-10-291-183/+113
|
* fix unary printingAlon Zakai2015-10-291-6/+6
|
* clzAlon Zakai2015-10-291-7/+6
|
* fix large int constantsAlon Zakai2015-10-291-4/+4
|
* double fixesAlon Zakai2015-10-291-47/+43
|
* print a memory sectionAlon Zakai2015-10-292-0/+2
|
* print call_import properlyAlon Zakai2015-10-291-119/+119
|
* fix conditional typeAlon Zakai2015-10-291-21/+21
|
* don't emit empty blocksAlon Zakai2015-10-291-2/+1
|
* fix ConvertAlon Zakai2015-10-291-2/+2
|
* use NopAlon Zakai2015-10-291-8/+4
|
* ignore switches for nowAlon Zakai2015-10-291-43/+29
|
* fix load printingAlon Zakai2015-10-291-49/+49
|
* fix function type printingAlon Zakai2015-10-291-3/+3
|
* fix export printingAlon Zakai2015-10-292-23/+23
|
* optimize away trivial blocksAlon Zakai2015-10-292-13373/+12859
|
* add emcc output testcaseAlon Zakai2015-10-292-0/+35102
|
* support emcc --separate-asm outputAlon Zakai2015-10-291-0/+0
|
* add testingAlon Zakai2015-10-291-0/+13
|