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 (
Collapse
)
Author
2013-01-07
TODO for asm double literals
Alon Zakai
2013-01-07
notice Math.* library redirects as being functions
Alon Zakai
2013-01-07
fix bug with adding non-functions to libraryFunctions in ASM_JS
Alon Zakai
2013-01-07
simple asm mode that just exports main
Alon Zakai
2013-01-06
do not call run if dependencies are resolved but we were not supposed to ↵
Alon Zakai
call run in the first place
2013-01-06
sysexits.h
Alon Zakai
2013-01-06
index, rindex
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
handle sending forced messages of non-multiple-of-4 sizes
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-04
refactor socket code, ensure that each call to recv/recvmsg receives a ↵
Alon Zakai
single separate message
2013-01-04
rename socket queue
Alon Zakai
2013-01-04
refactor socket code, ensure that we send all a sendmsg's iovs in a single ↵
Alon Zakai
socket send
2013-01-03
fix sdl shutdown crash
Alon Zakai
2013-01-03
warn about ASM_JS
Alon Zakai
2013-01-03
fix glut mouseFunc call
Alon Zakai
2013-01-03
fix glut typo
Alon Zakai
2013-01-03
fix memory growth error
Alon Zakai
2013-01-02
SDL mutex stubs
Alon Zakai
2013-01-02
assert on socket fd size
Alon Zakai
2013-01-02
select()
Alon Zakai
2013-01-02
mkstemp
Alon Zakai
2013-01-01
support function pointers in multiphase
Alon Zakai
2013-01-01
sig* functions
Alon Zakai
2013-01-01
deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵
Alon Zakai
instead
2013-01-01
update ccall docs
Alon Zakai
2013-01-01
remove unneeded KEEPALIVE in test_ccall
Alon Zakai
2012-12-31
getProcAddress fixes
Alon Zakai
2012-12-31
update jcache test - without named globals, we generate smaller code and ↵
Alon Zakai
fewer chunks
2012-12-31
fix jcache breakage due to missing global annotation
Alon Zakai
2012-12-31
fix test runner ALL
Alon Zakai
2012-12-31
fix test_strings
Alon Zakai
2012-12-31
version 1.2, asm+unnamed globals+optimized >32bit returns
1.2.0
Alon Zakai
2012-12-31
fix silly crash
Alon Zakai
2012-12-31
fix test_runtimelink_multi
Alon Zakai
2012-12-31
forward unindexable globals to asm
Alon Zakai
2012-12-31
fix test_ccall
Alon Zakai
2012-12-31
properly forward unnamed global externals to asm
Alon Zakai
2012-12-31
forward externals to asm
Alon Zakai
2012-12-31
fix llvm_ctlz_i64
Alon Zakai
2012-12-31
disable non-optimized asm test suite
Alon Zakai
2012-12-31
fix llvm_swap_i64
Alon Zakai
2012-12-31
fix parseInt64
Alon Zakai
2012-12-31
export malloc and free from asm, if present
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
Conflicts: src/library_browser.js
2012-12-31
make browser fs api test robust
Alon Zakai
2012-12-31
some debugging for browser fs api test
Alon Zakai
2012-12-31
improve parsing of globals and types
Alon Zakai
2012-12-30
emscripten_async_wget_data
Alon Zakai
2012-12-30
fix i64 precise modulo
Alon Zakai
[next]