summaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)Author
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-15fix asm2g.test_the_bulletAlon Zakai
2013-11-15Move bullet library build code to runner.py so that it can be shared between ...Jukka Jylänki
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-14disable asm2x86.test_sqlite due to legalization error on llvm 3.3Alon Zakai
2013-11-14update test_pgoAlon Zakai
2013-11-12don't print anything in exit(); fixes #1791Alon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11test suite changes for f32 landing: enable float32_precise in all modes, disa...Alon Zakai
2013-11-10more precise float testingAlon Zakai
2013-11-09support inline asm comments; fixes #1766Alon Zakai
2013-11-09make asm2f do full optimization, including minificationAlon Zakai
2013-11-09test both float and double in fastaAlon Zakai
2013-11-08add asm2f test subsuiteAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai
2013-11-02regex implementation from musl.Bruce Mitchener
2013-11-01do not emit unnecessary coercions when calling a math builtin with a floatAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-11-01Merge pull request #1750 from juj/no_copy_vfs_to_heapjuj
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-11-01add vector support for and, or and xorAlon Zakai
2013-10-30handle vector zeroinitializersAlon Zakai
2013-10-30remove finalizeParam and properly use finalizeLLVMParameter everywhereAlon Zakai
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30improve simd testsAlon Zakai
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-29add asm1f test modeAlon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-29improve fasta float32 testingAlon Zakai
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-25add fasta_float testAlon Zakai
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it requires...Jukka Jylänki
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ...Alon Zakai
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-09remove no longer needed test disablingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-06enable asm validation checks in unistd tests using EM_ASMAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-10-03disable heap align check in test_files, it mixes poorly with closureAlon Zakai
2013-10-03emit final missing returns in compiler itselfAlon Zakai
2013-10-02move heap align checks to asm2g, keep -O1 pristineAlon Zakai