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-01-07
fix asm relooper bug
1.2.2
Alon Zakai
2013-01-07
accept either 0.0 or +0 as double in asm coercion
Alon Zakai
2013-01-07
add asm.js mode to relooper, for label comparisons
1.2.1
Alon Zakai
2012-12-31
version 1.2, asm+unnamed globals+optimized >32bit returns
1.2.0
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-29
chunk very large embed-file
Alon Zakai
2012-12-25
fix autodebugger
Alon Zakai
2012-12-25
add x86-64 workaround to nativizer
Alon Zakai
2012-12-25
show python/java defaults only in debug mode
Alon Zakai
2012-12-25
invalidate calls in if bodies in eliminator
Alon Zakai
2012-12-25
add failing eliminator testcase
Alon Zakai
2012-12-25
add function calls and params to js autodebugger
Alon Zakai
2012-12-25
add heap writes to js debugger
Alon Zakai
2012-12-25
js autodebugger tool
Alon Zakai
2012-12-24
move llvm opt debug messages
Alon Zakai
2012-12-24
autodebugger fixes
Alon Zakai
2012-12-24
debugging tool tweaks
Alon Zakai
2012-12-23
clean up all temp files in js optimizer
Alon Zakai
2012-12-23
clean up temp files in js optimizer
Alon Zakai
2012-12-23
undef i386 and x86_64, not just with __'s
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-21
bump version
1.1.0
Alon Zakai
2012-12-21
make -fno-math-errno the default
Alon Zakai
2012-12-21
safely internalize in s_x_x tests too
Alon Zakai
2012-12-21
be careful with internalize in llvm LTO, and mark needed symbols for relooper
Alon Zakai
2012-12-21
bump expected LLVM version to 3.2
Alon Zakai
2012-12-19
keep order of unique link inputs the same, for jcache
Alon Zakai
2012-12-19
Added support for python in auto-generated config so that warnings about PYTH...
Alan Kligman
2012-12-19
Updated to add a PYTHON config option instead of defaulting to python2. This ...
Alan Kligman
2012-12-19
Updated scripts to call python2 directly rather than relying on python symlin...
Alan Kligman
2012-12-19
remove --remove-duplicates
Alon Zakai
2012-12-19
tolerate people issuing link commands with duplicates in them
Alon Zakai
2012-12-13
Merge branch 'incoming' into asm_js
Alon Zakai
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 the...
Alon Zakai
2012-12-12
do not try to eliminate phi variables, which are unsafe to be removed and the...
Alon Zakai
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 sign...
Alon Zakai
2012-12-12
make Building.is_* tests emit errors to stderr
Alon Zakai
2012-12-12
keep at least 'node' as the guess for node
Alon Zakai
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' bef...
Alon Zakai
2012-12-07
fully handle stack traces in bisection tool
Alon Zakai
2012-12-07
improve bisection tool to not ignore stderr
Alon Zakai
[next]