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
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
2013-02-26
show signature in dyncall errors, and simplify approach
Alon Zakai
2013-02-26
testing for glGetBooleanv
Alon Zakai
2013-02-26
Merge pull request #871 from ysangkok/chrome-fix
Alon Zakai
bin xhr sync test: add OPTIONS verb so that CORS works in Chrome. also use OOP
2013-02-26
SAFE_DYNCALLS option
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ↵
Alon Zakai
needed internally
2013-02-26
adjust cache sizes a little more and update tests
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
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
EMCC_FORCE_STDLIBS option
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-24
add OPTIONS verb so that CORS works in Chrome. also use OOP
Janus Troelsen
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
update i32 mul tests
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
always warn on undefs in asm, since it breaks validation
Alon Zakai
2013-02-22
remove overly-strict assertion in websockets test
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
2013-02-21
Merge pull request #851 from rogerbraun/sscanf-fix
Alon Zakai
Handle %c in sscanf.
2013-02-21
add option to save JS of all tests run
Alon Zakai
2013-02-21
Handle %c in sscanf.
Roger Braun
2013-02-20
build base type_info class with libcxxabi, fixes #862
Alon Zakai
2013-02-20
add more glGetIntegerv constants
Alon Zakai
2013-02-20
glGetPointerv
Alon Zakai
2013-02-20
vertex array object support in gl emulation
Alon Zakai
2013-02-19
support realloc in corruption checker
Alon Zakai
2013-02-19
handle malloc(0) and free(0) in corruption checker
Alon Zakai
2013-02-19
hardcode arguments in benchmark js files, for easier debugging on them
Alon Zakai
2013-02-19
fix test_debug
Alon Zakai
2013-02-19
remove unneeded sign correction from dlmalloc benchmark
Alon Zakai
2013-02-18
run closure in -O3, it makes sense there with the other unsafe optimizations
Alon Zakai
2013-02-18
tune csmith driver
Alon Zakai
2013-02-18
csmith driver script
Alon Zakai
2013-02-18
fix test_closure_compiler
Alon Zakai
2013-02-18
remove LLVM debug info in -O1+, since the optimizer removes it anyhow
Alon Zakai
2013-02-18
fix test_emcc
Alon Zakai
2013-02-17
improve corruption checks
Alon Zakai
2013-02-17
memory corruption checker
Alon Zakai
[next]