aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-06-28Properly padding infinity/NaN in _formatString/printf.max99x
2011-06-28Added support for %n in _formatString/printf.max99x
2011-06-27fix for just-broken popplerAlon Zakai
2011-06-28Replaced brainded float formatting with a much cleaner (and more precise) ↵max99x
version.
2011-06-27Fixed some strict mode problems; added test for -Infinity.max99x
2011-06-27Fixed unsigned number printing; updated Lua test with correct format (same ↵max99x
as GCC produces).
2011-06-27Minor printf() bugfix.max99x
2011-06-27Fixed a few boneheaded mistakes; added test for strtod().max99x
2011-06-27Implemented a GCC-alike printf/_formatString.max99x
2011-06-26Fixes for review notes.max99x
2011-06-26Tests for dlfch.h.max99x
2011-06-25indexize Math.* properly. fixes issue 29Alon Zakai
2011-06-23minor fixes for mergeAlon Zakai
2011-06-23libc seek testsAlon Zakai
2011-06-23fix bug with adding null terminator in readBinaryAlon Zakai
2011-06-19support for customizing interactive input by setting Module.stdinAlon Zakai
2011-06-18fixes for web text inputAlon Zakai
2011-06-17optional nonportable optimizations in test runnerAlon Zakai
2011-06-16add dlmalloc benchmarkAlon Zakai
2011-06-12improve memops benchmarkAlon Zakai
2011-06-11fix # of benchmark testsAlon Zakai
2011-06-11optimize memset and memcpy in ta2Alon Zakai
2011-06-11disable ta2 in benchmark - still slowerAlon Zakai
2011-06-11add comparison to native speed to benchmarksAlon Zakai
2011-06-11improve fasta benchmarkAlon Zakai
2011-06-11strengthen dlmallocAlon Zakai
2011-06-11fix operator precedence bug with overflow correction, improve dlmalloc testAlon Zakai
2011-06-11always sign/unsign constants at compile timeAlon Zakai
2011-06-10disable bullet in ta2Alon Zakai
2011-06-09use ta2 in benchmarkAlon Zakai
2011-06-09enable ta2Alon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-08test tweaksAlon Zakai
2011-06-06fixes for USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-04refactor makeCopyValues and add makeSetValuesAlon Zakai
2011-06-03refactor call and invoke into a single method, so invoke supports all ↵Alon Zakai
possible inputs
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-28fixes for closure compiler advanced optsAlon Zakai
2011-05-27fix bug with invalid [#uses=?] parsingAlon Zakai
2011-05-26improve AUTO_OPTIMIZEAlon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-25allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all ↵Alon Zakai
but these
2011-05-25do not use strict mode in benchmarksAlon Zakai
2011-05-25disable v8 in bullet due to v8 issue 1407Alon Zakai
2011-05-2564-bit bitopsAlon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix ↵Alon Zakai
issue 14
2011-05-24handle shifts with more than 32 bitsAlon Zakai
2011-05-22make autodebugger output smallerAlon Zakai
2011-05-15remove compiler argument to emscripten.py - use ~/.emscripten insteadAlon Zakai