Age | Commit message (Expand) | Author |
2013-01-23 | handle function pointer calls to functions that return function pointers (ins... | Alon Zakai |
2013-01-20 | fix varargs by pointer in asm | Alon Zakai |
2013-01-20 | fix -O1 | Alon Zakai |
2013-01-20 | __asm and __sig in library, separately | Alon Zakai |
2013-01-19 | fix LIBRARY_DEBUG for asm | Alon Zakai |
2013-01-18 | fix unrelooped code for asm | Alon Zakai |
2013-01-18 | add return in functions whose types return but do not actually return | Alon Zakai |
2013-01-17 | Merge pull request #778 from caiiiycuk/exception_catching_in_scope | Alon Zakai |
2013-01-17 | pack global constant allocations to save space, and allow typed array .set() ... | Alon Zakai |
2013-01-17 | Implement exceptions in whitelist | Aleksander Guryanov |
2013-01-16 | fix resume | Alon Zakai |
2013-01-16 | do not emit __asm lib stuff in FULL_LIBRARY mode | Alon Zakai |
2013-01-16 | allow defining asm library functions, which are then included as if they were... | Alon Zakai |
2013-01-15 | handle phis from indirectbr | Alon Zakai |
2013-01-15 | ensure explicit floats in function call arguments and all coercions | Alon Zakai |
2013-01-14 | use | in switch joined evaluations | Alon Zakai |
2013-01-14 | fix atomics for asm | Alon Zakai |
2013-01-14 | fix asm var defs of illegals | Alon Zakai |
2013-01-14 | clear message when exception catching is disabled and an exception is thrown | Alon Zakai |
2013-01-13 | don't emit switch in jsifier.js in reloop mode; we would do that in the relooper | Alon Zakai |
2013-01-13 | add testcase with big switch for #781 | Alon Zakai |
2013-01-10 | auto-export some special functions if they are dependencies of a JS library e... | Alon Zakai |
2013-01-10 | fix calling of functions library-redirected to Math.* | Alon Zakai |
2013-01-10 | do not emit values for redirected library idents, they would not be used anyhow | Alon Zakai |
2013-01-10 | call library aliases directly by their target name | Alon Zakai |
2013-01-08 | asm coerce varargs argument | Alon Zakai |
2013-01-08 | ensure a return when an abort happens in a function that returns something | Alon Zakai |
2013-01-07 | add asm.js mode to relooper, for label comparisons1.2.1 | Alon Zakai |
2013-01-07 | always coerce asm calls | Alon Zakai |
2013-01-07 | notice Math.* library redirects as being functions | Alon Zakai |
2013-01-07 | fix bug with adding non-functions to libraryFunctions in ASM_JS | Alon Zakai |
2012-12-31 | properly forward unnamed global externals to asm | Alon Zakai |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-29 | save legalizedI64 state for multiphase compilation | Alon Zakai |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-25 | print library debug to stdout, not err | Alon Zakai |
2012-12-21 | merge incoming | Alon Zakai |
2012-12-19 | Merge pull request #746 from xxuejie/function-name-filter | Alon Zakai |
2012-12-14 | fix tempParam bugs | Alon Zakai |
2012-12-14 | asm coerce alloca computations | Alon Zakai |
2012-12-13 | treat externals as globals in asm | 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 | reorganize initial allocations to the stack, so that static memory for global... | 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 |