Age | Commit message (Expand) | Author |
2012-01-27 | first working part of legalizing stores | Alon Zakai |
2012-01-27 | test fixes | Alon Zakai |
2012-01-27 | add testcase for legalizer | Alon Zakai |
2012-01-27 | option for _ta2 in test_cases which is only run in ta2 | Alon Zakai |
2012-01-27 | reminder | Alon Zakai |
2012-01-26 | fix 2 phi bugs with multiple phis and self-refing phis | Alon Zakai |
2012-01-25 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-25 | update tests to look for .a instead of .a.bc | Alon Zakai |
2012-01-24 | fix some i64 printing rounding errors | 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 | 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 | todo | 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 | fix test_typeinfo | Alon Zakai |
2012-01-23 | simplify llvm opt picking code, and allow up to level 3 | 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 | 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 | force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmalloc | 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 | wipe the emscripten cache in benchmarks too | 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 | Make the test runner script executable | Ehsan Akhgari |
2012-01-19 | make the autodebugger also note when we enter functions | Alon Zakai |
2012-01-19 | add LINKABLE in all dlfcn tests | Alon Zakai |
2012-01-19 | fix test runner bug with not having a current directory | Alon Zakai |
2012-01-19 | fix test_emcc_caching | Alon Zakai |
2012-01-19 | clean up libcxx test | Alon Zakai |
2012-01-18 | fix test_iostream code | Alon Zakai |
2012-01-18 | move libc++ new into dlmalloc in terms of emcc library autolinking | Alon Zakai |
2012-01-18 | move dlmalloc to system/lib | Alon Zakai |
2012-01-18 | LINKABLE options, disabling dead code elimination for shared libraries and ma... | Alon Zakai |
2012-01-18 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-18 | add test for dead code elimination, on libcxx | Alon Zakai |
2012-01-18 | mman.h header fix | Alon Zakai |
2012-01-18 | Add output to mmap test | Jeff Terrace |
2012-01-18 | automatically use libcxx when needed | Alon Zakai |
2012-01-18 | Add a test for mmap using MAP_ANON | Jeff Terrace |
2012-01-18 | refactor emcc caching test | Alon Zakai |
2012-01-17 | cache for dlmalloc and soon libc++ | Alon Zakai |
2012-01-17 | temporary alter test_iostream output to pass | Alon Zakai |
2012-01-17 | get test_iostream almost to working state | Alon Zakai |