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
/
src
/
jsifier.js
Age
Commit message (
Expand
)
Author
2012-12-07
fix return type detection in dynamic calls
Alon Zakai
2012-12-07
expose redirected library idents to asm
Alon Zakai
2012-12-07
do not add a global constant replaced with a library value and also a library...
Alon Zakai
2012-12-07
ignore varargs for asm param coercions
Alon Zakai
2012-12-07
fix bug with asm vars defs
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the outsid...
Alon Zakai
2012-12-07
fix asm initializers for int implemented
Alon Zakai
2012-12-07
move label definition and add initial value
Alon Zakai
2012-12-07
define local vars asm.js style
Alon Zakai
2012-12-07
asm.js function parameter preamble
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
fix merge error
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
work towards exports
Alon Zakai
2012-11-27
do not index globals referred to by name in library
Alon Zakai
2012-11-27
fix global indexing bugs
Alon Zakai
2012-11-27
do global indexing up front
Alon Zakai
2012-11-27
fix vtable null termination with indexed globals
Alon Zakai
2012-11-27
do not globalIndex externals
Alon Zakai
2012-11-27
correct indexed globals in structured constants
Alon Zakai
2012-11-27
fix assignment to indexed global
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-27
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
remove STRING_TABLE in preparation for better system to reduce # of globals
Alon Zakai
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...
Alon Zakai
2012-11-20
EXPORT_ALL option
Alon Zakai
2012-11-19
fix separator in atomic ops; fixes #722
Alon Zakai
2012-11-15
emit libraries and globals in pre phase, which needs to parse globals anyhow,...
Alon Zakai
2012-11-13
headless option
Alon Zakai
2012-11-12
handle byval varargs; fixes #705
Alon Zakai
2012-11-09
improve LABEL_DEBUG
Alon Zakai
2012-11-09
cleanup
Alon Zakai
2012-11-09
fix bug with line cleanup
Alon Zakai
2012-11-09
remove unneeded lines in output
Alon Zakai
2012-11-09
fix switch relooping with multiple identical targets
Alon Zakai
2012-11-09
support invoke in new relooper; fix branch code generation; generate emulated...
Alon Zakai
2012-11-08
ignore resume
Alon Zakai
2012-11-08
handle switch with new relooper
Alon Zakai
2012-11-08
ignore unreachable
Alon Zakai
2012-11-08
rename __label__ => label
Alon Zakai
2012-11-08
render phis in new relooper
Alon Zakai
2012-11-08
start to send proper data to relooper
Alon Zakai
2012-11-08
initial hacking
Alon Zakai
2012-11-06
remove now-unneeded currFunctions
Alon Zakai
2012-11-06
generate indexedFunctions in pre, and give it the information to do so
Alon Zakai
2012-11-06
fix printing of GENERATED_FUNCTIONS
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
[next]