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 (
Collapse
)
Author
2012-12-13
optimize & expressions more
Alon Zakai
2012-12-12
do not try to eliminate phi variables, which are unsafe to be removed and ↵
Alon Zakai
the llvm optimizer will remove anyhow if unused
2012-12-12
update test_js_optimizer
Alon Zakai
2012-12-12
do not remove |0 through % as it is affected by signs, and |0 can change ↵
Alon Zakai
signedness
2012-12-11
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-10
remove unneeded debug stuff
Alon Zakai
2012-12-10
add some link debug stuff
Alon Zakai
2012-12-10
never share parameter registers
Alon Zakai
2012-12-09
registerize function parameters too
Alon Zakai
2012-12-07
forward in Math_* from Math.* and correct the compiled code to align to that
Alon Zakai
2012-12-07
simplify normalizeAsm
Alon Zakai
2012-12-07
make normalizeAsm not get confused when a var later has an unneeded 'var' ↵
Alon Zakai
before it
2012-12-07
fully handle stack traces in bisection tool
Alon Zakai
2012-12-07
improve bisection tool to not ignore stderr
Alon Zakai
2012-12-07
remove unneeded single assignments to otherwise-unused variables in eliminator
Alon Zakai
2012-12-07
unvarify later vars in asm when js optimizing
Alon Zakai
2012-12-07
another eliminateAsm bug+testcase
Alon Zakai
2012-12-07
add eliminateAsm testcase
Alon Zakai
2012-12-07
fix js optimizer bug
Alon Zakai
2012-12-07
registerizeAsm assertion
Alon Zakai
2012-12-07
fix loop register replenishing
Alon Zakai
2012-12-07
registerizeAsm
Alon Zakai
2012-12-07
add registerizeAsm testcase
Alon Zakai
2012-12-07
fix typo
Alon Zakai
2012-12-07
do not emit empty vars in denormalizeAsm
Alon Zakai
2012-12-07
make eliminateAsm test be correct asm.js
Alon Zakai
2012-12-07
add normalize/denormalizeAsm to js optimizer, fix eliminator for asm
Alon Zakai
2012-12-07
add asmEliminator testcase
Alon Zakai
2012-12-07
typo
Alon Zakai
2012-12-07
do registerize in asm.js+reloop mode, as an alternative to closure
Alon Zakai
2012-12-07
add eliminator mode for asm
Alon Zakai
2012-12-07
add asm.js eliminator testing
Alon Zakai
2012-12-07
notice function indentation in js_optimizer.py so that we properly scan ↵
Alon Zakai
indented code in asm.js
2012-12-07
fix suffix in js optimizer
Alon Zakai
2012-12-07
add parts of system bitcode libraries when necessary, and refactor library ↵
Alon Zakai
inclusion decision code
2012-12-04
recursively traverse .a files until we have all we need
Alon Zakai
2012-12-04
only add in .o inside .a that are needed
Alon Zakai
2012-11-26
use hashlib instead of md5
Alon Zakai
2012-11-22
notice generated functions with $ in them
Alon Zakai
2012-11-22
fix test_js_optimizer
Alon Zakai
2012-11-22
fix bug in js optimizer on closured data
Alon Zakai
2012-11-22
fix ll func identifying for chunking purposes, and add testing of jcache on ↵
Alon Zakai
a large program
2012-11-22
more carefully split out functions in js optimizer
Alon Zakai
2012-11-22
assert on generatedFunctions being there when we need it
Alon Zakai
2012-11-21
more jcache testing, and add newlines to ensure chunk separation
Alon Zakai
2012-11-21
finish js optimizer caching and add tests
Alon Zakai
2012-11-21
basic logic of jcache in js optimizer
Alon Zakai
2012-11-21
use chunkify in js optimizer, in preparation for jcaching
Alon Zakai
2012-11-21
cache emscript function chunks
Alon Zakai
2012-11-21
return chunks of text in chunkify to simplify the ap-iy
Alon Zakai
[next]