Age | Commit message (Expand) | Author |
2014-06-16 | Merge branch 'incoming' into proxyGL | Alon Zakai |
2014-06-11 | LIBRARY_DEBUG fix | Alon Zakai |
2014-06-11 | DETERMINISTIC option | Alon Zakai |
2014-06-05 | generalize context proxying to support not just 2d contexts | Alon Zakai |
2014-05-28 | Move float32x4 and int32x4 constructors into SIMD module. | Ningxin Hu |
2014-03-22 | do not warn on missing emscripten_ functions | Alon Zakai |
2014-02-25 | do not warn on undefined symbols for things that are mere js lib dependencies... | Alon Zakai |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman |
2014-02-14 | add missing asm coercion to va_arg handler; #2120 | Alon Zakai |
2014-02-10 | add aborting stubs in main modules, and replace them with functions from side... | Alon Zakai |
2014-02-09 | emit aborting stubs for all missing functions, not just in asm mode | Alon Zakai |
2014-02-07 | do not emit i64 support code in shared libs | Alon Zakai |
2014-02-06 | fix constant generation bug due to 3605f8cc | Alon Zakai |
2014-02-05 | allow external variables to be defined as strings in library*.js files | Alon Zakai |
2014-01-30 | fix exceptions whitelist check on invoke using function pointer; fixes #2081 | Alon Zakai |
2014-01-26 | do not include library i64 stuff in side modules, it is in the parent; fixes ... | Alon Zakai |
2014-01-13 | Handle negative zero values correctly. | Bruce Mitchener |
2014-01-07 | notice simd signal from fastcomp | Alon Zakai |
2014-01-05 | correct annotation for closure | Lu Wang |
2014-01-03 | clean extra arg of JSify | Lu Wang |
2014-01-02 | adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M... | Alon Zakai |
2014-01-02 | minor clean | Lu Wang |
2014-01-01 | minor clean | Lu Wang |
2013-12-14 | do not add i64 support funcs more than once | Alon Zakai |
2013-12-07 | fastcomp imports fix | Alon Zakai |
2013-12-07 | get glue phase to emit i64 stuff for fastcomp | Alon Zakai |
2013-12-05 | handle return values for library calls using aliases with different return types | Alon Zakai |
2013-11-29 | do not emit empty postsets from js compiler for fastcomp output | Alon Zakai |
2013-11-26 | getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis... | Heidi Pan |
2013-11-20 | memory initializer in fastcomp | Alon Zakai |
2013-11-20 | hack up support for 'glue' phase in js compiler, to just generate glue for ba... | Alon Zakai |
2013-11-15 | do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam... | Alon Zakai |
2013-11-13 | don't show both errors and warnings on undefined symbols | Alon Zakai |
2013-11-13 | test for multiple undefined symbols | Alon Zakai |
2013-11-12 | make DEAD_FUNCTIONS work on js library functions too | Alon Zakai |
2013-11-01 | do not emit unnecessary coercions when calling a math builtin with a float | Alon Zakai |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-10-30 | remove finalizeParam and properly use finalizeLLVMParameter everywhere | Alon Zakai |
2013-10-30 | fix missing semicolons on simd load and store | Alon Zakai |
2013-10-29 | clean up simd code, fix uint32x4 heap offsets, and add testing | Alon Zakai |
2013-10-29 | use asm ffi coercing for floats in load abort calls | Alon Zakai |
2013-10-25 | send and receive only doubles through ffis, not floats | Alon Zakai |
2013-10-25 | support fround in function tables and asm module support functions | Alon Zakai |
2013-10-25 | simplify auto-return adding code, and make it generic so it can handle floats... | Alon Zakai |
2013-10-19 | commented-out compiler profiler support | Alon Zakai |
2013-10-18 | avoid allocating huge lists for [BIGNUM x type] types | Alon Zakai |
2013-10-18 | integrate the SIMD polyfill code | Alon Zakai |
2013-10-18 | extractelement | Alon Zakai |
2013-10-18 | simd fix | Alon Zakai |
2013-10-18 | shufflevector | Alon Zakai |