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-03-04
rename test to avoid grep for 'error' to see it
Alon Zakai
2013-03-03
do not emit bash on legalized variables of <= 32 bits
Alon Zakai
2013-03-03
disable test_dlmalloc, it is not comparable to native due to syscalls anyhow
Alon Zakai
2013-03-03
remove no-longer-needed INIT_STACK
Alon Zakai
2013-03-03
fix test_cases/inttoptrfloat.ll
Alon Zakai
2013-03-03
Merge pull request #846 from juj/dlmalloc_286
Alon Zakai
Dlmalloc 286
2013-03-03
parse volatile in cmpxchg, closes #875
Alon Zakai
2013-03-03
allow parseArbitraryInt to parse illegal constants
Alon Zakai
2013-03-02
more atomic implementations, closes #874
Alon Zakai
2013-03-02
continue looking in fuzzer after a fail
Alon Zakai
2013-03-02
check in fuzzer if clang differs from clang -O2
Alon Zakai
2013-03-02
set csmith fuzzer to max
Alon Zakai
2013-03-02
emit C code size in fuzzer
Alon Zakai
2013-03-02
fix another memset fuzz bug
Alon Zakai
2013-03-02
fix memset bug
Alon Zakai
2013-03-02
Merge pull request #883 from MichaelRiss/perrorFix
Alon Zakai
Perror formatting fix
2013-03-02
fuzz both a native and a native-through-llvm build, in hopes of avoiding ↵
Alon Zakai
bugs in both
2013-03-02
notice segfaults in native fuzz builds
Alon Zakai
2013-03-02
fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ↵
Alon Zakai
like the js build
2013-03-01
do not use packed structs in fuzzer, we don't really support that
Alon Zakai
2013-03-01
optimize processing of things like false & constant, add getFastValue in ↵
Alon Zakai
makeSignOp, and add fuzz tests that now pass
2013-03-01
update csmith driver
Alon Zakai
2013-03-01
do not emit code in a label after a return
fail
Alon Zakai
2013-03-01
abort on loads from absolute addresses, just like saves
Alon Zakai
2013-03-01
make intentional faults work in asm
Alon Zakai
2013-03-01
add another testcase
Alon Zakai
2013-03-01
handle calls to aliases in asm
Alon Zakai
2013-02-28
add testing for registerize running in asm.js mode (but not with -g)
Alon Zakai
2013-02-28
do not emit floats from getFastValue divisions, can break asm
Alon Zakai
2013-02-28
fix test_exceptions
Alon Zakai
2013-02-28
test fixes
Alon Zakai
2013-02-28
fix test_white_list_exception
Alon Zakai
2013-02-28
fix test_uncaught_exception
Alon Zakai
2013-02-28
fix test_exit_stack
Alon Zakai
2013-02-28
fix test_exceptions
Alon Zakai
2013-02-28
test updates
Alon Zakai
2013-02-28
inline by default, now that lto is off by default
Alon Zakai
2013-02-28
disable llvm lto except for -O3, due to issues we have been seeing
Alon Zakai
2013-02-28
added missing test case
Michael Riss
must have gotten lost in the rebasing operation ...
2013-02-27
fix and enable gles2 tests
Alon Zakai
2013-02-27
comment out hardcoded debug paths
Alon Zakai
2013-02-27
Merge pull request #889 from ehsan/sdl_textinput
Alon Zakai
Implement SDL_TEXTINPUT
2013-02-27
add the rest of the gles2 emulation tests
Alon Zakai
2013-02-27
Implement SDL_TEXTINPUT
Ehsan Akhgari
2013-02-27
add preparations for gles2 emulation tests
Alon Zakai
2013-02-27
csmith driver debug output
Alon Zakai
2013-02-27
FORCE_GL_EMULATION option
Alon Zakai
2013-02-27
properly emit calls to gl passthroughs with 0 params, and test for glError
Alon Zakai
2013-02-27
finish EMCC_OPTIMIZE_NORMALLY test
Alon Zakai
2013-02-27
test for EMCC_OPTIMIZE_NORMALLY
Alon Zakai
[next]