Age | Commit message (Expand) | Author |
2013-08-05 | increase logging output, fixes s_0_0.test_safe_heap | Alon Zakai |
2013-08-02 | also use LLVM_ROOT to detect when we need to clear the cache | Alon Zakai |
2013-08-01 | do not use -nostdinc++ with le32 target at all, it does not need it, and add ... | Alon Zakai |
2013-08-01 | only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl... | Alon Zakai |
2013-08-01 | do not emit -m32 when using le32 target | Alon Zakai |
2013-07-15 | fill EMSCRIPTEN in env with the path to emscripten | Alon Zakai |
2013-07-08 | Remove semicolons from Python code. | Jez Ng |
2013-07-07 | keep free() alive like malloc() | Alon Zakai |
2013-07-06 | disable -fno-threadsafe-statics, issue #1289 | Alon Zakai |
2013-07-03 | force-include .a contents when it is the only input aside from linked libraries | Alon Zakai |
2013-07-03 | always do globaldce (and potentially strip-debug), even when we are building ... | Alon Zakai |
2013-07-03 | simplify heap initializer merging | Alon Zakai |
2013-07-03 | refactor invoke generation and add missing invokes when linking | Alon Zakai |
2013-07-03 | merge global initializers | Alon Zakai |
2013-07-03 | begin work on memory relocation | Alon Zakai |
2013-07-03 | move memory initializer pattern to shared | Alon Zakai |
2013-07-03 | allow extra info in js optimizer, and send relocate pass info that way | Alon Zakai |
2013-07-03 | invoke relocation pass in js optimizer | Alon Zakai |
2013-07-03 | initial setup | Alon Zakai |
2013-07-02 | Fix and test for find_executable. | Jez Ng |
2013-06-28 | Some tweaks to make CSmith easier to setup / debug. | Jez Ng |
2013-06-28 | always keep malloc alive; needed internally even if not in EXPORTED_FUNCTIONS | Alon Zakai |
2013-06-28 | Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3 | Alon Zakai |
2013-06-27 | Remove unused code and rebump version number. | Jez Ng |
2013-06-27 | Merge pull request #1332 from int3/use-distutils | Alon Zakai |
2013-06-27 | Bump version number. | Jez Ng |
2013-06-27 | Use distutils where possible. | Jez Ng |
2013-06-26 | emit sanity file even in forced sanity checks, when it actually failed | Alon Zakai |
2013-06-26 | 1.5.21.5.2 | Alon Zakai |
2013-06-26 | make EMCC_OPTIMIZE_NORMALLY the default | Alon Zakai |
2013-06-26 | Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps | Alon Zakai |
2013-06-25 | fix apply_configuration | Alon Zakai |
2013-06-24 | make emcc -v update debug settings, so that it saves temp files | Alon Zakai |
2013-06-22 | Merge remote-tracking branch 'upstream/incoming' into source-maps | Jez Ng |
2013-06-21 | reduce indentation in relooper1.5.1 | Alon Zakai |
2013-06-19 | Lay the groundwork for optimized source maps. | Jez Ng |
2013-06-18 | Update minimum node version. | Jez Ng |
2013-06-18 | do not use EMCC_OPTIMIZE_NORMALLY in relooper | Alon Zakai |
2013-06-17 | v 1.5.01.5.0 | Alon Zakai |
2013-06-17 | enable all debug logging in emcc -v | Alon Zakai |
2013-06-13 | do not eliminate dead code in EXPORT_ALL | Alon Zakai |
2013-06-07 | remove break labels more aggresively, with a refined natural flow analysis1.4.9 | Alon Zakai |
2013-06-05 | disabled support for hoisting back into loops in relooper1.4.8 | Alon Zakai |
2013-06-01 | remove more unneeded break and continue statements in relooper1.4.7 | Alon Zakai |
2013-06-01 | improve RemoveUnneededFlows to handle flows into loops with a single entry1.4.6 | Alon Zakai |
2013-06-01 | do not leak split blocks1.4.5 | Alon Zakai |
2013-05-31 | remove unneeded Branch info on incoming branches in relooper1.4.4 | Alon Zakai |
2013-05-27 | define EMSCRIPTEN in the environment when using emmake | Alon Zakai |
2013-05-23 | properly expand response files in EXPORTED_FUNCTIONS, which is used before co... | Alon Zakai |
2013-05-16 | support closure compiler on the shell in asm mode | Alon Zakai |