index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-12-30
use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768
Alon Zakai
2012-12-30
update bignum code with bugfix from upstream, and add i64Math code to parse
Alon Zakai
2012-12-29
add llvm_bswap_i64 for #768
Alon Zakai
2012-12-29
force mmap to return page-aligned addresses, and check for valid input in munmap
Alon Zakai
2012-12-29
chunk very large embed-file
Alon Zakai
2012-12-29
save legalizedI64 state for multiphase compilation
Alon Zakai
2012-12-28
fix repeated compilation
Alon Zakai
2012-12-27
compile given ll in compiler.html
Alon Zakai
2012-12-27
option to provide raw ll to compiler.js
Alon Zakai
2012-12-27
compile and run in compiler.html
Alon Zakai
2012-12-27
allow (unoptimal) single-phase compiler.js invocation
Alon Zakai
2012-12-25
patch up compiler.html
Alon Zakai
2012-12-25
fix typo
Alon Zakai
2012-12-25
fix autodebugger
Alon Zakai
2012-12-25
add x86-64 workaround to nativizer
Alon Zakai
2012-12-25
show python/java defaults only in debug mode
Alon Zakai
2012-12-25
invalidate calls in if bodies in eliminator
Alon Zakai
2012-12-25
add failing eliminator testcase
Alon Zakai
2012-12-25
add function calls and params to js autodebugger
Alon Zakai
2012-12-25
add heap writes to js debugger
Alon Zakai
2012-12-25
js autodebugger tool
Alon Zakai
2012-12-25
print library debug to stdout, not err
Alon Zakai
2012-12-24
move llvm opt debug messages
Alon Zakai
2012-12-24
autodebugger fixes
Alon Zakai
2012-12-24
debugging tool tweaks
Alon Zakai
2012-12-24
test
Alon Zakai
2012-12-24
fix llvm.expect and add test
Alon Zakai
2012-12-24
show js stack in C assertions
Alon Zakai
2012-12-24
fix ctlz and add test
Alon Zakai
2012-12-23
llvm_ctlz_i64
Alon Zakai
2012-12-23
clean up all temp files in js optimizer
Alon Zakai
2012-12-23
clean up temp files in js optimizer
Alon Zakai
2012-12-23
undef i386 and x86_64, not just with __'s
Alon Zakai
2012-12-21
add slack to crunch reftests
Alon Zakai
2012-12-21
update crunch reference image to latest crunch svn
Alon Zakai
2012-12-21
fix test_utf
Alon Zakai
2012-12-21
bump version
1.1.0
Alon Zakai
2012-12-21
fix missing returns in embind code
Alon Zakai
2012-12-21
improve lto
Alon Zakai
2012-12-21
fix test_emcc_caching
Alon Zakai
2012-12-21
avoid separate lto pass
Alon Zakai
2012-12-21
make -fno-math-errno the default
Alon Zakai
2012-12-21
by default only keep main alive
Alon Zakai
2012-12-21
safely internalize in s_x_x tests too
Alon Zakai
2012-12-21
update test_strings
Alon Zakai
2012-12-21
update test_jcache
Alon Zakai
2012-12-21
update test_emcc
Alon Zakai
2012-12-21
do lto before dce, since lto opens up dce opportunities
Alon Zakai
2012-12-21
improve and fix test_relooper
Alon Zakai
2012-12-21
update test_emcc_caching to improve llvm 3.2 sizes
Alon Zakai
[next]