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-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
2013-03-06
more log output in failed emscripten subprocesses
Alon Zakai
2013-03-05
limit output in error message
Alon Zakai
2013-03-05
run compiler engine in src/
Alon Zakai
2013-03-04
Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...
Chad Austin
2013-03-04
Don't change cwd when running compiler.js. This allows us to use relative pa...
Chad Austin
2013-03-04
Fix a stupid error that broke emcc
Chad Austin
2013-03-04
the compiler does not need to run with a modified cwd
Chad Austin
2013-03-04
Only load tools.shared if it's necessary to compute a default. Now emscripte...
Chad Austin
2013-03-04
make it possible to manually specify a temp directory when running emscripten.py
Chad Austin
2013-03-04
emscripten.py no longer globally depends on tools.shared
Chad Austin
2013-03-04
Break two more emscripten.py dependencies on tools.shared
Chad Austin
[next]