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
/
tools
Age
Commit message (
Expand
)
Author
2013-06-28
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
1.5.3
Alon Zakai
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
optimizer js optimizer a little
Alon Zakai
2013-06-27
Merge pull request #1332 from int3/use-distutils
Alon Zakai
2013-06-27
Merge pull request #1331 from int3/incoming
Alon Zakai
2013-06-27
Bump version number.
Jez Ng
2013-06-27
improve sourcemapper comment
Alon Zakai
2013-06-27
do not collapse & inside a FUNCTION_TABLE call, we need the mask
Alon Zakai
2013-06-27
Use distutils where possible.
Jez Ng
2013-06-26
emit sanity file even in forced sanity checks, when it actually failed
Alon Zakai
2013-06-26
Remove old code.
Jez Ng
2013-06-26
1.5.2
1.5.2
Alon Zakai
2013-06-26
make EMCC_OPTIMIZE_NORMALLY the default
Alon Zakai
2013-06-26
fix crash in asmLoopOptimizer
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-26
Reuse nodes where possible.
Jez Ng
2013-06-26
We can just compare for strings here.
Jez Ng
2013-06-26
Strict compare all the things!
Jez Ng
2013-06-26
Move line numbers to the AST node itself.
Jez Ng
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-25
fix apply_configuration
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Get rid of stale comment.
Jez Ng
2013-06-24
Optimize!
Jez Ng
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Put uglify back the way it was.
Jez Ng
2013-06-22
Make optimizer handle both strings and string-like type objects.
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-22
Source maps should only be activated via the `--map` flag.
Jez Ng
2013-06-21
do not run addition optimization pass in asm; it just adds overhead, and mino...
Alon Zakai
2013-06-21
update tests
Alon Zakai
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-21
decrease indentation level in js optimizer
Alon Zakai
2013-06-21
do not eliminate loop vars when there is a shared helper
Alon Zakai
2013-06-20
do not return node in main simplifyNotCompsPass all the time, it thinks it is...
Alon Zakai
2013-06-19
Make sure the line numbers sync up.
Jez Ng
2013-06-19
fix bug with reducing f()|0|const
Alon Zakai
2013-06-19
keep |0 on function calls, allow other bitwise ops on heap accesses etc.
Alon Zakai
2013-06-19
Implement source maps for optimized builds.
Jez Ng
[next]