aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-01sig* functionsAlon Zakai
2013-01-01deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵Alon Zakai
instead
2013-01-01update ccall docsAlon Zakai
2013-01-01remove unneeded KEEPALIVE in test_ccallAlon Zakai
2012-12-31getProcAddress fixesAlon Zakai
2012-12-31update jcache test - without named globals, we generate smaller code and ↵Alon Zakai
fewer chunks
2012-12-31fix jcache breakage due to missing global annotationAlon Zakai
2012-12-31fix test runner ALLAlon Zakai
2012-12-31fix test_stringsAlon Zakai
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