aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-11-11add relooper sourcesAlon Zakai
2012-11-10remove relooper build in preparation for bootstrappingAlon Zakai
2012-11-10updated relooper buildAlon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-09remove dead codeAlon Zakai
2012-11-09cleanupAlon Zakai
2012-11-09fix bug with line cleanupAlon Zakai
2012-11-09add relooper buildAlon Zakai
2012-11-09remove unneeded lines in outputAlon Zakai
2012-11-09fix switch relooping with multiple identical targetsAlon Zakai
2012-11-09support invoke in new relooper; fix branch code generation; generate ↵Alon Zakai
emulated when we must
2012-11-08ignore resumeAlon Zakai
2012-11-08improve node detection in compilerAlon Zakai
2012-11-08handle switch with new relooperAlon Zakai
2012-11-08ignore unreachableAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08render phis in new relooperAlon Zakai
2012-11-08start to send proper data to relooperAlon Zakai
2012-11-08initial hackingAlon Zakai
2012-11-08improve node detectionAlon Zakai
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵Alon Zakai
terminator
2012-11-08optimal cwrapAlon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-11-06remove now-unneeded currFunctionsAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix printing of GENERATED_FUNCTIONSAlon Zakai
2012-11-06process each function separately in emscriptAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-11-05add proper indentation in long.js to not confuse js optimizer splitterAlon Zakai
2012-11-05be more careful about printing out assertion messages, not all metadata is ↵Alon Zakai
always present
2012-11-05fix fread/fwrite returns values on error; fixes #675Alon Zakai
2012-11-05Added %lld support to __scanStringManuel Wellmann
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-03fix windows line endingsAlon Zakai
2012-11-02improve js Benchmarker utilityAlon Zakai
2012-11-02commented out refactoring of makeRoundingAlon Zakai
2012-11-02fix s_0_0.test_sscanfAlon Zakai
2012-11-01send sendmsg chunks all together in one socket sendAlon Zakai
2012-11-01write source of message in recvmsgAlon Zakai
2012-10-31fix sendmsg return valueAlon Zakai
2012-10-31fix sendmsg and recvmsg handling of iovAlon Zakai
2012-10-31send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵Alon Zakai
browsers
2012-10-31Merge pull request #665 from caiiiycuk/sscanfAlon Zakai
Fix sscanf white space bug
2012-10-31clear error message when browser createObjectURL does not return a string as ↵Alon Zakai
the spec says it should
2012-10-31warn in SDL_CreateThread about the problem with SDL threadsAlon Zakai
2012-10-31Fix sscanf whitespace bugAleksander Guryanov
Add test for sscanf
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-30support growing the socket data buffer, and enable working bigdata socket testAlon Zakai
2012-10-30use binary data in websocketsAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data ↵Alon Zakai
properly; fixes #664