Age | Commit message (Expand) | Author |
2013-11-15 | ignore llvm ir fast-math notation; fixes #1762 | Alon Zakai |
2013-11-15 | fix asm2g.test_the_bullet | Alon Zakai |
2013-11-15 | Move bullet library build code to runner.py so that it can be shared between ... | Jukka Jylänki |
2013-11-14 | Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6 | Alon Zakai |
2013-11-14 | disable asm2x86.test_sqlite due to legalization error on llvm 3.3 | Alon Zakai |
2013-11-14 | update test_pgo | Alon Zakai |
2013-11-12 | don't print anything in exit(); fixes #1791 | Alon Zakai |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-11 | test suite changes for f32 landing: enable float32_precise in all modes, disa... | Alon Zakai |
2013-11-10 | more precise float testing | Alon Zakai |
2013-11-09 | support inline asm comments; fixes #1766 | Alon Zakai |
2013-11-09 | make asm2f do full optimization, including minification | Alon Zakai |
2013-11-09 | test both float and double in fasta | Alon Zakai |
2013-11-08 | add asm2f test subsuite | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-05 | support ASM_JS=2 not just in test runner, and remove some unneeded uses in te... | Alon Zakai |
2013-11-02 | regex implementation from musl. | Bruce Mitchener |
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 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj |
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory foo... | Jukka Jylänki |
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 | begin to add emscripten_float32x4_signmask | Alon Zakai |
2013-10-30 | improve simd tests | Alon Zakai |
2013-10-30 | fix missing semicolons on simd load and store | Alon Zakai |
2013-10-29 | add asm1f test mode | Alon Zakai |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-29 | improve fasta float32 testing | Alon Zakai |
2013-10-29 | optimize scanString to not run the regex more than once | Alon Zakai |
2013-10-27 | Fix an issue with Boost compilation. | Bruce Mitchener |
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-25 | add fasta_float test | Alon Zakai |
2013-10-24 | handle empty inline asms; fixes #1729 | Alon Zakai |
2013-10-21 | Skip failing test_unistd_links test with NODEFS on Windows, since it requires... | Jukka Jylänki |
2013-10-16 | add more necessary unistd clear()s | Alon Zakai |
2013-10-15 | disable test_iostream in non-ta2, where the mem initializer being aliased is ... | Alon Zakai |
2013-10-15 | avoid spidermonkey in test_files due to closure collision | Alon Zakai |
2013-10-15 | add some clear()s to unistd tests that need them | Alon Zakai |
2013-10-12 | demangle stacks in abort(), using new stackTrace utility | Alon Zakai |
2013-10-10 | do not emit postSets for function indexing etc., bake them into the memory in... | Alon Zakai |
2013-10-09 | remove no longer needed test disabling | Alon Zakai |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai |
2013-10-06 | enable asm validation checks in unistd tests using EM_ASM | Alon Zakai |
2013-10-06 | make EM_ASM use strings on the heap, so it works in asm, and cache the genera... | Alon Zakai |
2013-10-03 | disable heap align check in test_files, it mixes poorly with closure | Alon Zakai |
2013-10-03 | emit final missing returns in compiler itself | Alon Zakai |
2013-10-02 | move heap align checks to asm2g, keep -O1 pristine | Alon Zakai |