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
Age
Commit message (
Expand
)
Author
2013-10-10
do not split up ll into individual lines in python
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-10
Fix whitespace in GL.populateUniformTable.
Jukka Jylänki
2013-10-10
Merge pull request #1700 from juj/gl_extension_desktop_parity
juj
2013-10-10
Advertise all GL extensions both with and without the "GL_" prefix that deskt...
Jukka Jylänki
2013-10-10
remove unneeded variable
Alon Zakai
2013-10-09
avoid allocating common tokens repeatedly
Alon Zakai
2013-10-09
optimize parseNumerical
Alon Zakai
2013-10-09
look for structs in src/ dir as a fallback, like relooper
Alon Zakai
2013-10-09
fix commented indexing debug statement
Alon Zakai
2013-10-09
remove old function indexing code
Alon Zakai
2013-10-09
remove no longer needed test disabling
Alon Zakai
2013-10-09
use aliasing function pointers in -O1
Alon Zakai
2013-10-09
update other.test_chunking
Alon Zakai
2013-10-09
print call stack of errors, when there is one
Alon Zakai
2013-10-09
avoid X-(-Y) in js optimizer; fixes #1685
Alon Zakai
2013-10-09
Add a whitelist of GL extensions to enable at startup.
Jukka Jylänki
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-10-08
do not assume only -O2 reloops in ensure_relooper
Alon Zakai
2013-10-08
more explicit mathop nodes in legalizer
Alon Zakai
2013-10-08
explicit mathop node in legalizer end case
Alon Zakai
2013-10-08
use ident in alloca intertype
Alon Zakai
2013-10-08
automatically adjust asm heap size
Alon Zakai
2013-10-08
Merge pull request #1689 from juj/fix_gl_uniform_arrays
juj
2013-10-08
Add a note that the previous commits shift the performance landscape to be he...
Jukka Jylänki
2013-10-08
Disable the uniform array test by default.
Jukka Jylänki
2013-10-08
Add unit test for GLES2 uniform arrays.
Jukka Jylänki
2013-10-06
enable asm validation checks in unistd tests using EM_ASM
Alon Zakai
2013-10-06
make EM_ASM use strings on the heap, so it works in asm, and cache the genera...
Alon Zakai
2013-10-06
do not run simplifyExpressions in -O1
Alon Zakai
2013-10-06
look for metadata in js optimizer starting at the end
Alon Zakai
2013-10-03
remove unneeded EMIT_GENERATED_FUNCTIONS
Alon Zakai
2013-10-03
fix js_opts definition
Alon Zakai
2013-10-03
disable heap align check in test_files, it mixes poorly with closure
Alon Zakai
2013-10-03
update test_emcc
Alon Zakai
2013-10-03
update js optimizer tests
Alon Zakai
2013-10-03
add missing Math_min definition
Alon Zakai
2013-10-03
emit final missing returns in compiler itself
Alon Zakai
2013-10-02
do not tack on .0 to Infinity or NaN
Alon Zakai
2013-10-02
remove obsolete fp80 test
Alon Zakai
2013-10-02
do not remove '.' from floats in parseNumerical
Alon Zakai
2013-10-02
explicitly define setjmp helper vars
Alon Zakai
2013-10-02
fix misc library asm validations
Alon Zakai
2013-10-02
overflow numbers directly in js compiler
Alon Zakai
2013-10-02
move heap align checks to asm2g, keep -O1 pristine
Alon Zakai
2013-10-02
assert on vars being in front of functions straight out of the js compiler
Alon Zakai
2013-10-02
when function is actually void, do not capture it's output even if llvm mista...
Alon Zakai
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-02
if not running js opts, ensure a . in asmEnsureFloat immediately
Alon Zakai
2013-10-02
define legalized bitshift vars explicitly
Alon Zakai
[next]