Age | Commit message (Expand) | Author |
2012-01-24 | do not check for corrections in makeSignOp if we are ignoring corrections | Alon Zakai |
2012-01-24 | add reminder | Alon Zakai |
2012-01-24 | fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s | Alon Zakai |
2012-01-23 | do not suppress child process output in emcc in DEBUG mode | Alon Zakai |
2012-01-23 | re-enable SAFE_HEAP in select tests when doing default, o1 or o2, to catch al... | Alon Zakai |
2012-01-23 | reminders | Alon Zakai |
2012-01-23 | fix test_linespecific | Alon Zakai |
2012-01-23 | emcc help fix | Alon Zakai |
2012-01-23 | fix tempDouble aliases | Alon Zakai |
2012-01-23 | comment | Alon Zakai |
2012-01-23 | unaligned loads and stores for floats and doubles | Alon Zakai |
2012-01-23 | refactor tempDouble to use space in normal memory, not a separate buffer | Alon Zakai |
2012-01-23 | todo | Alon Zakai |
2012-01-23 | fix unaligned reads | Alon Zakai |
2012-01-23 | fix typo | Alon Zakai |
2012-01-23 | support unaligned reads/writes in ta2; fixes test_cubescript | Alon Zakai |
2012-01-23 | remove test for old js profiler option | Alon Zakai |
2012-01-23 | fix test_pgo | Alon Zakai |
2012-01-23 | always include memcpy | Alon Zakai |
2012-01-23 | fix test_typeinfo | Alon Zakai |
2012-01-23 | simplify llvm opt picking code, and allow up to level 3 | Alon Zakai |
2012-01-23 | enable unsafe llvm opts in emcc | Alon Zakai |
2012-01-21 | do not generate annotations when disassembling bitcode | Alon Zakai |
2012-01-21 | test fixes | Alon Zakai |
2012-01-21 | skip tests that optimize bitcode, then pass to emcc which includes libcxx, be... | Alon Zakai |
2012-01-21 | EMCC_DEBUG info for library inclusion | Alon Zakai |
2012-01-21 | test fixes, and fail on trying to use q1 with libcxx | Alon Zakai |
2012-01-21 | modify llvm opt choices in test runner build, so it uses test case code modif... | Alon Zakai |
2012-01-21 | disable pruning of emcc -s opts from test runner - it's too buggy | Alon Zakai |
2012-01-21 | force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmalloc | Alon Zakai |
2012-01-21 | remove --optimize and --malloc from emscripten.py, since they are obsoleted b... | Alon Zakai |
2012-01-20 | fix bug with Settings.default values not including -O, so comparisons were wr... | Alon Zakai |
2012-01-20 | fix bug with missing keys in Settings.defaults | Alon Zakai |
2012-01-20 | remove dead function eliminator, which is no longer needed | Alon Zakai |
2012-01-20 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-20 | do not add unneeded -s 'es in test runner | Alon Zakai |
2012-01-20 | wipe the emscripten cache in benchmarks too | Alon Zakai |
2012-01-20 | turn on all CORRECT options for libcxx, just to be safe for now | Alon Zakai |
2012-01-20 | fix bug with atomic ops not marked as having side effects, so we eliminated t... | Alon Zakai |
2012-01-20 | autodebugger indender tool | Alon Zakai |
2012-01-20 | Merge pull request #178 from ehsan/babystep | Alon Zakai |
2012-01-20 | Unify the 2D and WebGL contexts | Ehsan Akhgari |
2012-01-20 | Merge pull request #179 from ehsan/make_runner_executable2 | Alon Zakai |
2012-01-20 | Add myself to the Authors file | Ehsan Akhgari |
2012-01-20 | Make the test runner script executable | Ehsan Akhgari |
2012-01-20 | Implement a few OpenGL functions for the baby-step demo | Ehsan Akhgari |
2012-01-20 | Load the GL library | Ehsan Akhgari |
2012-01-20 | Enable SDL to create a 2D or WebGL context depending on what the caller wants | Ehsan Akhgari |
2012-01-20 | Add glext.h | Ehsan Akhgari |
2012-01-19 | make the autodebugger also note when we enter functions | Alon Zakai |