aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-12-24fix ctlz and add testAlon Zakai
2012-12-23llvm_ctlz_i64Alon Zakai
2012-12-23clean up all temp files in js optimizerAlon Zakai
2012-12-23clean up temp files in js optimizerAlon Zakai
2012-12-23undef i386 and x86_64, not just with __'sAlon Zakai
2012-12-21add slack to crunch reftestsAlon Zakai
2012-12-21update crunch reference image to latest crunch svnAlon Zakai
2012-12-21fix test_utfAlon Zakai
2012-12-21bump version1.1.0Alon Zakai
2012-12-21fix missing returns in embind codeAlon Zakai
2012-12-21improve ltoAlon Zakai
2012-12-21fix test_emcc_cachingAlon Zakai
2012-12-21avoid separate lto passAlon Zakai
2012-12-21make -fno-math-errno the defaultAlon Zakai
2012-12-21by default only keep main aliveAlon Zakai
2012-12-21safely internalize in s_x_x tests tooAlon Zakai
2012-12-21update test_stringsAlon Zakai
2012-12-21update test_jcacheAlon Zakai
2012-12-21update test_emccAlon Zakai
2012-12-21do lto before dce, since lto opens up dce opportunitiesAlon Zakai
2012-12-21improve and fix test_relooperAlon Zakai
2012-12-21update test_emcc_caching to improve llvm 3.2 sizesAlon Zakai