Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | fix registerize bug with freeing variables from the wrong loops | Alon Zakai | |
2012-05-16 | bugfix in registerize | Alon Zakai | |
2012-05-16 | properly lock variables to loops in registerize | Alon Zakai | |
2012-05-15 | simple optimization to allow more registerization inside loops | Alon Zakai | |
2012-05-15 | refactor registerize | Alon Zakai | |
2012-05-15 | track number of assigns/modifications in registerize | Alon Zakai | |
2012-05-15 | Merge pull request #426 from ehsan/em-config | Alon Zakai | |
Add the em-config tool | |||
2012-05-14 | Add the em-config tool | Ehsan Akhgari | |
This tool is useful to use in shell scripts, etc in order to access variables defined in the ~/.emscripten file without depending on the details on how to read and parse it. | |||
2012-05-12 | print saved vars in registerize | Alon Zakai | |
2012-05-12 | handle multiple var defs of the same var in registerize | Alon Zakai | |
2012-05-11 | fix registerize bugs | Alon Zakai | |
2012-05-11 | registerize: define all vars once up front | Alon Zakai | |
2012-05-11 | unenabled experimental registerization pass in js optimizer | Alon Zakai | |
2012-05-11 | add autodebugger option to ignore dlmalloc calls, which are often noisy and ↵ | Alon Zakai | |
not helpful unless debugging dlmalloc itself | |||
2012-05-04 | optimize transitive closure a tiny bit more | Alon Zakai | |
2012-05-04 | optimize eliminator transitive calculation | Alon Zakai | |
2012-05-04 | add o2.zlib test piece to eliminator test | Alon Zakai | |
2012-05-04 | fix and slow down again the eliminator tool, plus refactoring to enable ↵ | Alon Zakai | |
proper fixing | |||
2012-05-04 | fix bisection bug | Alon Zakai | |
2012-05-03 | optimize eliminator transitive dependency calculation | Alon Zakai | |
2012-05-03 | define proper endianness for endian.h and add working but slow-compiling ↵ | Alon Zakai | |
sha1 test | |||
2012-05-03 | fix bug with js engine being str and not list | Alon Zakai | |
2012-05-01 | undef __linux__, fixes SDL endianness detection | Alon Zakai | |
2012-04-28 | fix prepareClientAttributes bugs: handle non-packed vertex attributes properly | Alon Zakai | |
2012-04-24 | add ENV_PREFIX to more places | Alon Zakai | |
2012-04-24 | use env python instead of python in tools/shared if it is available | Alon Zakai | |
2012-04-20 | parse GL headers for console log cleaner | Alon Zakai | |
2012-04-20 | clear cache on non-forced sanity checks if the config file changed | Alon Zakai | |
2012-04-18 | sanity check for java | Alon Zakai | |
2012-04-17 | add EM_DEBUG option for test runner printouts of run_js | Alon Zakai | |
2012-04-15 | One more linker stub fix for Windows. | Sigmund Vik | |
2012-04-14 | clean up emscripten temp dir | Alon Zakai | |
2012-04-12 | fix test_firstrun | Alon Zakai | |
2012-04-12 | fix EM_SAVE_DIR | Alon Zakai | |
2012-04-12 | Merge pull request #374 from SiggyBar/build-env-2 | Alon Zakai | |
Make it easier to use emscripten from a build system. | |||
2012-04-11 | some memcpy support in autodebugger | Alon Zakai | |
2012-04-11 | more autodebugger capabilities | Alon Zakai | |
2012-04-11 | Make it easier to use emscripten from a build system. | Sigmund Vik | |
- Allow the configuration to be specified directly in the EM_CONFIG environment variable instead of in a config file. The config file approach has some shortcomings when using emscripten from a build system (e.g. it uses a single global config file so it is hard to configure emscripten in different ways from different build trees). The presence of newlines in the EM_CONFIG string variable is used to decide if the configuration is stored directly in the environment variable or it is used to specify the config file (is this too much of a hack?). - Skip check_sanity() and check_engine() based on the presence of the config file. When running from a build system, it is the build system's responsibility that everything is set up correctly. Maybe a new environment variable EM_SKIP_CHECKS or something like that might be better to decide whether or not to run these checks? - Do not assume that the SPIDERMONKEY_ENGINE environment variable is set. - Add EM_CACHE environment variable that can be used to control where emscripten should store built libraries. | |||
2012-04-09 | use unique temp dir in emcc unless EMCC_DEBUG=1 is set | Alon Zakai | |
2012-04-08 | nicer solution for removing linker stub | Alon Zakai | |
2012-04-08 | clean up linker a.out|exe stubs | Alon Zakai | |
2012-04-05 | improve clean_webconsole tool | Alon Zakai | |
2012-04-04 | Unbreak emconfigure et all | Behdad Esfahbod | |
The line: WINDOWS = 'win' in sys.platform was misfiring for sys.platform == 'darwin'. 'nough said. | |||
2012-04-03 | merge fixes | Alon Zakai | |
2012-04-03 | update webconsole cleaner tool | Alon Zakai | |
2012-04-03 | add little tool to clean web console logs | Alon Zakai | |
2012-04-03 | [tools/shared.py]: Added -Xmx1024m, big .js quickly go over the default ↵ | Pierre Renaux | |
memory heap without this ; | |||
2012-04-02 | only include i64 precise code if it will actually be used | Alon Zakai | |
2012-04-01 | improve i64 autodebugging | Alon Zakai | |
2012-03-31 | add js bloatscan tool | Alon Zakai | |