Age | Commit message (Expand) | Author |
2013-03-14 | add branch in strncpy to avoid reading from possible invalid memory | Alon Zakai |
2013-03-14 | optimize bitshift64* a little | Alon Zakai |
2013-03-14 | fix bitshift64Ashr bug | Alon Zakai |
2013-03-14 | move dynamic 64-bit shifts into asm library calls | Alon Zakai |
2013-03-13 | do not emit code after a switch; fixes #946 | Alon Zakai |
2013-03-13 | remove unneeded 64-bit shifts code | Alon Zakai |
2013-03-13 | turn calls to undef into aborts, so they asmify | Alon Zakai |
2013-03-12 | asmify strncpy | Alon Zakai |
2013-03-12 | write strcpy in asm and add some testing | Alon Zakai |
2013-03-12 | headless improvements | Alon Zakai |
2013-03-12 | optimize pread to use typed array set() | Alon Zakai |
2013-03-12 | infrastructure for implementing i64 math in asm.js, and implement i64Add and ... | Alon Zakai |
2013-03-12 | make sure SDL.channelMinimumNumber is initialized; fixes SDL audio tests | Alon Zakai |
2013-03-12 | unique ids for aborts for dead functions | Alon Zakai |
2013-03-12 | support -s KEY=@PATH in emcc, for very large settings values | Alon Zakai |
2013-03-11 | add ASSERTIONS to asm2g, and fix assertions for asm | Alon Zakai |
2013-03-11 | make pgo output work in asm.js | Alon Zakai |
2013-03-11 | fix client side GL arrays in FULL_ES2 | Vladimir Vukicevic |
2013-03-11 | Merge pull request #936 from michaeljbishop/add-mix-reservechannels | Alon Zakai |
2013-03-11 | use bufferSubData in FULL_ES2 | Alon Zakai |
2013-03-10 | legalize truncs from legal values into illegal values | Alon Zakai |
2013-03-10 | larger pgo test, with asm measurements | Alon Zakai |
2013-03-10 | function pointer support in PGO | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-08 | Added test and fixed bugs exposed by the test. | Michael Bishop |
2013-03-08 | do not emit function names on runtime functions | Alon Zakai |
2013-03-08 | Add support for `Mix_ReserveChannels` | Michael Bishop |
2013-03-08 | deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1 | Alon Zakai |
2013-03-07 | experimental patch to simplify generated function detection | Alon Zakai |
2013-03-07 | Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2 | Alon Zakai |
2013-03-07 | support llvm_ctpop_*; fixes #918 | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | Merge pull request #932 from tobydox/incoming | Alon Zakai |
2013-03-07 | FULL_ES2 todo | Alon Zakai |
2013-03-07 | use temp buffers for indices in glDrawElements in FULL_ES2 | Alon Zakai |
2013-03-07 | use temp buffers in FULL_ES2 array buffers | Alon Zakai |
2013-03-07 | refactor gl temporary buffer code | Alon Zakai |
2013-03-07 | optimize out creation of new JS objects in each glVertexAttribPointer call in... | Alon Zakai |
2013-03-07 | fix FULL_ES2 bug with not taking into account 'first' in glDrawArrays | Alon Zakai |
2013-03-07 | gl comments | Alon Zakai |
2013-03-07 | gl whitespace cleanup | Alon Zakai |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | simplify loop unrolling of memcpy and memset | Alon Zakai |
2013-03-06 | patch to allow loopvars from memset/cpy in asm | Alon Zakai |
2013-03-06 | loopify big memcpys in asm | Alon Zakai |
2013-03-06 | loopify big memsets in asm | Alon Zakai |
2013-03-06 | fix IE comma issue | Alon Zakai |
2013-03-06 | enable pointer lock checkbox by default | Alon Zakai |
2013-03-06 | Merge pull request #845 from MichaelRiss/FullScreenEnhancement | Alon Zakai |
2013-03-06 | assert on no variable name collisions for #923 | Alon Zakai |