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-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-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-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
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
2013-07-16
Just zoom the surface if the angle is divisible by 360
Felix H. Dahlke
2013-07-15
Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-15
implement llrint properly; fixes #1380
Alon Zakai
2013-07-15
Implement strptime
Soeren Balko
2013-07-14
Merge pull request #1381 from inolen/tty_fixes
Alon Zakai
2013-07-14
- moved std stream isTerminal property to object so all streams can see
Anthony Pesch
2013-07-13
open should not set EISDIR when opening an existing directory with O_CREAT
Anthony Pesch
2013-07-13
Merge pull request #1374 from inolen/posix_fallocate_fix
Alon Zakai
2013-07-13
Merge pull request #1372 from inolen/dirent_fixes
Alon Zakai
2013-07-13
Merge pull request #1376 from inolen/utime_fixes
Alon Zakai
2013-07-13
don't check write permissions in utime
Anthony Pesch
2013-07-12
check write permission in posix_fallocate
Anthony Pesch
2013-07-12
minor fixes to return codes of closedir, telldir
Anthony Pesch
2013-07-11
Filter out unnamed_addr globals from symbol table.
Jez Ng
2013-07-11
Implement self-dlopen.
Jez Ng
2013-07-10
Merge pull request #1365 from int3/syobon
Alon Zakai
2013-07-10
Add sdl_gfx_primitives.c to git.
Jez Ng
2013-07-10
Merge pull request #1364 from int3/syobon
Alon Zakai
2013-07-10
Cast signedness in library_SDL functions.
Jez Ng
2013-07-10
Add (failing) test for gfx primitives.
Jez Ng
[next]