emscripten/tools
Vladimir Vukicevic a094e001ca Fix debug prints in tools/cache.py 2013-03-07 14:09:40 -05:00
..
eliminator kill symlinks to coffeescript 2013-03-04 19:12:10 -08:00
scons/site_scons/site_tools/emscripten Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
__init__.py
autodebugger.py fix autodebugger 2012-12-25 22:01:17 -08:00
autodebugger_c.py improve c autodebugger 2013-03-01 23:17:29 -05:00
autodebugger_indenter.py
autodebugger_js.py add function calls and params to js autodebugger 2012-12-25 14:02:49 -08:00
autodediffer.py
bindings_generator.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
bisect_pair.py fully handle stack traces in bisection tool 2012-12-07 14:23:24 -08:00
cache.py Fix debug prints in tools/cache.py 2013-03-07 14:09:40 -05:00
clean_webconsole.py
crunch-worker.js
diff_autodebugger.py
emconfiguren.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
emmaken.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
emmakenxx.py Updated to add a PYTHON config option instead of defaulting to python2. This should preserve the default behavior in a way that can be overridden. 2012-12-19 18:06:48 -05:00
exec_llvm.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
file2json.py
file_packager.py fix some test failures 2013-03-04 19:35:18 -08:00
find_bigis.py
fix_closure.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
ie7_fix.py
js-optimizer.js fix registerize bug on functions with arguments but no locals 2013-02-17 12:35:16 +01:00
js_optimizer.py fix some test failures 2013-03-04 19:35:18 -08:00
jsrun.py Move run_js into jsrun.py (work towards breaking emscripten.py's dependency on shared, which requires .emscripten at import time) 2013-03-04 19:14:38 -08:00
ll-strip.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
make_file.py
make_minigzip.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
namespacer.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
nativize_llvm.py add x86-64 workaround to nativizer 2012-12-25 21:59:52 -08:00
reproduceriter.js fix pnow replay bug 2012-09-18 10:07:12 -07:00
reproduceriter.py Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
scan_js.py
scan_ll.py
settings_template_readonly.py Added support for python in auto-generated config so that warnings about PYTHON not being defined are not emitted. 2012-12-19 18:06:48 -05:00
shared.py Merge pull request #920 from waywardmonkeys/fix-include-order 2013-03-06 10:07:37 -08:00
split.py Fix splitting on case-insensitive file systems 2012-11-06 10:23:15 +01:00
tempfiles.py Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's feedback 2013-03-04 19:34:54 -08:00
test-js-optimizer-asm-last-output.js support 0x[a-f] as well in +X to X.0 correction for asm 2013-01-19 16:13:46 -08:00
test-js-optimizer-asm-last.js support 0x[a-f] as well in +X to X.0 correction for asm 2013-01-19 16:13:46 -08:00
test-js-optimizer-asm-pre-output.js optimize num >> num in js optimizer, necessary for asm now that we do not do shift optimization there 2013-02-04 10:39:36 -08:00
test-js-optimizer-asm-pre.js optimize num >> num in js optimizer, necessary for asm now that we do not do shift optimization there 2013-02-04 10:39:36 -08:00
test-js-optimizer-asm-regs-output.js add final asm return of proper type, not always int 2013-01-23 14:47:04 -08:00
test-js-optimizer-asm-regs.js add final asm return of proper type, not always int 2013-01-23 14:47:04 -08:00
test-js-optimizer-output.js fix bug with lack of recursion in simplifyBitops 2013-01-08 15:12:12 -08:00
test-js-optimizer-regs-output.js fix registerize bug on functions with arguments but no locals 2013-02-17 12:35:16 +01:00
test-js-optimizer-regs.js fix registerize bug on functions with arguments but no locals 2013-02-17 12:35:16 +01:00
test-js-optimizer-t2-output.js fix test_js_optimizer 2012-11-22 19:17:22 +01:00
test-js-optimizer-t2.js
test-js-optimizer-t2c-output.js fix test_js_optimizer 2012-11-22 19:17:22 +01:00
test-js-optimizer-t2c.js
test-js-optimizer-t3-output.js fix test_js_optimizer 2012-11-22 19:17:22 +01:00
test-js-optimizer-t3.js rename __label__ => label 2012-11-08 18:26:19 -08:00
test-js-optimizer.js fix bug with lack of recursion in simplifyBitops 2013-01-08 15:12:12 -08:00