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-24
add getprotobyname and associated functions from netdb.h. Add test_getprotoby...
Fraser Adams
2013-11-22
listen to webglcontextcreationerror for information; fixes #1846
Alon Zakai
2013-11-22
simplify relooper default indent
Alon Zakai
2013-11-22
Merge pull request #1850 from juj/fix_test_dependency_file_windows
Alon Zakai
2013-11-22
Fix other.test_dependency_file on Windows.
Jukka Jylänki
2013-11-22
require asm.js in fastcomp
Alon Zakai
2013-11-22
fix pthread_setspecific on values of null
Alon Zakai
2013-11-21
use only LLVM_ROOT in fastcomp invocations
Alon Zakai
2013-11-21
stop using separate js backend
Alon Zakai
2013-11-21
assume for now that js optimizer runs after fastcomp
Alon Zakai
2013-11-21
Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into inco...
Alon Zakai
2013-11-21
Add missing semicolons in preamble.js
Daniel Baulig
2013-11-21
do not -O2 between abi simplification
Alon Zakai
2013-11-21
use normal std::string in native relooper builds
Alon Zakai
2013-11-21
add some support for le32=2 mode, where varargs is just 4-byte aligned
Alon Zakai
2013-11-21
handle nan and inf in fastcomp
Alon Zakai
2013-11-21
fix pnacl tool names to pnacl master
Alon Zakai
2013-11-21
debug comment
Alon Zakai
2013-11-21
fastcomp debug stuff
Alon Zakai
2013-11-21
move some output behind DEBUG
Alon Zakai
2013-11-20
use implementedFunctions from js libraries as well; hello world passes using ...
Alon Zakai
2013-11-20
receive implementedFunctions from fastcomp
Alon Zakai
2013-11-20
memory initializer in fastcomp
Alon Zakai
2013-11-20
hack up support for 'glue' phase in js compiler, to just generate glue for ba...
Alon Zakai
2013-11-20
fix stack traces from js compiler
Alon Zakai
2013-11-20
parse fastcomp output into parts
Alon Zakai
2013-11-20
test for static linking when using --js-library
Alon Zakai
2013-11-19
[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.
John Vilk
2013-11-19
hackish emscript_fast toolchain integrations
Alon Zakai
2013-11-19
add emscript_fast overview and remove jcache from it
Alon Zakai
2013-11-19
fork emscript_fast
Alon Zakai
2013-11-19
disable compiler fallback attempts to load relooper and struct info from loca...
Alon Zakai
2013-11-19
Fix typo in ChangeLog.
Jukka Jylänki
2013-11-19
Updated ChangeLog for 1.7.6-1.7.8.
Jukka Jylänki
2013-11-18
version 1.7.8
1.7.8
Alon Zakai
2013-11-18
better fix for closure issue in asm2f.test_exceptions; clear out the spidermo...
Alon Zakai
2013-11-18
disable closure in asm2f.test_exceptions due to closure issue with 458ac87
Alon Zakai
2013-11-18
Merge pull request #1831 from dinibu/dependency-fix-1820
Alon Zakai
2013-11-18
fix sanity.test_emcc_caching
Alon Zakai
2013-11-18
Merge pull request #1832 from fadams/fix-accept-with-addr
Alon Zakai
2013-11-18
Updated ChangeLog for versions 1.7.2 - 1.7.5.
Jukka Jylänki
2013-11-18
fix a bug in the accept call in library.js whereby if accept was called with ...
Fraser Adams
2013-11-18
Merge pull request #1830 from juj/custom_harness_browser
Alon Zakai
2013-11-18
Add support for specifying a custom web browser to run in the browser test ha...
Jukka Jylänki
2013-11-19
Added test for change for issue #1732.
Dominic Wong
2013-11-19
Renamed outDep to out_dep.
Dominic Wong
2013-11-17
try 'webgl' as well for webgl context creation; fixes #1813
Alon Zakai
2013-11-17
Merge pull request #1824 from juj/fix_browser_harness_windows
juj
2013-11-18
Clean up Windows-specific code in previous commits in the pull request.
Jukka Jylänki
2013-11-17
Add a default setting line for running crunch tool, primarily from CRUNCH env...
Jukka Jylänki
[next]