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-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
2013-07-22
change error message to assert
ToadKing
2013-07-22
Merge pull request #1424 from sbalko/strftime-impl
Alon Zakai
2013-07-22
Merge pull request #1406 from inolen/printerr_fixes
Alon Zakai
2013-07-21
notice varargs when creating library function wrappers
Alon Zakai
2013-07-22
Implement strftime (incl. tests)
Soeren Balko
2013-07-21
add browser audio option for test runner
Alon Zakai
2013-07-21
clean up test code
Alon Zakai
2013-07-21
add more outline testing
Alon Zakai
2013-07-20
save all versions in test_outline
Alon Zakai
2013-07-20
simplify heuristics for restarting in outliner
Alon Zakai
2013-07-20
add more outliner testing
Alon Zakai
2013-07-20
recursively outline when the total cost is not too high, and adjust outlining...
Alon Zakai
2013-07-20
- added lchmod
Anthony Pesch
2013-07-19
handle %Nc in sscanf; fixes #1407
Alon Zakai
2013-07-19
simplify and correct the logic for falling back to the entry ident when an in...
Alon Zakai
2013-07-19
Merge pull request #1402 from imvu/embind-updates-pull-request
Alon Zakai
2013-07-19
ensure a final return after inlining, if necessary
Alon Zakai
2013-07-19
enable first working zlib outlining test
Alon Zakai
2013-07-18
preparations for outline test on zlib
Alon Zakai
2013-07-18
fixed stderr output to use printErr
Anthony Pesch
2013-07-17
consolidate simplifyExpressions to one pass that happens before closure, wher...
Alon Zakai
2013-07-17
enable larger outline test
Alon Zakai
2013-07-17
Add a test that shows JS objects can be modified if passed by reference into ...
Chad Austin
2013-07-17
Fix a bunch of things that break under closure advanced optimizations. Now, ...
Chad Austin
2013-07-17
Rename value_tuple to value_array and value_struct to value_object
Chad Austin
2013-07-16
enable outline test and add a case for outlining in a while loop
Alon Zakai
2013-07-16
fix test_static_link
Alon Zakai
2013-07-16
fix test_static_link
Alon Zakai
2013-07-16
add smaller outline testcase
Alon Zakai
2013-07-16
rename outline test files
Alon Zakai
2013-07-16
clean up global Building.* changes in test runner, fixes intermittent failure...
Alon Zakai
2013-07-16
fix test_freealut
Alon Zakai
2013-07-15
Merge pull request #1388 from inolen/unlink_fixes
Alon Zakai
2013-07-15
- rmdir / unlink no longer follow the final symlink
Anthony Pesch
2013-07-15
update s_x_x.test_linespecific
Alon Zakai
2013-07-15
fix both number of arguments and return type based on implementation informat...
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-15
Merge pull request #1385 from fhd/zoom-if-360
Alon Zakai
[next]