Age | Commit message (Expand) | Author |
2013-02-20 | build base type_info class with libcxxabi, fixes #862 | Alon Zakai |
2013-02-20 | vertex array object support in gl emulation | Alon Zakai |
2013-02-19 | support realloc in corruption checker | Alon Zakai |
2013-02-19 | handle malloc(0) and free(0) in corruption checker | Alon Zakai |
2013-02-19 | hardcode arguments in benchmark js files, for easier debugging on them | Alon Zakai |
2013-02-19 | fix test_debug | Alon Zakai |
2013-02-19 | remove unneeded sign correction from dlmalloc benchmark | Alon Zakai |
2013-02-18 | run closure in -O3, it makes sense there with the other unsafe optimizations | Alon Zakai |
2013-02-18 | fix test_closure_compiler | Alon Zakai |
2013-02-18 | remove LLVM debug info in -O1+, since the optimizer removes it anyhow | Alon Zakai |
2013-02-18 | fix test_emcc | Alon Zakai |
2013-02-17 | improve corruption checks | Alon Zakai |
2013-02-17 | memory corruption checker | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-02-17 | another gl workaround | Alon Zakai |
2013-02-17 | remove no longer needed --closure 0 from some tests | Alon Zakai |
2013-02-17 | default closure to off in all optimization levels - we rely on registerize fo... | Alon Zakai |
2013-02-13 | prepare jpeg as well as jpg | Alon Zakai |
2013-02-10 | force inputs to inttoptr to be i32 if they are i64; fixes #827 | Alon Zakai |
2013-02-08 | gles workaround | Alon Zakai |
2013-02-07 | commented out explicit_zext in benchmarks | Alon Zakai |
2013-02-06 | Merge pull request #834 from caiiiycuk/test_memmove | Alon Zakai |
2013-02-06 | support packed attributes in gl emulation code, perform restriding manually | Alon Zakai |
2013-02-06 | use Math.imul in benchmarks | Alon Zakai |
2013-02-06 | fix gluPerspective and add test | Alon Zakai |
2013-02-06 | test for issue #838 | Alon Zakai |
2013-02-06 | Test for memmove | Aleksander Guryanov |
2013-02-05 | fix memmove bug and add testing | Alon Zakai |
2013-02-04 | Merge pull request #821 from caiiiycuk/recv_test | Alon Zakai |
2013-02-04 | remove test_pgo | Alon Zakai |
2013-02-03 | Merge pull request #825 from juj/std | Alon Zakai |
2013-02-03 | improve eliminator test flexibility, fixes #822 | Alon Zakai |
2013-02-03 | fix reps printing in benchmarks | Alon Zakai |
2013-02-02 | fix memcpy | Alon Zakai |
2013-02-01 | Merge pull request #819 from waywardmonkeys/fix-test-longjmp | Alon Zakai |
2013-02-02 | In test runner, don't pass -std=c++03 when building .c files. | Jukka Jylänki |
2013-02-01 | Add a unit test that checks that user is able to specify a custom -std= flag ... | Jukka Jylänki |
2013-02-01 | Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ... | Jukka Jylänki |
2013-02-01 | Add a unit test that checks that all platforms are building C++03 code by def... | Jukka Jylänki |
2013-02-01 | Fix test_llvmswitch to be valid C++11 code. Using an unsigned type would caus... | Jukka Jylänki |
2013-02-01 | Test for recv (partial) | Aleksander Guryanov |
2013-02-01 | Variables live across a setjmp/lj must be volatile. | Bruce Mitchener |
2013-02-01 | Support GC_get_heap_size(). | Bruce Mitchener |
2013-02-01 | Add support for GC_REALLOC(). | Bruce Mitchener |
2013-02-01 | Add GC support for GC_MALLOC_UNCOLLECTABLE. | Bruce Mitchener |
2013-01-30 | Add automation for sdl palette test | Aleksander Guryanov |
2013-01-28 | adjust life benchmark | Alon Zakai |
2013-01-26 | fix sockaddr_storage and sockaddr_in | Alon Zakai |
2013-01-26 | fix stack rewinding bug, and add life test and benchmark | Alon Zakai |