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-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
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
[next]