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
2012-10-26
eliminator todo
Alon Zakai
2012-10-26
support for %n in sscanf
Alon Zakai
2012-10-26
do not do signalyzer pass if sign correction is on - it can only hurt there
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
warning and TODO on memory enlarging
Alon Zakai
2012-10-25
push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g...
Alon Zakai
2012-10-25
fix test_emcc
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
comment on separate compilation of workers
Alon Zakai
2012-10-22
add eliminator test
Alon Zakai
2012-10-22
handle no-data worker api calls, and more tests
Alon Zakai
2012-10-22
worker api closure fixes + additional testing
Alon Zakai
2012-10-22
Merge branch 'master' into incoming
Alon Zakai
2012-10-22
switch benchmark suite to -O2+ from -O3
Alon Zakai
2012-10-22
initial work on worker api
Alon Zakai
2012-10-22
Merge branch 'incoming'
Alon Zakai
2012-10-22
fix SAFE_HEAP history
Alon Zakai
2012-10-22
fix strtok temp state ; fixes #658
Alon Zakai
2012-10-22
fix array detection in pread
Alon Zakai
2012-10-21
listen to glut events on glutInit, so it works even without main loop
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
[next]