Age | Commit message (Expand) | Author |
2014-01-13 | Handle negative zero values correctly. | Bruce Mitchener |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai |
2014-01-07 | properly overflow gep arguments; fixes #1975 | Alon Zakai |
2014-01-06 | preprocess recursively into #include's; fixes #1984 | Alon Zakai |
2014-01-06 | ignore new readonly attribute in llvm 3.4 | Alon Zakai |
2014-01-06 | ignore new readnone attribute in llvm 3.4 | Alon Zakai |
2014-01-02 | support #include x.js in our preprocessed js sources | Alon Zakai |
2013-12-03 | fix memset return value in makeSetValues | Alon Zakai |
2013-11-26 | getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis... | Heidi Pan |
2013-11-26 | parse hex floats in vector literals | Alon Zakai |
2013-11-14 | ensure a >>> coercion on unsigned comparisons, even if the input is an i29 wh... | Alon Zakai |
2013-11-14 | handle odd types like i24 in makeSignOp, fixes asm1.test_fuzz on llvm 3.3 | Alon Zakai |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-11 | coerce to double before converting a float to an i64 | Alon Zakai |
2013-11-09 | support inline asm comments; fixes #1766 | Alon Zakai |
2013-11-09 | fix ensureDot logic | Alon Zakai |
2013-11-08 | emit proper large float constants when js opts are to be run | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-04 | add missing parens for select mathop | 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-11-01 | add vector support for and, or and xor | Alon Zakai |
2013-10-30 | handle vector zeroinitializers | Alon Zakai |
2013-10-30 | remove finalizeParam and properly use finalizeLLVMParameter everywhere | Alon Zakai |
2013-10-30 | use proper base type when finalizing vectors | Alon Zakai |
2013-10-30 | fix negative zero handling | Alon Zakai |
2013-10-30 | simplify parseParamTokens now that it uses parseLLVMSegment | Alon Zakai |
2013-10-30 | make parseParamTokens use parseLLVMSegment | Alon Zakai |
2013-10-30 | handle more return types in getReturnType | Alon Zakai |
2013-10-30 | optimize isIllegalType | Alon Zakai |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-29 | fix uitofp of i64 to float32 | Alon Zakai |
2013-10-29 | ensure a dot in large float32 constants | Alon Zakai |
2013-10-29 | clean up simd code, fix uint32x4 heap offsets, and add testing | Alon Zakai |
2013-10-29 | handle vector types in calcAllocatedSize | 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 | fix splitI64 use of float instead of double | Alon Zakai |
2013-10-25 | do not mangle hex float constants in function calls | Alon Zakai |
2013-10-25 | simplify auto-return adding code, and make it generic so it can handle floats... | Alon Zakai |
2013-10-25 | use float temporary in makeIsNaN when relevant | Alon Zakai |
2013-10-25 | properly apply fround to all float constants, even if they are fractions and ... | Alon Zakai |
2013-10-25 | respect fround in fptrunc/ext | Alon Zakai |
2013-10-25 | simplify fround initializer | Alon Zakai |
2013-10-25 | fix int to float conversions to differentiate float from double | Alon Zakai |
2013-10-25 | fround on numerical constants, and fix some related parse issues | Alon Zakai |
2013-10-25 | use fround in asm initializers and coercions | Alon Zakai |
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-18 | avoid allocating huge lists for [BIGNUM x type] types | Alon Zakai |
2013-10-18 | fix simd math operations and improve test | Alon Zakai |