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
/
emscripten.py
Age
Commit message (
Expand
)
Author
2013-09-10
EMCC_STDERR_FILE option, to log stderr in js compiler to a file
Alon Zakai
2013-09-09
mark side modules as not valid asm.js, for now; #1577
Alon Zakai
2013-09-08
track if there is inline js, and if so do not mark as valid asm.js
Alon Zakai
2013-09-03
add extCall_* methods in asm dlopen support, parallel to invoke in that they ...
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
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
fix asm validation of side modules
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
track maximum function index when using dlopen support
Alon Zakai
2013-08-21
remove some function indentation in asm.js block
Alon Zakai
2013-08-16
pick up function indexing that only happens in pre
Alon Zakai
2013-08-11
experimental toFloat32 option
Alon Zakai
2013-08-08
Refactor a dictionary comprehension for Python 2.6 compatibility.
Nick Bray
2013-08-08
Merge pull request #1403 from imvu/scons-updates-pull-request
Alon Zakai
2013-07-24
fix EXPORT_ALL in asm mode
Alon Zakai
2013-07-17
avoid importing shared from emscripten.py if possible
Chad Austin
2013-07-17
Improve error message to better describe a user error with positional arguments.
Jukka Jylanki
2013-07-15
Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-15
Merge pull request #1357 from int3/keyboard-interrupt
Alon Zakai
2013-07-11
Account for newlines.
Jez Ng
2013-07-11
Filter out unnamed_addr globals from symbol table.
Jez Ng
2013-07-11
Implement self-dlopen.
Jez Ng
2013-07-10
Don't throw KeyboardInterrupt from a child process.
Jez Ng
2013-07-08
Remove semicolons from Python code.
Jez Ng
2013-07-03
move runPostSets into asm module
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
refactor invoke generation and add missing invokes when linking
Alon Zakai
2013-06-20
asmify copyTempFloat|Double
Alon Zakai
2013-06-18
reduce error to warning on having no functions
Alon Zakai
2013-06-08
raise an error if no functions were left to process
Alon Zakai
2013-05-16
fix dyncalls in closure+asm and use closure in benchmarks
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-15
fix separate table function pointer initial value
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
remove obsolete comment
Alon Zakai
2013-05-15
handle the case of no function tables with aliasing function pointers
Alon Zakai
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-15
option to alias function pointer indexes across types
Alon Zakai
2013-05-06
make sure function table size for empty tables is the right power of two
Alon Zakai
2013-05-05
generate empty function tables of proper size
Alon Zakai
2013-05-02
Add a benchmark for calling from C++ into JS via interfaces
Chad Austin
2013-04-29
fix stackAlloc in asm for le32
Alon Zakai
2013-04-28
do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp
Alon Zakai
2013-04-25
informative error on bad function pointer call with ASSERTIONS=1
Alon Zakai
[next]