Age | Commit message (Expand) | Author |
2012-03-03 | Add Tool support for SCons | LCID Fire |
2012-03-01 | clean up optimizeShiftsAggressive a little | Alon Zakai |
2012-02-29 | better fix for leaked globals | Alon Zakai |
2012-02-29 | do not pollute global scope except for node (where we must) | Alon Zakai |
2012-02-26 | do not use -std-compile-opts, which is not really meant to be used | Alon Zakai |
2012-02-23 | make_minigzip.py | Alon Zakai |
2012-02-21 | fix bindings generator bug with closure compiler | Alon Zakai |
2012-02-20 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming | Alon Zakai |
2012-02-20 | eliminate variables through break/continue/return | Alon Zakai |
2012-02-19 | collapse elses after the if block breaks or continues, other minor js optimiz... | Alon Zakai |
2012-02-17 | better support for structs in bindings generator, and other misc fixes | Alon Zakai |
2012-02-13 | ignore unsupported operators in bindings generator, do not fail on them | Alon Zakai |
2012-02-11 | keep i64 mode 1 in -O3, it is no longer slow, in fact it is faster now | Alon Zakai |
2012-02-09 | enforce strict order in multiple libraries generated in the test runner: the ... | Alon Zakai |
2012-02-09 | fix for bug with using old full pathnames when loading builds from cache in t... | Alon Zakai |
2012-02-09 | Merge pull request #228 from ehsan/use_ar_upstream | Alon Zakai |
2012-02-09 | Cache the result of is_ar | Ehsan Akhgari |
2012-02-08 | Fix the cmake handling | Ehsan Akhgari |
2012-02-08 | Add a test for handling of multiply defined symbols | Ehsan Akhgari |
2012-02-08 | Improve get_library() to create real library files | Ehsan Akhgari |
2012-02-08 | Use llvm-ar instead of llvm-link in emar | Ehsan Akhgari |
2012-02-06 | add function exits to autodebugger | Alon Zakai |
2012-02-06 | optimizer autodebugger indenter for memory use | Alon Zakai |
2012-02-06 | limit eliminator to variables with a single use, to avoid exponential growth ... | Alon Zakai |
2012-02-06 | fix cmake typo | Alon Zakai |
2012-02-06 | Use the more Pythonic syntax for substring matches | Ehsan Akhgari |
2012-02-05 | show warning if using emscripten.py directly | Alon Zakai |
2012-02-03 | output pretty printed from closure, since we do whitespace compression later ... | Alon Zakai |
2012-02-03 | prevent warning from bindings generator output compilation | Alon Zakai |
2012-02-03 | simplify dfe prevention in bindings generator | Alon Zakai |
2012-02-03 | enable full optimizations with bindings generator | Alon Zakai |
2012-02-03 | Merge pull request #212 from ehsan/cmake_support_2 | Alon Zakai |
2012-02-02 | Support CMake in emconfigure | Ehsan Akhgari |
2012-02-02 | accept empty bitcode files as valid bitcode files | Alon Zakai |
2012-02-01 | llvm inlining support (disabled by default; enabled in benchmarks) | Alon Zakai |
2012-02-01 | fix test_poppler and test_iostreamllvm-opts | Alon Zakai |
2012-02-01 | refactor build checks for standalone and unsafe opts | Alon Zakai |
2012-01-31 | fix usage of llvm opt level in emcc, and test_emcc fixes | Alon Zakai |
2012-01-31 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-31 | Merge pull request #198 from ehsan/import_shared_properly | Alon Zakai |
2012-01-30 | save build_library logs in each project dir separately | Alon Zakai |
2012-01-30 | Import shared.py properly | Ehsan Akhgari |
2012-01-30 | do not do -Ox or LTO when building a linkable module | Alon Zakai |
2012-01-29 | split LLVM LTO into separate pass | Alon Zakai |
2012-01-29 | switch to -Ox from -std-compile-opts | Alon Zakai |
2012-01-29 | enable poppler in o1 and o2, and some test_emcc fixes | Alon Zakai |
2012-01-29 | fix eliminator bug with eliminating over loops | Alon Zakai |
2012-01-29 | bisection bugfinding tool | Alon Zakai |
2012-01-28 | fix eliminator bug with variable defs not counting as mutations (which we see... | Alon Zakai |
2012-01-28 | Enable the EM_CONFIG environment variable to override ~/.emscripten | Ehsan Akhgari |