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
/
js-optimizer.js
Age
Commit message (
Expand
)
Author
2013-07-08
recurse into outlined functions
Alon Zakai
2013-07-08
do not outline too-big a chunk out of a function
Alon Zakai
2013-07-08
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2013-07-08
Merge pull request #1355 from sunfishcode/incoming
Alon Zakai
2013-07-08
add read/writes in outlined functions
Alon Zakai
2013-07-08
add variable info to outlined functions
Alon Zakai
2013-07-08
generate functions for split-out code
Alon Zakai
2013-07-08
read results from outlined code
Alon Zakai
2013-07-08
emit statements in outlining
Alon Zakai
2013-07-08
start to emit spills
Alon Zakai
2013-07-08
infrastructure to analyze functions and variables in outliner
Alon Zakai
2013-07-08
start to outline code
Alon Zakai
2013-07-08
outlining tweaks
Alon Zakai
2013-07-08
initial recursive logic for outlining
Alon Zakai
2013-07-08
setup for outlining of code chunks
Alon Zakai
2013-07-08
begin work on outliner pass to break up large functions. part 1: aggressive v...
Alon Zakai
2013-07-08
Add '!==' as a comparison operator.
Dan Gohman
2013-07-08
Xor optimizations.
Dan Gohman
2013-07-08
remove code after a return in a block of statements
Alon Zakai
2013-07-04
comments
Alon Zakai
2013-07-03
do not relocate function pointers when no need to (no such table in parent)
Alon Zakai
2013-07-03
handle multiple F_BASE_.. in relocation
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-01
Optimize (x<y)&1
Dan Gohman
2013-06-30
do not optimize while into do-while if there are continues; fixes #1337
Alon Zakai
2013-06-27
optimizer js optimizer a little
Alon Zakai
2013-06-27
Merge pull request #1331 from int3/incoming
Alon Zakai
2013-06-27
do not collapse & inside a FUNCTION_TABLE call, we need the mask
Alon Zakai
2013-06-26
Remove old code.
Jez Ng
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-25
fix crash in js optimizer loop variables pass on empty if blocks
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
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
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
fix -g2 and add testing
Alon Zakai
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Make optimizer handle both strings and string-like type objects.
Jez Ng
2013-06-21
do not run addition optimization pass in asm; it just adds overhead, and mino...
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
fix bug with reducing f()|0|const
Alon Zakai
[next]