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-11-12
version 1.7.5
1.7.5
Alon Zakai
2013-11-12
ignore first L when demangling, literalness is irrelevant to the main name
Alon Zakai
2013-11-12
refactor demangler
Alon Zakai
2013-11-12
demangle constructors
Alon Zakai
2013-11-12
demangle new and delete
Alon Zakai
2013-11-11
version 1.7.4
1.7.4
Alon Zakai
2013-11-11
Merge pull request #1774 from fadams/fix-getaddrinfo-null-hints
Alon Zakai
2013-11-11
fix joystick browser integration
Alon Zakai
2013-11-11
version 1.7.3
1.7.3
Alon Zakai
2013-11-11
Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incoming
Alon Zakai
2013-11-11
remove unnecessary ltoing in benchmark suite
Alon Zakai
2013-11-11
Merge branch 'incoming' into f32
Alon Zakai
2013-11-11
remove asm1f from ALL
Alon Zakai
2013-11-11
test suite changes for f32 landing: enable float32_precise in all modes, disa...
Alon Zakai
2013-11-11
add option for precise f32 in benchmarks
Alon Zakai
2013-11-11
coerce to double before converting a float to an i64
Alon Zakai
2013-11-11
benchmark linpack in both float and double modes
Alon Zakai
2013-11-11
Replaced loop in gai_strerror with writeAsciiToMemory call and made the comme...
Fraser Adams
2013-11-11
minify in asm arg coercions that denormalizeAsm generates, to handle Math.fro...
Alon Zakai
2013-11-11
minify in asm var definitions that denormalizeAsm generates, to handle Math.f...
Alon Zakai
2013-11-10
use writeAsciiToMemory in library.js in more places
Alon Zakai
2013-11-10
more precise float testing
Alon Zakai
2013-11-10
Merge pull request #1779 from juj/fix_test_lua_spaces
Alon Zakai
2013-11-10
Merge pull request #1778 from ToadKing/nanosleep-fix
Alon Zakai
2013-11-10
Merge pull request #1780 from juj/gles2_less_throws
Alon Zakai
2013-11-10
Make GL library more spec conformant by not throwing exceptions on errors, bu...
Jukka Jylänki
2013-11-10
Fix Makefile in test_lua in the case when make is in a path that contains spa...
Jukka Jylänki
2013-11-10
nanosleep - don't write to rmtp if it's NULL
ToadKing
2013-11-10
[SDL] Joystick API implementation using HTML5 Gamepad API
John Vilk
2013-11-10
bump EMSCRIPTEN_VERSION in tools/shared.py to 1.7.3
Fraser Adams
2013-11-10
Changed library.js line 7509 to use hint !== 0 test vice hint != 0
Fraser Adams
2013-11-09
add asm2f to ALL
Alon Zakai
2013-11-09
support inline asm comments; fixes #1766
Alon Zakai
2013-11-09
Merge pull request #1772 from juj/fix_test_asm_pgo_windows
Alon Zakai
2013-11-09
make asm2f do full optimization, including minification
Alon Zakai
2013-11-09
Fix test_asm_pgo on Windows by using response files. The test failed by excee...
Jukka Jylänki
2013-11-09
test both float and double in fasta
Alon Zakai
2013-11-09
optimize fround polyfill a tiny bit
Alon Zakai
2013-11-09
Merge pull request #1773 from juj/fix_test_lua
Alon Zakai
2013-11-09
Math.* have no side effects
Alon Zakai
2013-11-09
consolidate side effect checking code
Alon Zakai
2013-11-09
remove unneeded var
Alon Zakai
2013-11-09
optimize hasSideEffects
Alon Zakai
2013-11-09
fix ensureDot logic
Alon Zakai
2013-11-09
Provided an implementation for gai_strerror and gave getaddrinfo sensible def...
Fraser Adams
2013-11-09
Fix test_lua on Windows when built using mingw32-make. That tool got confused...
Jukka Jylänki
2013-11-08
emit proper large float constants when js opts are to be run
Alon Zakai
2013-11-08
fix float/int bitcast optimization to recognize and preserve Math_fround
Alon Zakai
2013-11-08
fix registerize pass for float32
Alon Zakai
2013-11-08
initial work for float32 support in js optimizer
Alon Zakai
[next]