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-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
2013-04-25
debugging text cleanup
Alon Zakai
2013-04-19
support for Runtime.addFunction in asm.js
Alon Zakai
2013-04-18
throw in longjmp, do not overwrite previous throw data in setThrew, and enabl...
Alon Zakai
2013-04-18
setjmp support for asm.js
Alon Zakai
2013-04-16
Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Alon Zakai
2013-04-14
use compiled i64 div and rem
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-14
add option to move elements from post into before the asm block
Alon Zakai
2013-04-14
asmify ctlz/cttz
Alon Zakai
2013-04-14
add handwritten asm i64Subtract
Alon Zakai
2013-04-14
remove i64Math_add
Alon Zakai
2013-04-13
remove unneeded i64Math.add import to asm
Alon Zakai
2013-04-11
infrastructure for supporting exceptions in asm.js, by going through invoke_*...
Alon Zakai
2013-04-12
Don't trigger 1-core assert when there are no chunks to work on.
Joe Lee
2013-04-11
implement contents of invoke_*
Alon Zakai
2013-04-11
autogenerate invoke_* functions for asm
Alon Zakai
2013-04-11
refactor emscripten.py ll splitting
Alon Zakai
2013-04-11
remove unneeded variable
Alon Zakai
2013-04-11
Remove the unwanted abstraction that callee is allowed to autodelete a respon...
Jukka Jylänki
2013-04-11
Extend the use of response files to cover the case when emcc invokes emscript...
Jukka Jylänki
2013-04-09
fix handling of blockaddresses > 255 in the new unified memory initializer wo...
Alon Zakai
2013-04-04
pre-apply {{{ FI_* }}} as well
Alon Zakai
2013-04-04
split function table indexings into 4 Uint8 when in the singleton global allo...
Alon Zakai
2013-04-04
Make get_configuration() a global.
Bruce Mitchener
2013-03-30
do not concatenate funcs_js parts, keep them separate
Alon Zakai
2013-03-27
There's no configuration global now.
Bruce Mitchener
2013-03-20
do not save broken pre output to jcache
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-14
move dynamic 64-bit shifts into asm library calls
Alon Zakai
2013-03-13
optimize memory use of funcs_js in emscripten.py
Alon Zakai
2013-03-12
use memory a little more efficiently in emscripten.py
Alon Zakai
2013-03-12
infrastructure for implementing i64 math in asm.js, and implement i64Add and ...
Alon Zakai
2013-03-11
add debug logging in emscripten.py of text sizes
Alon Zakai
2013-03-10
add 'progress' updates from multicore operations in emcc
Alon Zakai
2013-03-08
split out asm shell in js optimizer, in preparation for minification of globals
Alon Zakai
2013-03-08
add explicit markers in generated code of where functions and asm are
Alon Zakai
[next]