aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-14asmify strcatAlon Zakai
2013-03-14add strcat testingAlon Zakai
2013-03-14add branch in strncpy to avoid reading from possible invalid memoryAlon Zakai
2013-03-14optimize bitshift64* a littleAlon Zakai
2013-03-14fix bitshift64Ashr bugAlon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-14notice asm link errors in benchmarksAlon Zakai
2013-03-14clean up spidermonkey entry in settings templateAlon Zakai
2013-03-13do not emit code after a switch; fixes #946Alon Zakai
2013-03-13remove unneeded 64-bit shifts codeAlon Zakai
2013-03-13optimize memory use of funcs_js in emscripten.pyAlon Zakai
2013-03-13Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2013-03-13turn calls to undef into aborts, so they asmifyAlon Zakai
2013-03-12use memory a little more efficiently in emscripten.pyAlon Zakai
2013-03-12disable EMCC_DEBUG when bootstrapping relooperAlon Zakai
2013-03-12fix test_relooperAlon Zakai
2013-03-12asmify strncpyAlon Zakai
2013-03-12write strcpy in asm and add some testingAlon Zakai
2013-03-12Merge pull request #942 from waywardmonkeys/fix-typeof-declsAlon Zakai
Use less generic names for variables.
2013-03-12headless improvementsAlon Zakai
2013-03-12optimize pread to use typed array set()Alon Zakai
2013-03-12infrastructure for implementing i64 math in asm.js, and implement i64Add and ↵Alon Zakai
llvm_uadd_with_overflow_i64 that way
2013-03-12make test_sdl_audio_mix report a resultAlon Zakai
2013-03-12make sure SDL.channelMinimumNumber is initialized; fixes SDL audio testsAlon Zakai
2013-03-12fix globalScope altering in runtimelink modules; fixes test_runtimelinkAlon Zakai
2013-03-12unique ids for aborts for dead functionsAlon Zakai
2013-03-12update test_chunkingAlon Zakai
2013-03-12support -s KEY=@PATH in emcc, for very large settings valuesAlon Zakai
2013-03-12Use less generic names for variables.Bruce Mitchener
These are generic enough that in libcxx, they get expanded into functions which also have variables named the same thing (__x, __y) and that then leads to a buggy libcxx.
2013-03-11add comments on ~/.emscripten fileAlon Zakai
2013-03-11add ASSERTIONS to asm2g, and fix assertions for asmAlon Zakai
2013-03-11add debug logging in emscripten.py of text sizesAlon Zakai
2013-03-11make pgo output work in asm.jsAlon Zakai
2013-03-11Merge pull request #934 from waywardmonkeys/add-iso646-headerAlon Zakai
Add missing iso646.h
2013-03-11add testcase for issue 944Alon Zakai
2013-03-11Merge pull request #944 from vvuk/client-fixAlon Zakai
fix client side GL arrays in FULL_ES2
2013-03-11fix client side GL arrays in FULL_ES2Vladimir Vukicevic
2013-03-11Merge pull request #936 from michaeljbishop/add-mix-reservechannelsAlon Zakai
Add Mix_ReserveChannels
2013-03-11use bufferSubData in FULL_ES2Alon Zakai
2013-03-11bump number of minified namesAlon Zakai
2013-03-111.3.01.3.0Alon Zakai
2013-03-10add testcaseAlon Zakai
2013-03-10legalize truncs from legal values into illegal valuesAlon Zakai
2013-03-10--save-bc optionAlon Zakai
2013-03-10error on pgo with asmAlon Zakai
2013-03-10larger pgo test, with asm measurementsAlon Zakai
2013-03-10function pointer support in PGOAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-10adjust csmith driver timeoutAlon Zakai
2013-03-10disable inlining in sqlite with asm in debug modeAlon Zakai