index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2013-10-21
Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed...
Jukka Jylänki
2013-10-21
Skip failing test_unistd_links test with NODEFS on Windows, since it requires...
Jukka Jylänki
2013-10-19
update other.test_toobig
Alon Zakai
2013-10-18
fix simd math operations and improve test
Alon Zakai
2013-10-18
improve simd2 test
Alon Zakai
2013-10-18
add test_simd2
Alon Zakai
2013-10-18
add -O2 to simd test
Alon Zakai
2013-10-18
add test target
Alon Zakai
2013-10-17
is SP is not defined in linpack, default to DP
Alon Zakai
2013-10-16
add more necessary unistd clear()s
Alon Zakai
2013-10-16
Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...
Alon Zakai
2013-10-16
Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Alon Zakai
2013-10-15
disable test_iostream in non-ta2, where the mem initializer being aliased is ...
Alon Zakai
2013-10-15
avoid spidermonkey in test_files due to closure collision
Alon Zakai
2013-10-15
update test_emcc
Alon Zakai
2013-10-15
add some clear()s to unistd tests that need them
Alon Zakai
2013-10-15
removed comment in src/shell.js and explicitly called run_js with engine=NODE...
Fraser Adams
2013-10-14
properly parse ctors fully; fixes #1155
Alon Zakai
2013-10-14
use proper separator in va_argHandler; fixes #1705
Alon Zakai
2013-10-14
Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming
Alon Zakai
2013-10-14
Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming
Alon Zakai
2013-10-13
demangle arrays
Alon Zakai
2013-10-13
add remaining basic demangle types
Alon Zakai
2013-10-13
more demangle testing
Alon Zakai
2013-10-13
demangle references
Alon Zakai
2013-10-13
Fixed a few warnings in cubegeom tests
Rémi Papillié
2013-10-12
demangle stacks in abort(), using new stackTrace utility
Alon Zakai
2013-10-12
properly demangle cxxabi craziness
Alon Zakai
2013-10-12
refactor out parsing of nested demangled runs
Alon Zakai
2013-10-12
support demangling const
Alon Zakai
2013-10-12
demangle basic templates
Alon Zakai
2013-10-12
demangle some templates
Alon Zakai
2013-10-12
work towards demangling of templates
Alon Zakai
2013-10-12
demangle basic params
Alon Zakai
2013-10-12
avoid crash in demangler with special operators
Alon Zakai
2013-10-11
use full params when legalizing phis, not just their idents; fixes #1702
Alon Zakai
2013-10-11
Fixes bug when renaming a directory into a subdirectory.
Michael Bishop
2013-10-11
C++ demangle helper
Alon Zakai
2013-10-10
do not emit postSets for function indexing etc., bake them into the memory in...
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-09
remove no longer needed test disabling
Alon Zakai
2013-10-09
use aliasing function pointers in -O1
Alon Zakai
2013-10-09
update other.test_chunking
Alon Zakai
2013-10-09
avoid X-(-Y) in js optimizer; fixes #1685
Alon Zakai
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-10-08
Merge pull request #1689 from juj/fix_gl_uniform_arrays
juj
2013-10-08
Disable the uniform array test by default.
Jukka Jylänki
2013-10-08
Add unit test for GLES2 uniform arrays.
Jukka Jylänki
2013-10-06
enable asm validation checks in unistd tests using EM_ASM
Alon Zakai
2013-10-06
make EM_ASM use strings on the heap, so it works in asm, and cache the genera...
Alon Zakai
[next]