aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25switch benchmarks to asm.js by default and adjust parameters to standardize a...Alon Zakai
2013-01-25benchmark code gen optionAlon Zakai
2013-01-25fix and enable zlib benchmarkAlon Zakai
2013-01-25improve corrections benchmarkAlon Zakai
2013-01-25add indirectbr-phi testAlon Zakai
2013-01-25improve benchmark infrastructure in preparation for zlib benchmarkAlon Zakai
2013-01-25fix asm jsfunc chunkingAlon Zakai
2013-01-25improve chunking testAlon Zakai
2013-01-24optimize ctlz and add cttz; fixes #797Alon Zakai
2013-01-24make bootstrap memset not use safe heap, STATICTOP is not set up yetAlon Zakai
2013-01-24fix SDL_GetMouseState ; fixes #795Alon Zakai
2013-01-24fix memset call from makeSetValuesAlon Zakai
2013-01-24fix memsetAlon Zakai
2013-01-24optimize memsetAlon Zakai
2013-01-24optimize gettimeofdayAlon Zakai
2013-01-24disable test_intvars in s_x_xAlon Zakai
2013-01-24disable flaky leaky .ll detectionAlon Zakai
2013-01-23sdl and gl error stubsAlon Zakai
2013-01-23fail on odin not validing asm.js code, in odin buildsAlon Zakai
2013-01-23optimize i32 read as two i16 valuesAlon Zakai
2013-01-23better memory limit message in asmAlon Zakai
2013-01-23fix isNaN for asmAlon Zakai
2013-01-23refactor makeComparison and use it in more placesAlon Zakai
2013-01-23mark all precise i64 splits as float operationsAlon Zakai
2013-01-23more library stubsAlon Zakai
2013-01-23fix asm float notation for numbers less than 1 in absolute valueAlon Zakai
2013-01-23more library stubsAlon Zakai
2013-01-23add final asm return of proper type, not always intAlon Zakai
2013-01-23fix comparison in indirectbr for asmAlon Zakai
2013-01-23add value to returns when function returns a non-voidAlon Zakai
2013-01-23utimes stubAlon Zakai
2013-01-23fix makeComparison for asmAlon Zakai
2013-01-23detect nativized variable types properly in asm coercionsAlon Zakai
2013-01-23add isnan testAlon Zakai
2013-01-23fix some tests for the new multiply coercion behaviorAlon Zakai
2013-01-23update glbook test imageAlon Zakai
2013-01-23properly detect return type when detecting function typeAlon Zakai
2013-01-23make getReturnType handle non-function pointer typesAlon Zakai
2013-01-23diff for func type optimizationAlon Zakai
2013-01-23handle function pointer calls to functions that return function pointers (ins...Alon Zakai
2013-01-23optimize isFuncType furtherAlon Zakai
2013-01-22optimize function type detection and detect returning of pointers more carefullyAlon Zakai
2013-01-22let dump() avoid funcData pitfallsAlon Zakai
2013-01-22asm coercions in splitI64Alon Zakai
2013-01-22asm coercions in i64 to doubleAlon Zakai
2013-01-22improve lua testAlon Zakai
2013-01-22fix function table type defsAlon Zakai
2013-01-22explicitly pass global stuff to asm, due to node weirdnessAlon Zakai
2013-01-22do not allow adjusting memory size at runtime in asmAlon Zakai
2013-01-22make function indexing replacements JSON-friendlyAlon Zakai