aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-31version 1.2, asm+unnamed globals+optimized >32bit returns1.2.0Alon Zakai
2012-12-31fix silly crashAlon Zakai
2012-12-31fix test_runtimelink_multiAlon Zakai
2012-12-31forward unindexable globals to asmAlon Zakai
2012-12-31fix test_ccallAlon Zakai
2012-12-31properly forward unnamed global externals to asmAlon Zakai
2012-12-31forward externals to asmAlon Zakai
2012-12-31fix llvm_ctlz_i64Alon Zakai
2012-12-31disable non-optimized asm test suiteAlon Zakai
2012-12-31fix llvm_swap_i64Alon Zakai
2012-12-31fix parseInt64Alon Zakai
2012-12-31export malloc and free from asm, if presentAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
Conflicts: src/library_browser.js
2012-12-31make browser fs api test robustAlon Zakai
2012-12-31some debugging for browser fs api testAlon Zakai
2012-12-31improve parsing of globals and typesAlon Zakai
2012-12-30emscripten_async_wget_dataAlon Zakai
2012-12-30fix i64 precise moduloAlon Zakai
2012-12-30fix mmap; fixes #769Alon Zakai
2012-12-30fix parseInt of '0'Alon Zakai
2012-12-30minor i64 parsing fixesAlon Zakai
2012-12-30parse empty i64 strings properlyAlon Zakai
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
2012-12-30update bignum code with bugfix from upstream, and add i64Math code to parseAlon Zakai
2012-12-29add llvm_bswap_i64 for #768Alon Zakai
2012-12-29force mmap to return page-aligned addresses, and check for valid input in munmapAlon Zakai
2012-12-29chunk very large embed-fileAlon Zakai
2012-12-29save legalizedI64 state for multiphase compilationAlon Zakai
2012-12-28fix repeated compilationAlon Zakai
2012-12-27compile given ll in compiler.htmlAlon Zakai
2012-12-27option to provide raw ll to compiler.jsAlon Zakai
2012-12-27compile and run in compiler.htmlAlon Zakai
2012-12-27allow (unoptimal) single-phase compiler.js invocationAlon Zakai
2012-12-25patch up compiler.htmlAlon Zakai
2012-12-25fix typoAlon Zakai
2012-12-25fix autodebuggerAlon Zakai
2012-12-25add x86-64 workaround to nativizerAlon Zakai
2012-12-25show python/java defaults only in debug modeAlon Zakai
2012-12-25invalidate calls in if bodies in eliminatorAlon Zakai
2012-12-25add failing eliminator testcaseAlon Zakai
2012-12-25add function calls and params to js autodebuggerAlon Zakai
2012-12-25add heap writes to js debuggerAlon Zakai
2012-12-25js autodebugger toolAlon Zakai
2012-12-25print library debug to stdout, not errAlon Zakai
2012-12-24move llvm opt debug messagesAlon Zakai
2012-12-24autodebugger fixesAlon Zakai
2012-12-24debugging tool tweaksAlon Zakai
2012-12-24testAlon Zakai
2012-12-24fix llvm.expect and add testAlon Zakai
2012-12-24show js stack in C assertionsAlon Zakai