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
2012-10-26
eliminator todo
Alon Zakai
2012-10-26
be careful about tracking when there is a var multiple with a call
Alon Zakai
2012-10-26
invalidate call elimination when we see something it might modify (a global o...
Alon Zakai
2012-10-25
add failing eliminator testcase
Alon Zakai
2012-10-25
add no-unsigned malloc test for eliminator
Alon Zakai
2012-10-25
eliminate (carefully) into and through ifs
Alon Zakai
2012-10-25
move dep invalidations clearing to correct position
Alon Zakai
2012-10-25
fix eliminator test output to current optimizations
Alon Zakai
2012-10-25
restore limit_size
Alon Zakai
2012-10-25
deoptimize test
Alon Zakai
2012-10-25
invalidate elimination by dependencies after the current line
Alon Zakai
2012-10-25
track dependencies of variables we might eliminate
Alon Zakai
2012-10-25
do not eliminate into the body/else of if - this is rarely important, and req...
Alon Zakai
2012-10-25
fix handling of unremovable unused vars
Alon Zakai
2012-10-25
variables with no uses cannot be removed if their definition has side effects
Alon Zakai
2012-10-25
eliminate in if nodes
Alon Zakai
2012-10-25
test fixes
Alon Zakai
2012-10-25
test fix
Alon Zakai
2012-10-25
remove var x; of completely unused vars, and restore previous test cases
Alon Zakai
2012-10-25
rewrite of eliminator to better approach
Alon Zakai
2012-10-24
note 'seq' (x,y,z) nodes as modifying control flow and invalidating elimination
Alon Zakai
2012-10-23
fix eliminator bug where X[y] would take X into account for variable effects,...
Alon Zakai
2012-10-23
remove no longer needed coffeescript
Alon Zakai
2012-10-23
integrate eliminator as js optimizer pass
Alon Zakai
2012-10-23
include eliminator as js optimizer pass
Alon Zakai
2012-10-23
remove unneeded js optimizer re-parse
Alon Zakai
2012-10-23
optimize newline removal in eliminator
Alon Zakai
2012-10-23
more misc eliminator optimizations
Alon Zakai
2012-10-23
misc eliminator optimizations
Alon Zakai
2012-10-23
tiny eliminator optimization
Alon Zakai
2012-10-23
simplify eliminator
Alon Zakai
2012-10-23
rewrite eliminator in js
Alon Zakai
2012-10-22
add eliminator test
Alon Zakai
2012-10-20
check node version is at least 0.6.8, which is the first to not have v8 bug 1...
Alon Zakai
2012-10-20
implement simplifyZeroComp js optimizer pass, not yet executed
Alon Zakai
2012-10-20
restore workaround for v8 bug 1895
Alon Zakai
2012-10-17
fix closure error in file packager
Alon Zakai
2012-10-17
split up very large js files when passing them into js-optimizer and eliminat...
Alon Zakai
2012-10-17
remove unneeded node checks
Alon Zakai
2012-10-17
stop working around v8 bug 1985 which was fixed a while ago
Alon Zakai
2012-10-17
allow changing java heap size for closure via JAVA_HEAP_SIZE env var
Alon Zakai
2012-10-17
improve node autodetection
Alon Zakai
2012-10-17
Don't explode in emconfigure if no args are passed
Riccardo Magliocchetti
2012-10-14
handle .a with identically named .o ; fixes #637
Alon Zakai
2012-10-13
update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0
Alon Zakai
2012-10-01
fix file paths with --embed, fixes #597
Alon Zakai
2012-09-29
Merge pull request #594 from larsxschneider/lars/add-split-option
Alon Zakai
2012-09-28
note on file packager
Alon Zakai
2012-09-28
workaround for libcxx --std=c++11 issue
Alon Zakai
2012-09-26
autoguess ~/.emscripten values on first run, possibly fixes #593
Alon Zakai
[prev]
[next]