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
/
settings.js
Age
Commit message (
Expand
)
Author
2010-10-06
Runtime system, and inlining of stackEnter/Exit
alon@honor
2010-10-04
temporary hackish removal of unneeded breaks outside of complex emulated blocks
alon@honor
2010-10-04
GUARD_LABELS option + further cleanup
alon@honor
2010-10-03
cleanup + test both optimized and non-optimized
alon@honor
2010-10-02
rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ...
alon@honor
2010-10-02
memory implementation cleanup
alon@honor
2010-09-30
optional stricter support for unsigned values +test
alon@honor
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
2010-09-22
handle a few minor parsing issues (negative IEEE doubles, []s in constants, a...
alon@honor
2010-09-22
disable relooping pending rewrite
alon@honor
2010-09-21
fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob...
alon@honor
2010-09-20
refactor into files
alon@honor
2010-09-20
fix optimizer bugs with clang bitcode
Alon Zakai
2010-09-20
fixes for clang, including support for phi; all tests pass, but optimizer and...
Alon Zakai
2010-09-06
LABEL_DEBUG option
alon@honor
2010-09-06
preprocessor + example use in SAFE_HEAP
alon@honor
2010-09-04
clean up settings and add code snippets file
alon@honor