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 (
Expand
)
Author
2013-08-02
Merge pull request #1457 from inolen/fs_init_split
Alon Zakai
2013-08-02
also use LLVM_ROOT to detect when we need to clear the cache
Alon Zakai
2013-08-02
split up FS.init
Anthony Pesch
2013-08-01
Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ...
Alon Zakai
2013-08-01
do not use -nostdinc++ with le32 target at all, it does not need it, and add ...
Alon Zakai
2013-07-31
absolutize and verify paths in the file packager
Alon Zakai
2013-07-31
fix test_intentional_fault
Alon Zakai
2013-07-31
fix test_gmtime
Alon Zakai
2013-07-31
support for stb-image
Alon Zakai
2013-07-31
Reduce call chain of qsort
pzhang
2013-07-30
updated test_openal_buffers to use btest
Anthony Pesch
2013-07-30
- fixed AudioBufferSourceNode start call, pass it an asbsolute time, not rel...
Anthony Pesch
2013-07-30
First pass at buffer queueing
Anthony Pesch
2013-07-30
fix gmtime; closes #1366
Alon Zakai
2013-07-30
disable asm in embind mode, and add a test for what embind cannot do in asm m...
Alon Zakai
2013-07-30
add more non-asm embind testing
Alon Zakai
2013-07-30
Merge pull request #1449 from inolen/postrun_fixes
Alon Zakai
2013-07-30
fix and test for multiple static linking
Alon Zakai
2013-07-30
Update test_ccall to not use a postrun hook
Anthony Pesch
2013-07-29
use fgetc/ungetc in fscanf; properly fixes #1436
Alon Zakai
2013-07-29
make i24_mem test ta2 only
Alon Zakai
2013-07-29
fix test_scriptaclass
Alon Zakai
2013-07-29
buffer streams that cannot be rewound in fscanf; fixes #1436
Alon Zakai
2013-07-29
fix reftest runner for var Module approach
Alon Zakai
2013-07-29
Merge pull request #1370 from inolen/ungetc_fixes
Alon Zakai
2013-07-26
Merge pull request #1393 from fhd/sdl-surface-refcount
Alon Zakai
2013-07-26
flatten if-chains into smaller chains, chunking reduces the overhead of flatt...
Alon Zakai
2013-07-26
Merge pull request #1425 from inolen/module_global
Alon Zakai
2013-07-25
fix outlining for all debug levels and add testing
Alon Zakai
2013-07-25
fix bug in aggressive variable elimination and re-enable it
Alon Zakai
2013-07-25
support outlining with minification
Alon Zakai
2013-07-25
disable aggressiveVariableElimination for now
Alon Zakai
2013-07-25
do not outline sp assignments, because we need sp to perform an outline call
Alon Zakai
2013-07-25
fix find_bigfuncs.py
Alon Zakai
2013-07-25
Don't leak the last surface and improve SDL_surface refcount test
Felix H. Dahlke
2013-07-24
flatten if chains in outliner, and be more careful to avoid outlining through...
Alon Zakai
2013-07-24
fix EXPORT_ALL in asm mode
Alon Zakai
2013-07-24
eliminate default Module global
Anthony Pesch
2013-07-24
Merge pull request #1386 from michaeljbishop/sdl_rwops
Alon Zakai
2013-07-24
do invoke_* on LLVM invokes using function pointers; fixes #1423
Alon Zakai
2013-07-24
Merge pull request #1394 from inolen/stat_tests
Alon Zakai
2013-07-24
properly handle loads of i24s and similar illegal values
Alon Zakai
2013-07-23
properly handle generation of instances of structures ending in [0 x ..]
Alon Zakai
2013-07-23
fix test_sscanf_6, which was reading uninitialized memory
Alon Zakai
2013-07-23
do not outline through an outline call
Alon Zakai
2013-07-23
fix test_glgetattachedshaders
Alon Zakai
2013-07-23
Merge branch 'master' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-23
update test
ToadKing
2013-07-23
fix test_files* after the changes to stderr
Alon Zakai
2013-07-23
fix structure size when it has a [0 x ..] at the end - that should add nothing
Alon Zakai
[next]