Age | Commit message (Expand) | Author |
2012-12-07 | force-unroll in asm, to avoid creating non-asm-ey loops | Alon Zakai |
2012-12-07 | chunk asm var declarations, and handle i64s | Alon Zakai |
2012-12-07 | shorten temp var name | Alon Zakai |
2012-12-07 | allocate __tm_* globally/statically | Alon Zakai |
2012-12-07 | allocate impure_ptr globally | Alon Zakai |
2012-12-07 | fix return type detection in dynamic calls | Alon Zakai |
2012-12-07 | update environ code to use globals properly | Alon Zakai |
2012-12-07 | allocate timezone info early so they are constants, like normal llvm globals | Alon Zakai |
2012-12-07 | emit proper stackbase in asm | Alon Zakai |
2012-12-07 | fix getFuncWrapper | Alon Zakai |
2012-12-07 | take into account legalization of i64s into i32s in function signatures | Alon Zakai |
2012-12-07 | 64-bit dynamic shifts in asm | Alon Zakai |
2012-12-07 | i64Math in asm | Alon Zakai |
2012-12-07 | fix qsort | Alon Zakai |
2012-12-07 | dynCall assertions | Alon Zakai |
2012-12-07 | dynCall | Alon Zakai |
2012-12-07 | freelocale stub | Alon Zakai |
2012-12-07 | TTF_CloseFont | Alon Zakai |
2012-12-07 | pthread_cond stuff | Alon Zakai |
2012-12-07 | expose redirected library idents to asm | Alon Zakai |
2012-12-07 | expose tempDoublePtr to asm | Alon Zakai |
2012-12-07 | move stack manipulation into asm | Alon Zakai |
2012-12-07 | emit warnings only in pre | Alon Zakai |
2012-12-07 | ensure some more function tables | Alon Zakai |
2012-12-07 | fix destructor function table | Alon Zakai |
2012-12-07 | atexit gets void(), cxa_atexit gets void(int), support both in asm mode | Alon Zakai |
2012-12-07 | ensure calloc is exported for gc | Alon Zakai |
2012-12-07 | remove outdated comments | Alon Zakai |
2012-12-07 | pre-allocate stdin, stdout, stderr, so their values remain constant just like... | Alon Zakai |
2012-12-07 | do not add a global constant replaced with a library value and also a library... | Alon Zakai |
2012-12-07 | fix function table addition code | Alon Zakai |
2012-12-07 | ignore varargs for asm param coercions | Alon Zakai |
2012-12-07 | fix bug with asm vars defs | Alon Zakai |
2012-12-07 | export global constructors from asm.js and get them dynamically in the outsid... | Alon Zakai |
2012-12-07 | always emit function table in non-asm mode | Alon Zakai |
2012-12-07 | add parens to asm coercions for safety | Alon Zakai |
2012-12-07 | add type to atomic | Alon Zakai |
2012-12-07 | make stack operations asm-friendly | Alon Zakai |
2012-12-07 | fix asm initializers for int implemented | Alon Zakai |
2012-12-07 | move label definition and add initial value | Alon Zakai |
2012-12-07 | define local vars asm.js style | Alon Zakai |
2012-12-07 | asm.js function parameter preamble | Alon Zakai |
2012-12-07 | remove text from overly-verbose assertions | Alon Zakai |
2012-12-07 | explicit asm.js float-to-int conversion | Alon Zakai |
2012-12-07 | only do asm.js heap corrections/guards in funcs phase, to not confused handwr... | Alon Zakai |
2012-12-07 | default heap to 16MB, and make sure asm.js heaps are power-of-two | Alon Zakai |
2012-12-07 | guard against heap read values in asm.js | Alon Zakai |
2012-12-07 | asm.js memory masking | Alon Zakai |
2012-12-07 | export function tables | Alon Zakai |
2012-12-07 | clean up function table generating code | Alon Zakai |