aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-26support for optional complete emulation in relooper1.7.9Alon Zakai
2013-12-26fix js libraries in fastcomp; fixes #1948Alon Zakai
2013-12-25ignore whitespace in relooper reftestsAlon Zakai
2013-12-25disable new test in fastcompAlon Zakai
2013-12-25better error on missing input files, fixes #1930Alon Zakai
2013-12-25properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...Alon Zakai
2013-12-25Merge pull request #1943 from volo-zyko/incomingjuj
2013-12-24disable a test requiring unaligned memory in fastcompAlon Zakai
2013-12-24remove outdated commentAlon Zakai
2013-12-24fix LEAVE_INPUTS_RAW in fastcompAlon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-24differentiate suffixes from endings in filename_type_ending as wellAlon Zakai
2013-12-24clearly differentiate suffixes from endings (dot + suffix) in emccAlon Zakai
2013-12-24Fixed small problems which exhibit themself when building projects with too m...Volo Zyko
2013-12-23do not link in dynamic libraries when compiling to bitcode in intermediate st...Alon Zakai
2013-12-23fix size limit in limit_size, necessary for s_0_0.test_safe_heapAlon Zakai
2013-12-23make eliminator not get confused by calls without a return but with a coercionAlon Zakai
2013-12-23don't get confused by temporary empty nodes when calculating assigns in the l...Alon Zakai
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-23improve fuzz test toolAlon Zakai
2013-12-22comment on how tempDoublePtr is optimizedAlon Zakai
2013-12-22do not use named globals in fastcompAlon Zakai
2013-12-21save each benchmark to a unique nameAlon Zakai
2013-12-21benchmark fastcompAlon Zakai
2013-12-21error on unsupported features in fastcompAlon Zakai
2013-12-21Update test other.test_demangle to pass after the previous commit which added...Jukka Jylänki
2013-12-20update browser.test_preload_fileAlon Zakai
2013-12-20fix emcc usage of file packagerAlon Zakai
2013-12-20update tests for recent file packager changesAlon Zakai
2013-12-20fix file packagerAlon Zakai
2013-12-20fuzz i64 math as wellAlon Zakai
2013-12-20do not force asm in fuzzerAlon Zakai
2013-12-20randomize opt level in csmith driverAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20Merge pull request #1922 from coolwanglu/embed_dot_filesAlon Zakai
2013-12-20Merge pull request #1635 from juj/emscripten_logAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20improve fuzz testcase runnerAlon Zakai
2013-12-20simplify ir for fastcomp after the autodebugger runsAlon Zakai
2013-12-20make fuzz tester executableAlon Zakai
2013-12-20csmith fixesAlon Zakai
2013-12-20Fix browser.test_emrun to utilize the EMSCRIPTEN_BROWSER env. variable like t...Jukka Jylänki
2013-12-20In browser.test_emrun, use --log_stdout and --log_stderr to capture run outpu...Jukka Jylänki
2013-12-20Improve emrun browser launch detach detection on linux. Shield log printing w...Jukka Jylänki
2013-12-20Fix potential race condition in emrun where the browser was spawned before th...Jukka Jylänki
2013-12-20Remove unneeded newline append in emrun when logging to file.Jukka Jylänki
2013-12-20Make emrun executable on linuxJukka Jylänki
2013-12-20Add verbose debug print to emrun exit to troubleshoot linux process hang issu...Jukka Jylänki
2013-12-20Remove bad print in emrun when the message that arrived out-of-sequence shoul...Jukka Jylänki