aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-07-03add function pointers testAlon Zakai
2013-07-03fix test harnessAlon Zakai
2013-07-03refactor static link test and add todoAlon Zakai
2013-07-03fix relocation of global linkable variables, enable iostream module linking testAlon Zakai
2013-07-03refactor linking of importsAlon Zakai
2013-07-03testing for using libc in a side module, and forcing inclusion of libc making...Alon Zakai
2013-07-03finalize floats during relocation in side modulesAlon Zakai
2013-07-03testing for linking with mallocAlon Zakai
2013-07-03simplify heap initializer mergingAlon Zakai
2013-07-03prepare for libc++ linking testAlon Zakai
2013-07-03finish function table merging and enable testingAlon Zakai
2013-07-03wip test for merging function tablesAlon Zakai
2013-07-03apply replacements to module defs, and add testing for merging of overlapping...Alon Zakai
2013-07-03merge global initializersAlon Zakai
2013-07-03add optional header to test_static_linkAlon Zakai
2013-07-03fix memory initializer counting and add test for merging of two of themAlon Zakai
2013-07-03fix heap merging, add padding and offset adjustment, basic test passes in rev...Alon Zakai
2013-07-03begin work on memory relocationAlon Zakai
2013-07-03refactor testAlon Zakai
2013-07-03first working static linking testAlon Zakai
2013-07-03cleanupAlon Zakai
2013-07-03test improvementsAlon Zakai
2013-07-03refactor and calculate new importsAlon Zakai
2013-07-03start to parse asm modulesAlon Zakai
2013-07-03DISABLE_GL_EMULATION optionAlon Zakai
2013-07-03initial setupAlon Zakai
2013-07-02Fix and test for find_executable.Jez Ng
2013-07-01update testsAlon Zakai
2013-06-28Some tweaks to make CSmith easier to setup / debug.Jez Ng
2013-06-28fix browser tests with their own shellsAlon Zakai
2013-06-27disable test_zlib in s_0_xAlon Zakai
2013-06-27fix testsAlon Zakai
2013-06-27pass -s K=V values into test runner properlyAlon Zakai
2013-06-27fix test_asm_pgoAlon Zakai
2013-06-27fix test_autodebugAlon Zakai
2013-06-27now that we serialize the settings in the test runner's call to emcc on sourc...Alon Zakai
2013-06-27fix argument passing to emcc on src-to-bitcode in test runnerAlon Zakai
2013-06-27fix test_stackAlon Zakai
2013-06-27fix test_indirectbrAlon Zakai
2013-06-27fix test_openjpegAlon Zakai
2013-06-27forward only -Ox to source compilation in test runnerAlon Zakai
2013-06-27reduce debug output in test runner againAlon Zakai
2013-06-27add emcc args to source compilation step in test runnerAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...Alon Zakai
2013-06-27--llvm-lto 2 optionAlon Zakai
2013-06-27commented-out line for benchmark debuggingAlon Zakai
2013-06-27remove old commentAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai