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
2013-09-03
updated unistd and fs_base tests to use new FS APIs
Anthony Pesch
2013-09-03
- added readFile and writeFile helpers
Anthony Pesch
2013-09-03
add extCall_* methods in asm dlopen support, parallel to invoke in that they ...
Alon Zakai
2013-09-03
abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORT
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
add some long double libc stubs
Alon Zakai
2013-09-03
handle the case of EXPORTED_FUNCTIONS=@
Alon Zakai
2013-09-03
assert guards against cross-module stack leaks
Alon Zakai
2013-09-03
remove obsolete header parsing code
Alon Zakai
2013-09-03
always keep malloc and free alive and exported, for internal use and other mo...
Alon Zakai
2013-09-03
add browser module test
Alon Zakai
2013-09-03
support -E in emcc
Alon Zakai
2013-09-03
free H_BASE on cleanup
Anthony Pesch
2013-09-03
do not eliminate supposedly stub functions in side modules, as they may be im...
Alon Zakai
2013-09-03
wip test_dlfcn_mallocs
Alon Zakai
2013-09-03
remove unneeded settings from DLOPEN_SUPPORT
Alon Zakai
2013-09-03
do no run cleanups on dlclose of self
Alon Zakai
2013-09-03
add test_dlfcn_funcs
Alon Zakai
2013-09-03
typo fix, index is in arguments[0]
Anthony Pesch
2013-09-03
fix cleanup code to not happen in main module
Alon Zakai
2013-09-03
clean up shared modules when dlclose()d
Alon Zakai
2013-09-03
do not require LINKABLE in DLOPEN_SUPPORT
Alon Zakai
2013-09-03
rename test
Alon Zakai
2013-09-03
move neededTables assignment to right place; fixes test_dlfcn_unique_sig
Alon Zakai
2013-09-03
clean up dlfcn tests
Alon Zakai
2013-09-03
fix test_dlfcn_unique_sig in non-asm
Alon Zakai
2013-09-03
fix non-asm dlfcn setup code
Alon Zakai
2013-09-03
use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forward
Alon Zakai
2013-09-03
added test_dlfcn_stack_forward
Anthony Pesch
2013-09-03
added dlopen test to test function pointers with signatures not found in the ...
Anthony Pesch
2013-09-03
fix asm validation of side modules
Alon Zakai
2013-09-03
fix test_dlfcn_self
Alon Zakai
2013-09-03
update test_dlfcn_varargs
Alon Zakai
2013-09-03
update test_dlfcn_varargs
Alon Zakai
2013-09-03
update test_dlfcn_alias
Alon Zakai
2013-09-03
update test_dlfcn_data_and_fptr
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
use function table offset for F_BASE_* in shared modules
Alon Zakai
2013-09-03
do not override Runtime methods with asm methods in side modules
Alon Zakai
2013-09-03
use addFunction in dlsym, and define F_BASE in side modules so they can run a...
Alon Zakai
2013-09-03
disable ALIASING_FUNCTION_POINTERS for DLOPEN_SUPPORT
Alon Zakai
2013-09-03
comment
Alon Zakai
2013-09-03
refactor test_dlfcn_qsort
Alon Zakai
2013-09-03
refactor dlfcn test code
Alon Zakai
2013-09-03
emit side module memory initializer in the right place; test_dlfcn_basic work...
Alon Zakai
2013-09-03
forward parent Module to side module
Alon Zakai
2013-09-03
do not emit static allocations in side modules
Alon Zakai
2013-09-03
track maximum function index when using dlopen support
Alon Zakai
2013-09-03
disable memory init file in test_dlfcn_basic
Alon Zakai
2013-09-03
enable test_dlfcn_basic for asm modules
Alon Zakai
[prev]
[next]