Age | Commit message (Expand) | Author |
2013-03-12 | write strcpy in asm and add some testing | Alon Zakai |
2013-03-12 | make test_sdl_audio_mix report a result | Alon Zakai |
2013-03-12 | update test_chunking | Alon Zakai |
2013-03-12 | support -s KEY=@PATH in emcc, for very large settings values | Alon Zakai |
2013-03-11 | add ASSERTIONS to asm2g, and fix assertions for asm | Alon Zakai |
2013-03-11 | make pgo output work in asm.js | Alon Zakai |
2013-03-11 | add testcase for issue 944 | Alon Zakai |
2013-03-11 | Merge pull request #936 from michaeljbishop/add-mix-reservechannels | Alon Zakai |
2013-03-10 | add testcase | Alon Zakai |
2013-03-10 | legalize truncs from legal values into illegal values | Alon Zakai |
2013-03-10 | --save-bc option | Alon Zakai |
2013-03-10 | larger pgo test, with asm measurements | Alon Zakai |
2013-03-10 | function pointer support in PGO | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-10 | adjust csmith driver timeout | Alon Zakai |
2013-03-10 | disable inlining in sqlite with asm in debug mode | Alon Zakai |
2013-03-10 | disable test_sscanf and test_strtod in s_x_x | Alon Zakai |
2013-03-10 | disable getopt tests in s_x_x | Alon Zakai |
2013-03-10 | save asm validation errors and continue, in fuzzer | Alon Zakai |
2013-03-09 | Merge branch 'asm_minifier' into incoming | Alon Zakai |
2013-03-09 | update test_emcc | Alon Zakai |
2013-03-09 | use minified names in registerize for locals | Alon Zakai |
2013-03-09 | add testing for asm_js minification/registerization | Alon Zakai |
2013-03-09 | update test_emcc | Alon Zakai |
2013-03-09 | update test_chunking | Alon Zakai |
2013-03-09 | improve non-asm parsing of generated functions area to be identical in EMCC_D... | Alon Zakai |
2013-03-09 | asm2g fix | Alon Zakai |
2013-03-09 | add asm2g test pass for asm -O2 -g | Alon Zakai |
2013-03-09 | test for asm minifier sizes | Alon Zakai |
2013-03-08 | make sure we use a C compiler to build libc. fixes #937, #938 | Alon Zakai |
2013-03-08 | Added test and fixed bugs exposed by the test. | Michael Bishop |
2013-03-08 | Added test that tests the basic functionality of SDL_Mixer including pausing ... | Michael Bishop |
2013-03-08 | deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1 | Alon Zakai |
2013-03-08 | disable test_openjpeg in s_x_x | Alon Zakai |
2013-03-07 | Merge pull request #930 from waywardmonkeys/update-catch-undef | Alon Zakai |
2013-03-07 | support llvm_ctpop_*; fixes #918 | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | add test for animation in FULL_ES2 | Alon Zakai |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | assert on no variable name collisions for #923 | Alon Zakai |
2013-03-06 | Merge pull request #929 from waywardmonkeys/remove-test-Os | Alon Zakai |
2013-03-06 | Merge pull request #848 from manuels/incoming | Alon Zakai |
2013-03-06 | update csmith driver | Alon Zakai |
2013-03-07 | Implement llabs(). | Bruce Mitchener |
2013-03-06 | -fcatch-undefined-behavior is deprecated. | Bruce Mitchener |
2013-03-06 | Remove test_Os now that emcc supports -Os. | Bruce Mitchener |
2013-03-05 | make -Os like -O2 but also disable inlining | Alon Zakai |
2013-03-05 | do not break on call/invoke to undef; fixes #914 | Alon Zakai |
2013-03-05 | handle invoke to setjmp | Alon Zakai |
2013-03-05 | Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj... | Alon Zakai |