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-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
2012-10-19
emit unreachable throws only in ASSERTIONS mode
Alon Zakai
2012-10-17
improve runtimelink handling of function aliases
Alon Zakai
2012-10-11
make runtimelink work in the browser
Alon Zakai
2012-09-26
Add emcc option "--split <size>" to split javascript file.
Lars Schneider
2012-09-25
Define and document SHELL_FILE in settings.js
Chad Austin
2012-09-25
Fix a crash when invoking emcc without a shell file.
Chad Austin
2012-09-25
Add a SHELL_FILE option to emscripten for more flexibility.
Chad Austin
2012-07-04
remove unneeded byte padding in global allocations of individual number types
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
2012-05-28
throw on writes to absolute memory addresses; fixes #451
Alon Zakai
2012-05-18
WARN_ON_UNDEFINED_SYMBOLS
Alon Zakai
2012-05-12
simply compiler by always pushing back phis
Alon Zakai
2012-05-11
FS.createPreloadedFile
Alon Zakai
2012-04-21
do not add empty lines for library dependencies already handled
Alon Zakai
2012-04-21
support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...
Alon Zakai
2012-04-20
make library and gl debug configurable at runtime, and share the pretty print...
Alon Zakai
2012-04-11
include glMatrix when glBegin is used
Alon Zakai
2012-04-02
print return values in LIBRARY_DEBUG mode
Alon Zakai
2012-04-02
only include i64 precise code if it will actually be used
Alon Zakai
2012-04-01
fix parsing of i64 constants in globals, and add working cube2hash testcase
Alon Zakai
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-03-24
fix some print to Module.print stuff in debug options
Alon Zakai
2012-03-22
fix and improve LIBRARY_DEBUG
Alon Zakai
2012-03-06
standardize switch comparisons on signed values
Alon Zakai
2012-03-04
make string constant comments safe for inclusion in html
Alon Zakai
2012-03-02
minify label ids to numbers early in the analysis
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
[next]