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
2013-02-26
only check # of cores once in js optimizer
Alon Zakai
2013-02-26
more jcache logging in debug mode
Alon Zakai
2013-02-26
adjust cache sizes a little more and update tests
Alon Zakai
2013-02-26
adjust chunking sizes
Alon Zakai
2013-02-25
adjust chunk sizes to better handle large numbers of cores and large amounts ↵
Alon Zakai
of forwarded data
2013-02-25
space in AUTHORS
Alon Zakai
2013-02-25
fix more gl tests
Alon Zakai
2013-02-25
use preserveDrawingBuffer in gl tests to make them work on latest firefox
Alon Zakai
2013-02-25
always replace Math.imul in non-precise i32 mul mode, and disable test for ↵
Alon Zakai
that in asm since asm alaways assumes precision
2013-02-25
remove debug print
Alon Zakai
2013-02-25
ensure input to HEAP[U]8 is an int
Alon Zakai
2013-02-25
fix asm.js parsing of memcpy
Alon Zakai
2013-02-25
EMCC_FORCE_STDLIBS option
Alon Zakai
2013-02-25
remove llvm-nm/dis checks for bitcode in is_bitcode
Alon Zakai
2013-02-25
only do llvm-nm in linking if there is at least one ar file
Alon Zakai
2013-02-25
only do symbol checks for libcxx etc. if not forcing them anyhow
Alon Zakai
2013-02-25
cache llvm-nm results
Alon Zakai
2013-02-25
fuzzer improvements
Alon Zakai
2013-02-25
fuzz error message
Alon Zakai
2013-02-24
creduce support
Alon Zakai
2013-02-24
do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiply
Alon Zakai
2013-02-24
support multiple js engines in fuzzer, and asm.js
Alon Zakai
2013-02-23
csmith driver fix
Alon Zakai
2013-02-23
handle nonportable/unaligned code in csmith
Alon Zakai
2013-02-23
move csmith driver
Alon Zakai
2013-02-23
fix fuzzbug regarding signed 64-bit extension
Alon Zakai
2013-02-23
commented out debugging tip
Alon Zakai
2013-02-23
update libc symbols
Alon Zakai
2013-02-23
fix default bits for integer multiply
Alon Zakai
2013-02-23
clean up integer multiply code
Alon Zakai
2013-02-23
update i32 mul tests
Alon Zakai
2013-02-23
turn on precise i32 multiplication by default
Alon Zakai
2013-02-22
use Math.imul for precise 32-bit mul
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-22
asmify memcmp
Alon Zakai
2013-02-22
csmith driver tweaking
Alon Zakai
2013-02-22
fix jsfuncchunking bug
Alon Zakai
2013-02-22
fix minor jcache bug and add assertions
Alon Zakai
2013-02-22
add missing vertex array signatures
Alon Zakai
2013-02-22
always warn on undefs in asm, since it breaks validation
Alon Zakai
2013-02-22
comment
Alon Zakai
2013-02-22
Merge pull request #869 from michaeljbishop/adding-oes-symbols
Alon Zakai
Added support for `glFramebufferTexture2DOES`
2013-02-22
clean up last renderer when wiping everything out for vao
Alon Zakai
2013-02-22
typo
Alon Zakai
2013-02-22
remove overly-strict assertion in websockets test
Alon Zakai
2013-02-22
GL_UNSAFE_OPTS option
Alon Zakai
2013-02-22
mark client attributes as modified when we clear for vaos
Alon Zakai
2013-02-22
wipe out previous vao-related state when binding a vao
Alon Zakai
2013-02-22
save client states in vertex array objects
Alon Zakai
2013-02-22
fix test_i32_mul_semiprecise
Alon Zakai
[next]