emscripten/tools
Alon Zakai 3ff94f3352 test for outlining of some of the functions 2013-07-17 11:03:46 -07:00
..
eliminator update test 2013-07-08 11:07:58 -07:00
node_modules/source-map Update the source-map library. 2013-06-19 14:15:18 -07: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
source-maps improve sourcemapper comment 2013-06-27 16:42:16 -07: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 rename __stackbase__ to sp 2013-07-07 16:48:12 -07:00
autodediffer.py
bindings_generator.py generalize customizeVTable to support asm 2013-05-05 13:20:30 -07:00
bisect_pair.py fully handle stack traces in bisection tool 2012-12-07 14:23:24 -08:00
cache.py Fix a race condition if two emscripten.py instances run at the same time 2013-05-17 13:03:57 -07: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 indentation 2013-07-17 08:10:13 +10:00
find_bigfuncs.py big function finder tool 2013-04-22 17:59:13 -07: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 do not attempt to outline normalized asm stuff like empty vars 2013-07-17 10:59:01 -07:00
js_optimizer.py Don't throw KeyboardInterrupt from a child process. 2013-07-10 13:40:23 -07: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
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
response_file.py Remove the unwanted abstraction that callee is allowed to autodelete a response file after consuming it. Instead, manually track and delete response files by the caller and clean them up. 2013-04-11 10:42:18 +03:00
scan_js.py
scan_ll.py
settings_template_readonly.py clean up spidermonkey entry in settings template 2013-03-14 10:30:58 -07:00
shared.py fill EMSCRIPTEN in env with the path to emscripten 2013-07-15 13:03:45 -07:00
split.py Remove executable permissions on simple files 2013-05-03 13:18:26 -07: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 replace &-1 with |0 at the end of the optimization pipeline 2013-07-09 11:42:25 -07:00
test-js-optimizer-asm-last.js replace &-1 with |0 at the end of the optimization pipeline 2013-07-09 11:42:25 -07:00
test-js-optimizer-asm-outline1-output.js test for outlining of some of the functions 2013-07-17 11:03:46 -07:00
test-js-optimizer-asm-outline1.js test for outlining of some of the functions 2013-07-17 11:03:46 -07:00
test-js-optimizer-asm-outline2-output.js rename outline test files 2013-07-16 16:02:48 -07:00
test-js-optimizer-asm-outline2.js rename outline test files 2013-07-16 16:02:48 -07:00
test-js-optimizer-asm-pre-output.js do not eliminate away tempDoublePtr uses that are alignment fixes; fixes #1375 2013-07-14 10:14:10 -07:00
test-js-optimizer-asm-pre.js do not eliminate away tempDoublePtr uses that are alignment fixes; fixes #1375 2013-07-14 10:14:10 -07:00
test-js-optimizer-asm-regs-min-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-asm-regs-min.js update test 2013-06-24 13:40:17 -07:00
test-js-optimizer-asm-regs-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-asm-regs.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-asm-relocate-output.js do not relocate function pointers when no need to (no such table in parent) 2013-07-03 15:31:05 -07:00
test-js-optimizer-asm-relocate.js do not relocate function pointers when no need to (no such table in parent) 2013-07-03 15:31:05 -07:00
test-js-optimizer-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-regs-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-regs.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t2-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t2.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t2c-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t2c.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t3-output.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer-t3.js update tests 2013-06-21 16:37:48 -07:00
test-js-optimizer.js update tests 2013-06-21 16:37:48 -07:00