index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
2013-01-14
fix test runner asm output
Alon Zakai
2013-01-14
tweak asm parse message
Alon Zakai
2013-01-14
print asm parsing to stderr
Alon Zakai
2013-01-14
log out whether code parsed as asm.js
Alon Zakai
2013-01-14
clear message when exception catching is disabled and an exception is thrown
Alon Zakai
2013-01-13
disable bigswitch test until relooper can support it
Alon Zakai
2013-01-13
add testcase with big switch for #781
Alon Zakai
2013-01-12
refactor use of asm in js optimizer
Alon Zakai
2013-01-11
fix test_emcc_caching
Alon Zakai
2013-01-11
stabilize test_firstrun
Alon Zakai
2013-01-11
fix test_safe_heap
Alon Zakai
2013-01-10
export memcpy in asm mode so non-asm library functions can use it
Alon Zakai
2013-01-10
disable memcpy-using tests in s_x_x, it requires emcc now
Alon Zakai
2013-01-10
call library aliases directly by their target name
Alon Zakai
2013-01-10
fix compiling of postrinsic memcpy when in forced c++ mode for the main file
Alon Zakai
2013-01-10
link in memcpy after opts and lto if it shows up only at that time
Alon Zakai
2013-01-09
fix test_sizeof
Alon Zakai
2013-01-09
fix test_fasta
Alon Zakai
2013-01-09
simplify test_lifetime
Alon Zakai
2013-01-09
modernize lua .ll and simplify test to not need EMCC_KEEP_INPUTS_RAW which ↵
Alon Zakai
is hackish
2013-01-09
let test runner output processor handle stdout and err separately
Alon Zakai
2013-01-09
fix test_emcc_caching
Alon Zakai
2013-01-09
mention asm.js'ing in benchmarks
Alon Zakai
2013-01-08
keep a coercion right on top of heap accesses in asm mode
Alon Zakai
2013-01-08
fix test_exceptions
Alon Zakai
2013-01-08
refactor networking code to start supporting multiple backends
Alon Zakai
2013-01-08
rename websockets tests
Alon Zakai
2013-01-07
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Alon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2013-01-07
disable EXCEPTION_DEBUG by default
Alon Zakai
2013-01-06
do not call run if dependencies are resolved but we were not supposed to ↵
Alon Zakai
call run in the first place
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-02
select()
Alon Zakai
2013-01-02
mkstemp
Alon Zakai
2013-01-01
deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵
Alon Zakai
instead
2013-01-01
remove unneeded KEEPALIVE in test_ccall
Alon Zakai
2012-12-31
update jcache test - without named globals, we generate smaller code and ↵
Alon Zakai
fewer chunks
2012-12-31
fix test runner ALL
Alon Zakai
2012-12-31
fix test_strings
Alon Zakai
2012-12-31
fix test_runtimelink_multi
Alon Zakai
2012-12-31
fix test_ccall
Alon Zakai
2012-12-31
disable non-optimized asm test suite
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
Conflicts: src/library_browser.js
2012-12-31
make browser fs api test robust
Alon Zakai
2012-12-31
some debugging for browser fs api test
Alon Zakai
2012-12-31
improve parsing of globals and types
Alon Zakai
2012-12-30
emscripten_async_wget_data
Alon Zakai
2012-12-30
fix mmap; fixes #769
Alon Zakai
2012-12-30
use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768
Alon Zakai
[next]