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-14
fix typo in paper
Alon Zakai
2013-05-13
use Browser mouse calculations in glfw
Alon Zakai
2013-05-13
use Browser mouse calculations in glut
Alon Zakai
2013-05-13
refactor mouse movement handling from SDL into Browser
Alon Zakai
2013-05-13
don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias reso...
Alon Zakai
2013-05-12
make asm.js compilation check case-agnostic
Alon Zakai
2013-05-10
fix test_cases:trace
Alon Zakai
2013-05-10
do not eliminate if there is a switch
Alon Zakai
2013-05-10
only recurse on decreasing uses on locals, and clear out names to avoid confu...
Alon Zakai
2013-05-10
recursively remove variables with no uses in eliminator
Alon Zakai
2013-05-10
Merge pull request #1165 from inolen/library_gl_patches
Alon Zakai
2013-05-10
Added OES_element_index_uint and OES_standard_derivatives detection, glDetach...
Anthony Pesch
2013-05-10
make sure removeAndAdd works properly
Alon Zakai
2013-05-10
make sure interpLines works properly
Alon Zakai
2013-05-10
shadow away i64<-->double casts in more cases
Alon Zakai
2013-05-10
show all dangerous pointer casts only in VERBOSE=1
Alon Zakai
2013-05-10
add FORCE_ALIGNED_MEMORY=1 to -O3
Alon Zakai
2013-05-09
test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bullet
Alon Zakai
2013-05-09
do not attempt aligned reads/writes on illegal values
Alon Zakai
2013-05-09
fix 0x0 in formatString; fixes #1164
Alon Zakai
2013-05-09
update asm compilation checks
Alon Zakai
2013-05-09
FORCE_ALIGNED_MEMORY option
Alon Zakai
2013-05-09
better error on shared libs being deprecated
Alon Zakai
2013-05-09
standardize all benchmarks to use the same commandline argument for timing
Alon Zakai
2013-05-09
standardize params to nbody_java
Alon Zakai
2013-05-09
fix box2d compilation with emscripten
Alon Zakai
2013-05-09
misc sdl fixes to pull #1146
Alon Zakai
2013-05-09
Merge branch 'incoming' of github.com:mgerhardy/emscripten into mgerhardy-inc...
Alon Zakai
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
[next]