Age | Commit message (Expand) | Author |
2014-01-29 | remove obsolete sig param to sign/unSign | Alon Zakai |
2014-01-18 | improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032 | Alon Zakai |
2014-01-16 | enable a form of safe heap in asm, using js optimizer pass to ensure full cov... | Alon Zakai |
2014-01-01 | Merge pull request #1870 from inolen/structinfo_fix | Alon Zakai |
2013-11-28 | fix fastcomp vararg alignment, only 4-byte | Alon Zakai |
2013-11-28 | - fix for structures generated by manually calling generateStructInfo | Anthony Pesch |
2013-11-17 | EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM... | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form "var... | Jukka Jylänki |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-10-29 | handle vector types in calcAllocatedSize | Alon Zakai |
2013-10-29 | use doubles in makeBigInt | Alon Zakai |
2013-10-25 | handle internal illegal iX fields in calculateStructAlignment | Alon Zakai |
2013-10-18 | avoid allocating huge lists for [BIGNUM x type] types | Alon Zakai |
2013-10-18 | support for vector types nested in others | Alon Zakai |
2013-10-02 | remove whitespace in stack ops | Alon Zakai |
2013-10-02 | Optimize alignment rounding. | Dan Gohman |
2013-10-02 | make function pointer aliasing configurable | Alon Zakai |
2013-09-23 | optimize string compares in getNativeTypeSize | Alon Zakai |
2013-09-23 | optimize getNativeTypeSize | Alon Zakai |
2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves s... | Alon Zakai |
2013-09-03 | refactor dlfcn support into DLFCN | Alon Zakai |
2013-09-03 | typo fix, index is in arguments[0] | Anthony Pesch |
2013-09-03 | fix cleanup code to not happen in main module | Alon Zakai |
2013-09-03 | clean up shared modules when dlclose()d | Alon Zakai |
2013-09-03 | support function pointer calls across asm modules by passing them all through... | Alon Zakai |
2013-08-20 | Only check needed > 0 if it was formerly > 0 | Aidan Hobson Sayers |
2013-08-20 | Clearer (and faster?), as per jij's suggestion | Aidan Hobson Sayers |
2013-08-20 | Fix 4 byte utf8 characters | Aidan Hobson Sayers |
2013-07-29 | accept [0 x ..] in the middle of structures, odd as it might seem, this is va... | Alon Zakai |
2013-07-23 | properly handle generation of instances of structures ending in [0 x ..] | Alon Zakai |
2013-07-23 | fix structure size when it has a [0 x ..] at the end - that should add nothing | Alon Zakai |
2013-07-07 | rename __stackbase__ to sp | Alon Zakai |
2013-06-19 | keep |0 on function calls, allow other bitwise ops on heap accesses etc. | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-29 | align struct fields to 64-bit in le32 | Alon Zakai |
2013-04-29 | fix sscanf, note that all varargs are 64-bit aligned | Alon Zakai |
2013-04-29 | fix handling of empty structs | Alon Zakai |
2013-04-29 | remove unused line | Alon Zakai |
2013-04-29 | align the stack to 64 bits in le32 | Alon Zakai |
2013-04-29 | allow size to be null in getAlignSize, for native types | Alon Zakai |
2013-04-29 | add target settings | Alon Zakai |
2013-04-29 | refactor struct detection of alignment size | Alon Zakai |
2013-04-29 | align i64s and doubles to 64-bit boundaries | Alon Zakai |
2013-04-23 | Persist return value for wrapped functions | Anthony Pesch |
2013-04-19 | support for Runtime.addFunction in asm.js | Alon Zakai |
2013-03-14 | move dynamic 64-bit shifts into asm library calls | Alon Zakai |
2013-03-11 | add ASSERTIONS to asm2g, and fix assertions for asm | Alon Zakai |
2013-03-08 | do not emit function names on runtime functions | Alon Zakai |
2013-03-05 | Merge pull request #897 from lptr/unregister_functions | Alon Zakai |