Age | Commit message (Expand) | Author |
2013-01-09 | rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3 | Alon Zakai |
2013-01-08 | optimize |,& on constants | Alon Zakai |
2013-01-08 | make sure there is a final return in functions that return value in asm | Alon Zakai |
2013-01-08 | improve |0 removal in asm mode a little | Alon Zakai |
2013-01-08 | keep a coercion right on top of heap accesses in asm mode | Alon Zakai |
2013-01-08 | fix bug with lack of recursion in simplifyBitops | Alon Zakai |
2013-01-07 | fix asm relooper bug1.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 comparisons1.2.1 | Alon Zakai |
2012-12-31 | version 1.2, asm+unnamed globals+optimized >32bit returns1.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 version1.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 |