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
Age
Commit message (
Expand
)
Author
2013-05-09
changed getLength to cacheLength
John Allwine
2013-05-09
added my name to authors
John Allwine
2013-05-09
changed createLazyFile to only issue xhr requests when the file is accessed (...
John Allwine
2013-05-09
Merge pull request #1158 from juj/ignore_tests_by_wildcard
Alon Zakai
2013-05-09
fix test_sscanf_other_whitespace for s_x_x
Alon Zakai
2013-05-09
Merge pull request #1154 from hyperlogic/incoming
Alon Zakai
2013-05-09
Merge pull request #1159 from juj/no_nacl_triple
Alon Zakai
2013-05-09
Also remove #define __ELF__ when building using NaCl triple.
Jukka Jylänki
2013-05-09
Remove __pnacl__ #define as well.
Jukka Jylänki
2013-05-09
Remove the __native_client__ system define when using NaCl triple. Emscripten...
Jukka Jylänki
2013-05-09
Add support for skipping all modes of a single test with 'python tests/runner...
Jukka Jylänki
2013-05-08
Issue #1134: scanf does not treat CR, FF, VT as whitespace
Anthony Thibault
2013-05-08
include netinet/in.h in netdb.h, like linux does; fixes #1153
Alon Zakai
2013-05-08
add nbody-java benchmark
Alon Zakai
2013-05-08
add nbody-java code
Alon Zakai
2013-05-08
fix FI_* of Math.*
Alon Zakai
2013-05-08
improve mathfuncptr test
Alon Zakai
2013-05-08
fix function table wrapping of Math.*
Alon Zakai
2013-05-07
recognize the double-to-i64 bitcast pattern as having no side effects in elim...
Alon Zakai
2013-05-07
avoid unnecessary bitcasts from double to i64, if the double was loaded and o...
Alon Zakai
2013-05-07
fix test runner is_le32
Alon Zakai
2013-05-07
fix mishandling of inference of global var types
Alon Zakai
2013-05-07
infer untyped variables in js-optimizer.js by origin variable's type if they ...
Alon Zakai
2013-05-07
add whets testcase
Alon Zakai
2013-05-07
switch to le32 target by default
1.4.3
Alon Zakai
2013-05-06
fix sdl inclusion
Alon Zakai
2013-05-06
auto-include malloc/free when SDL is used; fixes #1139
Alon Zakai
2013-05-06
Merge pull request #1138 from sylvestre/incoming
Alon Zakai
2013-05-06
make sure function table size for empty tables is the right power of two
Alon Zakai
2013-05-06
remove tests/cases/gepoverflow since it is too finicky with absolute pointers
Alon Zakai
2013-05-06
fix memory initializer detection
Alon Zakai
2013-05-05
generate empty function tables of proper size
Alon Zakai
2013-05-05
update comments
Alon Zakai
2013-05-05
add test for sdl allocation, and warn when using stub malloc/free
Alon Zakai
2013-05-05
generalize customizeVTable to support asm
Alon Zakai
2013-05-05
update test_statics
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-04
emit aborting stubs for DEAD_FUNCTIONS
Alon Zakai
2013-05-04
Remove more +x permissions on source or javascript files
Sylvestre Ledru
2013-05-04
Remove generated file (should not be part of the repository)
Sylvestre Ledru
2013-05-03
assert on no fp80s etc. in non-x86 target
Alon Zakai
2013-05-03
Merge pull request #1126 from imvu/more_embind_updates
Alon Zakai
2013-05-03
fix asm.js coercion
Alon Zakai
2013-05-03
Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...
Alon Zakai
2013-05-03
use sys.executable
Alon Zakai
2013-05-03
Provide the right declarations for the scripts to be executed correctly
Sylvestre Ledru
2013-05-03
Remove executable permissions on simple files
Sylvestre Ledru
2013-05-03
use -fno-threadsafe-statics, issue #1128
Alon Zakai
2013-05-03
adjust js pass logging level to debug
Alon Zakai
2013-05-03
update tests
Alon Zakai
[next]