Age | Commit message (Expand) | Author |
2013-03-04 | fix cmpxchg for asm | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |
2013-03-01 | handle calls to aliases in asm | Alon Zakai |
2013-02-28 | fix insertvalue of undef, fixes s_x_x.test_exceptions | Alon Zakai |
2013-02-26 | emit function table names in SAFE_DYNCALL mode | Alon Zakai |
2013-02-26 | show signature in dyncall errors, and simplify approach | Alon Zakai |
2013-02-26 | SAFE_DYNCALLS option | Alon Zakai |
2013-02-26 | do not emit undefined symbol warnings for symbols that only have an inline ve... | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-22 | always warn on undefs in asm, since it breaks validation | Alon Zakai |
2013-02-22 | comment | Alon Zakai |
2013-02-21 | still emit library aliases - useful for e.g. gl OES aliasing, even if normall... | Alon Zakai |
2013-02-17 | memory corruption checker | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-01-30 | properly do unneeded args removal from last commit so it doesn't break inlining | Alon Zakai |
2013-01-30 | convert memmove to asm | Alon Zakai |
2013-01-23 | refactor makeComparison and use it in more places | Alon Zakai |
2013-01-23 | fix comparison in indirectbr for asm | Alon Zakai |
2013-01-23 | add value to returns when function returns a non-void | Alon Zakai |
2013-01-23 | detect nativized variable types properly in asm coercions | Alon Zakai |
2013-01-23 | make getReturnType handle non-function pointer types | Alon Zakai |
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 |