Age | Commit message (Expand) | Author |
2012-12-30 | fix parseInt of '0' | Alon Zakai |
2012-12-30 | minor i64 parsing fixes | Alon Zakai |
2012-12-30 | parse empty i64 strings properly | Alon Zakai |
2012-12-30 | use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768 | Alon Zakai |
2012-12-30 | update bignum code with bugfix from upstream, and add i64Math code to parse | Alon Zakai |
2012-12-29 | add llvm_bswap_i64 for #768 | Alon Zakai |
2012-12-29 | force mmap to return page-aligned addresses, and check for valid input in munmap | Alon Zakai |
2012-12-29 | save legalizedI64 state for multiphase compilation | Alon Zakai |
2012-12-28 | fix repeated compilation | Alon Zakai |
2012-12-27 | compile given ll in compiler.html | Alon Zakai |
2012-12-27 | option to provide raw ll to compiler.js | Alon Zakai |
2012-12-27 | compile and run in compiler.html | Alon Zakai |
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 | 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-13 | chunk very large array literals in global constants, to avoid 'array initiali... | Alon Zakai |
2012-12-12 | clamp glColor floats to [0,1] | Alon Zakai |
2012-12-10 | Remove regexp case since it is slow and rarely used | Xuejie Xiao |
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 | Add function name filter for LABEL_DEBUG | Xuejie Xiao |
2012-12-07 | properly implement uitofp/sitofp using our existing code for that; fixes #745 | Alon Zakai |
2012-11-28 | fix sprintf | Alon Zakai |
2012-11-27 | avoid overhead in named globals builds | Alon Zakai |
2012-11-27 | do not index globals referred to by name in library | Alon Zakai |
2012-11-27 | llvm global ctors is not indexable | Alon Zakai |
2012-11-27 | fix global indexing bugs | Alon Zakai |
2012-11-27 | fix alias precheck | Alon Zakai |
2012-11-27 | do global indexing up front | Alon Zakai |
2012-11-27 | fix vtable null termination with indexed globals | Alon Zakai |
2012-11-27 | do not globalIndex externals | Alon Zakai |
2012-11-27 | correct indexed globals in structured constants | Alon Zakai |
2012-11-27 | external globals and not indexable | Alon Zakai |
2012-11-27 | fix assignment to indexed global | Alon Zakai |
2012-11-27 | always use names for aliases | Alon Zakai |
2012-11-27 | notice type of aliases when no named globals | Alon Zakai |
2012-11-27 | switch to all or nothing named globals, and add testing | Alon Zakai |
2012-11-27 | fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage | Alon Zakai |