Age | Commit message (Expand) | Author |
2014-03-17 | fix else fusing when label has multiple assigns or checks | Alon Zakai |
2014-03-17 | fuse elses to remove unnecessary label settings and checks, after we simplifi... | Alon Zakai |
2014-03-17 | don't commaify if it doesn't help | Alon Zakai |
2014-03-17 | simplify nested ifs with identical elses | Alon Zakai |
2014-03-17 | uncommaify between ifs that can potentially be simplified | Alon Zakai |
2014-03-17 | remove unnecessary code from simplifyIfs | Alon Zakai |
2014-03-17 | filter out empty blocks in simplifyIfs | Alon Zakai |
2014-03-17 | simplifyIfs js optimizer pass | Alon Zakai |
2014-03-17 | Split clang options passed to clang, to be more concise and less messy. Start... | Andreas Bergmeier |
2014-03-15 | don't needlessly add empty nodes in asm normalization/denormalization | Alon Zakai |
2014-03-15 | remove empty subnodes after aggressive variable elimination | Alon Zakai |
2014-03-15 | remove empty subnodes after vacuum | Alon Zakai |
2014-03-15 | remove empty subnodes after eliminate | Alon Zakai |
2014-03-10 | add -w to spidermonkey to see odin warnings | Alon Zakai |
2014-03-07 | Merge pull request #2206 from juj/fix_osx_test_preload_file | Alon Zakai |
2014-03-07 | more work on hackish function removal using profiling | Alon Zakai |
2014-03-07 | Support syntax --preload-file x@x where both sides are identical and outside ... | Jukka Jylänki |
2014-03-07 | Resolve symbolic links when checking for destination locations in file_packag... | Jukka Jylänki |
2014-03-06 | some primitive profiling tools | Alon Zakai |
2014-03-06 | only include necessary system libraries amongst each other based on explicit ... | Alon Zakai |
2014-03-06 | only include necessary system libraries amongst each other based on explicit ... | Alon Zakai |
2014-03-05 | If the directory tree for used LLVM compiler is not from a LLVM source checko... | Jukka Jylänki |
2014-03-03 | enable errors on implicit functions by default; fixes #2175 | Alon Zakai |
2014-03-03 | put emscripten version in emscripten-version.txt, like other repos | Alon Zakai |
2014-02-26 | more warnings on source versions not matching, plus testing | Alon Zakai |
2014-02-26 | make js optimizer max chunk size customizable | Alon Zakai |
2014-02-26 | Merge pull request #2162 from TV4Fun/syntaxupdate | Alon Zakai |
2014-02-26 | Merge pull request #2165 from juj/fs_element_size1.12.3 | Alon Zakai |
2014-02-26 | add debug printout regarding chunkification in js optimizer | Alon Zakai |
2014-02-26 | use le32 target when fastcomp is disabled, so we do not need a fastcomp build... | Alon Zakai |
2014-02-26 | Add new fields to EmscriptenFullscreenChangeEvent structure that report the n... | Jukka Jylänki |
2014-02-25 | Fix depecrated sourceMappingURL syntax | Joel Croteau |
2014-02-25 | fix i386 target usage and asm2.test_cube2hash | Alon Zakai |
2014-02-25 | 1.12.21.12.2 | Alon Zakai |
2014-02-25 | Fix the banned_js_engines mechanism. | Dan Gohman |
2014-02-25 | Begin using the Emscripten toolchain in clang. | Dan Gohman |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman |
2014-02-24 | warn on emscripten, llvm and clang versions not matching | Alon Zakai |
2014-02-24 | v1.12.1 - first testing version with fastcomp on by default1.12.1 | Alon Zakai |
2014-02-24 | Merge branch 'fastcomp-by-default' into incoming | Alon Zakai |
2014-02-23 | disable some outlining logging | Alon Zakai |
2014-02-23 | add stack bump if only sp is defined but no bump is present, when outlining | Alon Zakai |
2014-02-21 | do not outline the entire stack prelude, including STACKTOP = .. | Alon Zakai |
2014-02-21 | release 1.12.01.12.0 | Alon Zakai |
2014-02-21 | fix llvm nativizer tool for fastcomp | Alon Zakai |
2014-02-21 | reflect that asm is on by default in fastcomp, even in -O0, in the settings | Alon Zakai |
2014-02-21 | bump expected llvm version to 3.3, which is what fastcomp uses | Alon Zakai |
2014-02-21 | point to wiki page on fastcomp when using fastcomp but backend is not present | Alon Zakai |
2014-02-21 | turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ... | Alon Zakai |
2014-02-19 | Fix Windows EMCC invocations to call 'python emcc' in a few places instead of... | Jukka Jylänki |