aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-01-27Don't run lli at all, and run llvm-nm if needed instead of itEhsan Akhgari
2012-01-27Make the test runner handle broken lli's correctlyEhsan Akhgari
lli on platforms such as Linux64 or Mac is broken, so it's best not to rely on it for running our tests on those platforms.
2012-01-27reminderAlon Zakai
2012-01-26ntohl etc.Alon Zakai
2012-01-26fix 2 phi bugs with multiple phis and self-refing phisAlon Zakai
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25Add tests for div() and sincos(), and also implement and test sincosfEhsan Akhgari
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2012-01-24add reminderAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-23re-enable SAFE_HEAP in select tests when doing default, o1 or o2, to catch ↵Alon Zakai
alignment bugs
2012-01-23remindersAlon Zakai
2012-01-23fix test_linespecificAlon Zakai
2012-01-23todoAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-23remove test for old js profiler optionAlon Zakai
2012-01-23fix test_pgoAlon Zakai
2012-01-23fix test_typeinfoAlon Zakai
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21test fixesAlon Zakai
2012-01-21skip tests that optimize bitcode, then pass to emcc which includes libcxx, ↵Alon Zakai
because pre-optimization can confuse the library includer
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-21modify llvm opt choices in test runner build, so it uses test case code ↵Alon Zakai
modifications that can affect llvm opts
2012-01-21force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmallocAlon Zakai
2012-01-20remove dead function eliminator, which is no longer neededAlon Zakai
2012-01-20Merge branch 'master' into libcxxAlon Zakai
2012-01-20wipe the emscripten cache in benchmarks tooAlon Zakai
2012-01-20fix bug with atomic ops not marked as having side effects, so we eliminated ↵Alon Zakai
them by mistake
2012-01-20Make the test runner script executableEhsan Akhgari
2012-01-19make the autodebugger also note when we enter functionsAlon Zakai
2012-01-19add LINKABLE in all dlfcn testsAlon Zakai
2012-01-19fix test runner bug with not having a current directoryAlon Zakai
2012-01-19fix test_emcc_cachingAlon Zakai
2012-01-19clean up libcxx testAlon Zakai
2012-01-18fix test_iostream codeAlon Zakai
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ↵Alon Zakai
main files that have things that shared libraries will access through an extern
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add test for dead code elimination, on libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18Add output to mmap testJeff Terrace
2012-01-18automatically use libcxx when neededAlon Zakai
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
2012-01-18refactor emcc caching testAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-17temporary alter test_iostream output to passAlon Zakai
2012-01-17get test_iostream almost to working stateAlon Zakai