Age | Commit message (Expand) | Author |
2013-01-13 | Don't run Clang in MS compatibility mode on Windows (-fno-ms-compatibility). ... | Jukka Jylänki |
2013-01-09 | rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3 | Alon Zakai |
2013-01-07 | fix asm relooper bug1.2.2 | 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-25 | show python/java defaults only in debug mode | Alon Zakai |
2012-12-24 | move llvm opt debug messages | 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-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-07 | improve bisection tool to not ignore stderr | Alon Zakai |
2012-12-07 | add parts of system bitcode libraries when necessary, and refactor library in... | Alon Zakai |
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 | fix ll func identifying for chunking purposes, and add testing of jcache on a... | 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 |
2012-11-21 | fix chunking logic to generate >1 chunk | Alon Zakai |
2012-11-21 | improve chunkify to consider previous chunkings when caching | Alon Zakai |
2012-11-21 | refactor chunking code and add function ident information | Alon Zakai |
2012-11-21 | fix and test pre caching | Alon Zakai |
2012-11-21 | basic jcache on pre with files+cPickle | Alon Zakai |
2012-11-21 | add more caching logic including short vs full keys | Alon Zakai |
2012-11-21 | basic logic and stubs for caching pre phase | Alon Zakai |
2012-11-21 | set up parameter passing for jcache | Alon Zakai |
2012-11-15 | prevent annoying warnings during relooper bootstrapping | Alon Zakai |
2012-11-14 | clean up test.ll | Alon Zakai |
2012-11-14 | Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, bu... | Jukka Jylänki |
2012-11-14 | Refactor Windows replacement for Popen to allow passing stdin to Popen proces... | Jukka Jylänki |
2012-11-14 | Implement missing used functions on MockPopen to pass Windows tests utilizing... | Jukka Jylänki |