emscripten/tools
Alon Zakai 3a91f843e7 sort in find_bigfuncs.py 2013-10-10 19:35:41 -04:00
..
eliminator update js optimizer tests 2013-10-03 10:53:57 -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 Fix source map generation on Windows. Fixes #1333. 2013-08-17 22:01:48 +03:00
__init__.py Rewrite of emscripten.py: 2011-07-07 12:24:09 +03:00
asm_module.py optimize asm function table emitting 2013-10-01 21:11:32 -07:00
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 optimizer autodebugger indenter for memory use 2012-02-06 17:30:59 -08:00
autodebugger_js.py rename __stackbase__ to sp 2013-07-07 16:48:12 -07:00
autodediffer.py autodebug diff tool 2011-11-12 12:24:58 -08:00
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 fix prepareClientAttributes bugs: handle non-packed vertex attributes properly 2012-04-28 13:22:18 -07:00
crunch-worker.js support for non-square crunch textures with mipmaps 2012-06-20 10:56:18 -07:00
diff_autodebugger.py autodebugger improvements for floats 2011-06-09 21:11:21 -07:00
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 Allow the PNaCl toolchain to be used in place of a standard version of Clang. 2013-08-08 16:32:32 -07:00
file2json.py file2json stuff 2011-10-19 16:14:23 -07:00
file_packager.py allow null second param in createPreloadedFile|createDataFile so that file packager does not need PATH, and works through closure 2013-08-29 12:00:32 -07:00
find_bigfuncs.py sort in find_bigfuncs.py 2013-10-10 19:35:41 -04:00
find_bigis.py find_bigis tool 2012-01-26 17:27:05 -08:00
find_bigvars.py tool to find functions with lots of vars 2013-08-12 10:14:17 -07:00
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
gen_struct_info.py Fix some comments and bump EMSCRIPTEN_VERSION 2013-09-25 17:44:57 +02:00
ie7_fix.py Tweak to deal with === 2012-03-02 02:12:41 +00:00
js-optimizer.js avoid X-(-Y) in js optimizer; fixes #1685 2013-10-09 13:22:24 -04:00
js_optimizer.py write out file in standalone call to js_optimizer.py 2013-09-23 16:50:49 -07:00
jsrun.py Use the logging framework instead of print, to be consistent and as the logging framework prints out messages unbuffered which is more responsive on Windows. 2013-09-26 12:44:54 +03: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 tweak make_file 2011-10-17 16:59:41 -07:00
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
merge_asm.py add tools to split and merge asm modules from the surrounding code 2013-08-01 20:32:10 -07: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 Allow the PNaCl toolchain to be used in place of a standard version of Clang. 2013-08-08 16:32:32 -07: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
response_file.py Fix escaping of parameters in response file generation for Windows. Fixes #1471. Possibly related to the problem reported in #1533. 2013-08-17 23:05:48 +03:00
scan_js.py add js bloatscan tool 2012-03-31 21:05:34 -07:00
scan_ll.py add llvm function size scanner 2012-03-11 18:17:53 -07:00
settings_template_readonly.py Improve the generation of ~/.emscripten on Windows. 2013-08-08 16:32:32 -07:00
shared.py use aliasing function pointers in -O1 2013-10-09 15:26:46 -04:00
split.py Remove executable permissions on simple files 2013-05-03 13:18:26 -07:00
split_asm.py add tools to split and merge asm modules from the surrounding code 2013-08-01 20:32:10 -07:00
tempfiles.py fix save_debug_files 2013-09-25 15:17:47 -07: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-minlast-output.js avoid X-(-Y) in js optimizer; fixes #1685 2013-10-09 13:22:24 -04:00
test-js-optimizer-asm-minlast.js avoid X-(-Y) in js optimizer; fixes #1685 2013-10-09 13:22:24 -04:00
test-js-optimizer-asm-outline1-output.js properly outline the while (1) switch pattern 2013-09-06 21:56:41 -07:00
test-js-optimizer-asm-outline1.js properly outline the while (1) switch pattern 2013-09-06 21:56:41 -07:00
test-js-optimizer-asm-outline2-output.js fix limit in outlining.flatten, and adjust to 1/4 of the outlining target 2013-08-13 17:33:02 -07:00
test-js-optimizer-asm-outline2.js abort outlining if it leads to the new function or old function exceeding the original function in size 2013-07-21 10:55:08 -07:00
test-js-optimizer-asm-outline3-output.js fix bug in aggressive variable elimination and re-enable it 2013-07-25 19:56:24 -07:00
test-js-optimizer-asm-outline3.js fix bug in aggressive variable elimination and re-enable it 2013-07-25 19:56:24 -07:00
test-js-optimizer-asm-pre-output.js update js optimizer tests 2013-10-03 10:53:57 -07:00
test-js-optimizer-asm-pre.js update js optimizer tests 2013-10-03 10:53:57 -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 js optimizer tests 2013-10-03 10:53:57 -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 other.test_js_optimizer 2013-09-12 11:29:04 -07:00
test-js-optimizer-regs.js update other.test_js_optimizer 2013-09-12 11:29:04 -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
validate_asmjs.py Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primary source for locating SpiderMonkey. If it was not set appropriately, look from PATH. 2013-09-11 10:33:47 +03:00