Age | Commit message (Expand) | Author |
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-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 |
2013-10-01 | disable some recently-changed tests in modes where they need inline js or emcc | Alon Zakai |
2013-09-30 | update unistd tests to run only on node | Alon Zakai |
2013-09-30 | run test_fs_nodefs_rw only in node | Alon Zakai |
2013-09-29 | - append to Building.COMPILER_TEST_OPTS for unistd tests | Anthony Pesch |
2013-09-29 | - added basic nodefs r/w test | Anthony Pesch |
2013-09-27 | - updated several unistd tests to test against NODEFS | Anthony Pesch |
2013-09-25 | Fix #1668: whiteSpace in _scanString should use only char codes as keys not c... | ngld |
2013-09-25 | Add test case for zero multiplication. | Bruce Mitchener |
2013-09-24 | do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 | Alon Zakai |
2013-09-23 | do not leak emcc args changes in test_cases | Alon Zakai |
2013-09-23 | asm coerce in atomicrmw; fixes #1637 | Alon Zakai |
2013-09-18 | generate valid code for segfaulting loads, not assignless aborts | Alon Zakai |
2013-09-18 | Add a test and myself to AUTHORS. | ngld |
2013-09-16 | Merge pull request #1618 from sbalko/incoming | Alon Zakai |
2013-09-13 | Skip test_math unless using ta2 | Bruce Mitchener |
2013-09-13 | Enable %[] pattern in scanf | Soeren Balko |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai |
2013-09-11 | Merge pull request #1613 from juj/inline_asm_testcase | Alon Zakai |
2013-09-11 | test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake | Alon Zakai |
2013-09-11 | build both configure and cmake versions of bullet, so the cache does not mix ... | Alon Zakai |
2013-09-11 | Merge pull request #1610 from juj/fix_bullet | Alon Zakai |
2013-09-11 | Skip asm2x86.test_utf32 since test_utf32 uses inline asm. | Jukka Jylänki |
2013-09-11 | Add new unit test for inline asm syntax passing through input variables to ou... | Jukka Jylänki |
2013-09-11 | Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use... | Jukka Jylänki |
2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves s... | Alon Zakai |
2013-09-10 | Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t... | Jukka Jylänki |
2013-09-10 | Skip test_utf32 when on s_0_x since they don't link in libc, and the code rel... | Jukka Jylänki |
2013-09-10 | Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)... | Jukka Jylänki |
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
2013-09-05 | Merge pull request #1581 from inolen/rwfile | Alon Zakai |
2013-09-04 | longjmp test across asm modules | Alon Zakai |