Age | Commit message (Expand) | Author |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-25 | patch up compiler.html | Alon Zakai |
2012-12-25 | fix typo | Alon Zakai |
2012-12-25 | print library debug to stdout, not err | Alon Zakai |
2012-12-24 | fix llvm.expect and add test | Alon Zakai |
2012-12-24 | show js stack in C assertions | Alon Zakai |
2012-12-24 | fix ctlz and add test | Alon Zakai |
2012-12-23 | llvm_ctlz_i64 | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-21 | by default only keep main alive | Alon Zakai |
2012-12-20 | timeb | Alon Zakai |
2012-12-20 | modify sdl error text | Alon Zakai |
2012-12-20 | SDL_SetGamma | Alon Zakai |
2012-12-19 | Merge pull request #746 from xxuejie/function-name-filter | Alon Zakai |
2012-12-14 | fix breakage in async_prepare_data | Alon Zakai |
2012-12-14 | add some browser/sdl function signatures | Alon Zakai |
2012-12-14 | fix tempParam bugs | Alon Zakai |
2012-12-14 | asm coerce alloca computations | Alon Zakai |
2012-12-14 | fix glut display func | Alon Zakai |
2012-12-14 | fix emscripten_async_call | Alon Zakai |
2012-12-14 | must have named globals in shared libs | Alon Zakai |
2012-12-13 | note global usage of impure ptr | Alon Zakai |
2012-12-13 | use makeGlobalUse where needed | Alon Zakai |
2012-12-13 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-13 | replace noticePtr hack with makeGlobalUse that detects use before indexing an... | Alon Zakai |
2012-12-13 | treat externals as globals in asm | Alon Zakai |
2012-12-13 | don't align STATICTOP needlessly | Alon Zakai |
2012-12-13 | emit numeric constants for global variables, using our knowledge of the fixed... | Alon Zakai |
2012-12-13 | always print out global base, even if not used | Alon Zakai |
2012-12-13 | ensure tempDoublePtr is properly aligned | Alon Zakai |
2012-12-13 | reorganize initial allocations to the stack, so that static memory for global... | Alon Zakai |
2012-12-13 | default to NAMED_GLOBALS | Alon Zakai |
2012-12-13 | chunk very large array literals in global constants, to avoid 'array initiali... | Alon Zakai |
2012-12-12 | coerce to float in uitofp/sitofp in asm | Alon Zakai |
2012-12-12 | refactor makeRounding in asm | Alon Zakai |
2012-12-12 | support for Math.imul | Alon Zakai |
2012-12-12 | make explicit double multiplying of ints in int multiply | Alon Zakai |
2012-12-12 | clamp glColor floats to [0,1] | Alon Zakai |
2012-12-11 | fix regression with not indexizing functions | Alon Zakai |
2012-12-10 | Remove regexp case since it is slow and rarely used | Xuejie Xiao |
2012-12-10 | simplify varargs to always have an explicit last parameter called varrp | Alon Zakai |
2012-12-10 | asm coerce args and return value when calling library functions, but not asm ... | Alon Zakai |
2012-12-09 | fix resume with legalized structurals | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-08 | better fix for the exception testcase in #747 - set the current exception whe... | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | clear setjmped when handling a longjmp, so we can proceed to longjmp later co... | Alon Zakai |
2012-12-07 | fix asm coercions on function params | Alon Zakai |
2012-12-07 | set asm function table sizes to power of two, and add proper masking | Alon Zakai |