aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-29add asm1f test modeAlon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 ↵Alon Zakai
support, and rename option to PRECISE_F32 to be consistent with other precision options
2013-10-29improve fasta float32 testingAlon Zakai
2013-10-29fix uitofp of i64 to float32Alon Zakai
2013-10-29ensure a dot in large float32 constantsAlon Zakai
2013-10-29simplify wrapper asm coercionsAlon Zakai
2013-10-29use double for emscripten_get_now, to not lose precision from ↵Alon Zakai
performance.now etc.
2013-10-29cast to double before float in function pointer wrappersAlon Zakai
2013-10-29use asm ffi coercing for floats in load abort callsAlon Zakai
2013-10-29use doubles in makeBigIntAlon Zakai
2013-10-25send and receive only doubles through ffis, not floatsAlon Zakai
2013-10-25detect NaN as a numberAlon Zakai
2013-10-25do not send floats to ffisAlon Zakai
2013-10-25fix splitI64 use of float instead of doubleAlon Zakai
2013-10-25do not mangle hex float constants in function callsAlon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-25simplify auto-return adding code, and make it generic so it can handle ↵Alon Zakai
floats as well
2013-10-25use float temporary in makeIsNaN when relevantAlon Zakai
2013-10-25emit tempFloat globalAlon Zakai
2013-10-25properly apply fround to all float constants, even if they are fractions and ↵Alon Zakai
look like doubles
2013-10-25add fpext and fptrunc to list of llvm conversions, so we differentiate ↵Alon Zakai
float/double in them
2013-10-25respect fround in fptrunc/extAlon Zakai
2013-10-25simplify fround initializerAlon Zakai
2013-10-25fix int to float conversions to differentiate float from doubleAlon Zakai
2013-10-25fround on numerical constants, and fix some related parse issuesAlon Zakai
2013-10-25use fround in asm initializers and coercionsAlon Zakai
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-25add fasta_float testAlon Zakai
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-25Merge pull request #1733 from juj/changelogAlon Zakai
Added a ChangeLog.
2013-10-25Added a ChangeLog.Jukka Jylänki
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-23write out html and side js when html output is requested, to improve page ↵Alon Zakai
load times
2013-10-23emit emscripten version in emcc -vAlon Zakai
2013-10-23Merge pull request #1726 from juj/sdl_setvideomode_0_0Alon Zakai
SDL_SetVideoMode(0,0, ...)
2013-10-231.7.11.7.1Alon Zakai
2013-10-23fix bug with parsing of empty typesAlon Zakai
2013-10-23remove old call to Runtime.warn in file packager codeAlon Zakai
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size ↵Jukka Jylänki
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
2013-10-221.7.01.7.0Alon Zakai
2013-10-22Merge pull request #1722 from juj/fix_nodefs_windowsjuj
Fix nodefs windows
2013-10-23Add a staticInit() initializer function to node fs.Jukka Jylänki
2013-10-22start network fetch as early as possible in file packager outputAlon Zakai
2013-10-22move fetchRemotePackage to outside of file packager generated codeAlon Zakai
2013-10-22move file packager Module autocreation to toplevelAlon Zakai
2013-10-22fix file packager Module autocreationAlon Zakai
2013-10-22remove --pre-run option in file packager, handle all that automaticallyAlon Zakai
2013-10-22do not call setStatus if not presentAlon Zakai