Age | Commit message (Expand) | Author |
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 |
2013-10-18 | insertelement | Alon Zakai |
2013-10-18 | vector loads and stores | Alon Zakai |
2013-10-18 | vector load | Alon Zakai |
2013-10-18 | stubs for insertelement and shufflevector | Alon Zakai |
2013-10-17 | optimize globalVariableHandler a little | Alon Zakai |
2013-10-16 | simplify bss handling | Alon Zakai |
2013-10-14 | use proper separator in va_argHandler; fixes #1705 | Alon Zakai |
2013-10-14 | do not show spurious warnings about missing library deps | Alon Zakai |
2013-10-13 | warn on missing library deps, remove an obsolete VFS dep, and add a necessary... | Alon Zakai |
2013-10-10 | do not emit postSets for function indexing etc., bake them into the memory in... | Alon Zakai |
2013-10-10 | do not assert on output of numeric 0 from a js handler | Alon Zakai |
2013-10-08 | use ident in alloca intertype | Alon Zakai |
2013-10-03 | remove unneeded EMIT_GENERATED_FUNCTIONS | Alon Zakai |
2013-10-03 | emit final missing returns in compiler itself | Alon Zakai |
2013-10-02 | explicitly define setjmp helper vars | Alon Zakai |
2013-10-02 | when function is actually void, do not capture it's output even if llvm mista... | Alon Zakai |
2013-10-02 | optimize Math.x to Math_x | Alon Zakai |
2013-10-02 | define legalized bitshift vars explicitly | Alon Zakai |
2013-10-02 | add explicit var to indirectbr | Alon Zakai |
2013-10-02 | add explicit variable for invoke chunks | Alon Zakai |
2013-10-02 | add explicit vars for phi dependency breaks | Alon Zakai |
2013-10-02 | add explicit vars for illegal mathops and landingpad | Alon Zakai |
2013-10-02 | register phi variables in function | Alon Zakai |
2013-10-02 | chunk label init with the rest | Alon Zakai |
2013-10-02 | add final return in non-relooped asm.js output | Alon Zakai |
2013-10-02 | remove newlines from function line results, simplify joining them | Alon Zakai |
2013-10-02 | remove inter-function indentation | Alon Zakai |
2013-10-02 | remove whitespace after switch loop | Alon Zakai |
2013-10-02 | remove whitespace in call args | Alon Zakai |
2013-10-02 | remove unnecessary function param coercion parens | Alon Zakai |
2013-10-02 | bigger var chunks | Alon Zakai |