aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-14fix breakage in async_prepare_dataAlon Zakai
2012-12-14fix browser.test_runtimelinkAlon Zakai
2012-12-14add some browser/sdl function signaturesAlon Zakai
2012-12-14fix tempParam bugsAlon Zakai
2012-12-14asm coerce alloca computationsAlon Zakai
2012-12-14fix glut display funcAlon Zakai
2012-12-14fix emscripten_async_callAlon Zakai
2012-12-14run test_mmap only in spidermonkey, node fails in 64-bitAlon Zakai
2012-12-14run test_dlmalloc only in spidermonkey, node fails in 64-bitAlon Zakai
2012-12-14must have named globals in shared libsAlon Zakai
2012-12-13note global usage of impure ptrAlon Zakai
2012-12-13use makeGlobalUse where neededAlon Zakai
2012-12-13Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-13replace noticePtr hack with makeGlobalUse that detects use before indexing ↵Alon Zakai
and makes unindexable
2012-12-13treat externals as globals in asmAlon Zakai
2012-12-13don't align STATICTOP needlesslyAlon Zakai
2012-12-13emit numeric constants for global variables, using our knowledge of the ↵Alon Zakai
fixed value of GLOBAL_BASE
2012-12-13always print out global base, even if not usedAlon Zakai
2012-12-13ensure tempDoublePtr is properly alignedAlon Zakai
2012-12-13update test_cases/gepoverflowAlon Zakai
2012-12-13reorganize initial allocations to the stack, so that static memory for ↵Alon Zakai
globals begins exactly where the stack ends
2012-12-13default to NAMED_GLOBALSAlon Zakai
2012-12-13optimize & expressions moreAlon Zakai
2012-12-13chunk very large array literals in global constants, to avoid 'array ↵Alon Zakai
initializer too large errors' closes #194
2012-12-13reorder asm outputAlon Zakai
2012-12-13fix stackAlloc notationAlon Zakai
2012-12-12do not try to eliminate phi variables, which are unsafe to be removed and ↵Alon Zakai
the llvm optimizer will remove anyhow if unused
2012-12-12do not try to eliminate phi variables, which are unsafe to be removed and ↵Alon Zakai
the llvm optimizer will remove anyhow if unused
2012-12-12update test_js_optimizerAlon Zakai
2012-12-12disable test_check_overflow in asmAlon Zakai
2012-12-12do not remove |0 through % as it is affected by signs, and |0 can change ↵Alon Zakai
signedness
2012-12-12coerce to float in uitofp/sitofp in asmAlon Zakai
2012-12-12missing coercion in stackAllocAlon Zakai
2012-12-12refactor makeRounding in asmAlon Zakai
2012-12-12support for Math.imulAlon Zakai
2012-12-12make explicit double multiplying of ints in int multiplyAlon Zakai
2012-12-12coerce asm global var importsAlon Zakai
2012-12-12make Building.is_* tests emit errors to stderrAlon Zakai
2012-12-12clamp glColor floats to [0,1]Alon Zakai
2012-12-12keep at least 'node' as the guess for nodeAlon Zakai
2012-12-11fix regression with not indexizing functionsAlon Zakai
2012-12-11Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-10warni when ignoring libsAlon Zakai
2012-12-10ignore llvm.module metadataAlon Zakai
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-10asm coerce args and return value when calling library functions, but not asm ↵Alon Zakai
functions
2012-12-10remove unneeded debug stuffAlon Zakai
2012-12-10add some link debug stuffAlon Zakai
2012-12-10never share parameter registersAlon Zakai
2012-12-09registerize function parameters tooAlon Zakai