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
Age
Commit message (
Expand
)
Author
2012-12-03
ignore argument after -I -L for purposes of input detection in emcc
Alon Zakai
2012-11-30
Merge pull request #734 from dinibu/incoming
Alon Zakai
2012-11-30
Fixed embind for non-void non-const class methods (with test).
Dominic Wong
2012-11-28
fix sprintf
Alon Zakai
2012-11-28
Merge pull request #731 from juj/print_benchmark_errors
Alon Zakai
2012-11-28
Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ...
Jukka Jylänki
2012-11-28
Improve test runner build_native and run_native functions to output detailer ...
Jukka Jylänki
2012-11-27
disable tests not working without named globals
Alon Zakai
2012-11-27
avoid overhead in named globals builds
Alon Zakai
2012-11-27
do not index globals referred to by name in library
Alon Zakai
2012-11-27
llvm global ctors is not indexable
Alon Zakai
2012-11-27
update test_cases/gepoverflow
Alon Zakai
2012-11-27
fix global indexing bugs
Alon Zakai
2012-11-27
fix alias precheck
Alon Zakai
2012-11-27
do global indexing up front
Alon Zakai
2012-11-27
fix vtable null termination with indexed globals
Alon Zakai
2012-11-27
do not globalIndex externals
Alon Zakai
2012-11-27
correct indexed globals in structured constants
Alon Zakai
2012-11-27
external globals and not indexable
Alon Zakai
2012-11-27
fix assignment to indexed global
Alon Zakai
2012-11-27
fix test_cases_subnums
Alon Zakai
2012-11-27
always use names for aliases
Alon Zakai
2012-11-27
notice type of aliases when no named globals
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-27
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Alon Zakai
2012-11-27
avoid unnecessary disk IO in test_gcc_unmangler
Alon Zakai
2012-11-26
use hashlib instead of md5
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
remove STRING_TABLE in preparation for better system to reduce # of globals
Alon Zakai
2012-11-24
fix snprintf on output size 0
Alon Zakai
2012-11-23
Merge pull request #717 from juj/test_compile_fail
Alon Zakai
2012-11-23
fix test_failure_error_code
Alon Zakai
2012-11-23
Merge pull request #714 from juj/test_fail
Alon Zakai
2012-11-23
assert on string operations not exceeding memory
Alon Zakai
2012-11-23
fix fmin
Alon Zakai
2012-11-23
fix sscanf n bug, fixes #727
Alon Zakai
2012-11-23
jcache docs
Alon Zakai
2012-11-23
fix glBufferSubData
Alon Zakai
2012-11-23
fix socket.h
Alon Zakai
2012-11-22
Merge pull request #726 from xxuejie/incoming
Alon Zakai
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...
Alon Zakai
2012-11-22
fix o2.test_openjpeg
Alon Zakai
2012-11-22
don't emit debug info that confuses o2.test_openjpeg
Alon Zakai
2012-11-22
notice generated functions with $ in them
Alon Zakai
2012-11-22
fix test_js_optimizer
Alon Zakai
2012-11-22
drand48
Alon Zakai
2012-11-22
fix bug in js optimizer on closured data
Alon Zakai
2012-11-22
test for mixed jcache results
Alon Zakai
2012-11-22
forward only the actually necessary data between emscript phases
Alon Zakai
2012-11-22
add timing info in emscript
Alon Zakai
[next]