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
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2012-11-11
add relooper sources
Alon Zakai
2012-11-10
remove relooper build in preparation for bootstrapping
Alon Zakai
2012-11-10
updated relooper build
Alon Zakai
2012-11-09
improve LABEL_DEBUG
Alon Zakai
2012-11-09
remove dead code
Alon Zakai
2012-11-09
cleanup
Alon Zakai
2012-11-09
fix bug with line cleanup
Alon Zakai
2012-11-09
add relooper build
Alon Zakai
2012-11-09
remove unneeded lines in output
Alon Zakai
2012-11-09
fix switch relooping with multiple identical targets
Alon Zakai
2012-11-09
support invoke in new relooper; fix branch code generation; generate ↵
Alon Zakai
emulated when we must
2012-11-08
ignore resume
Alon Zakai
2012-11-08
improve node detection in compiler
Alon Zakai
2012-11-08
handle switch with new relooper
Alon Zakai
2012-11-08
ignore unreachable
Alon Zakai
2012-11-08
rename __label__ => label
Alon Zakai
2012-11-08
render phis in new relooper
Alon Zakai
2012-11-08
start to send proper data to relooper
Alon Zakai
2012-11-08
initial hacking
Alon Zakai
2012-11-08
improve node detection
Alon Zakai
2012-11-08
support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵
Alon Zakai
terminator
2012-11-08
optimal cwrap
Alon Zakai
2012-11-07
improve memory growth error
Alon Zakai
2012-11-07
commented out safe heap code for infinities and nans
Alon Zakai
2012-11-06
remove now-unneeded currFunctions
Alon Zakai
2012-11-06
generate indexedFunctions in pre, and give it the information to do so
Alon Zakai
2012-11-06
fix printing of GENERATED_FUNCTIONS
Alon Zakai
2012-11-06
process each function separately in emscript
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-11-05
add proper indentation in long.js to not confuse js optimizer splitter
Alon Zakai
2012-11-05
be more careful about printing out assertion messages, not all metadata is ↵
Alon Zakai
always present
2012-11-05
fix fread/fwrite returns values on error; fixes #675
Alon Zakai
2012-11-05
Added %lld support to __scanString
Manuel Wellmann
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-03
fix windows line endings
Alon Zakai
2012-11-02
improve js Benchmarker utility
Alon Zakai
2012-11-02
commented out refactoring of makeRounding
Alon Zakai
2012-11-02
fix s_0_0.test_sscanf
Alon Zakai
2012-11-01
send sendmsg chunks all together in one socket send
Alon Zakai
2012-11-01
write source of message in recvmsg
Alon Zakai
2012-10-31
fix sendmsg return value
Alon Zakai
2012-10-31
fix sendmsg and recvmsg handling of iov
Alon Zakai
2012-10-31
send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵
Alon Zakai
browsers
2012-10-31
Merge pull request #665 from caiiiycuk/sscanf
Alon Zakai
Fix sscanf white space bug
2012-10-31
clear error message when browser createObjectURL does not return a string as ↵
Alon Zakai
the spec says it should
2012-10-31
warn in SDL_CreateThread about the problem with SDL threads
Alon Zakai
2012-10-31
Fix sscanf whitespace bug
Aleksander Guryanov
Add test for sscanf
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
2012-10-30
support growing the socket data buffer, and enable working bigdata socket test
Alon Zakai
2012-10-30
use binary data in websockets
Alon Zakai
2012-10-29
fix bug with locking an sdl surface not reading the canvas pixel data ↵
Alon Zakai
properly; fixes #664
[next]