emscripten/tools
Alon Zakai 567b6f9cf6 send multiple inputs to opt, deferring linking 2015-08-14 17:06:30 -07:00
..
eliminator/node_modules move optimizer tests to tests/optimizer 2014-12-19 17:26:07 -08:00
node_modules/source-map Update the source-map library. 2013-06-19 14:15:18 -07:00
optimizer Merge pull request #3679 from waywardmonkeys/bump-windows-stack-size-for-optimizer 2015-08-13 22:40:35 +03:00
ports add freetype 2.6 to ports 2015-08-14 22:26:28 +02: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 depecrated sourceMappingURL syntax 2014-02-25 18:30:14 -08:00
__init__.py Rewrite of emscripten.py: 2011-07-07 12:24:09 +03:00
asm_module.py Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
autodebugger.py update autodebugger for musl 2015-06-02 14:52:42 -07: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 avoid a label variable when outlining, as we modify control flow in confusing ways, and the later passes make assumptions about it 2015-06-02 15:06:39 -07:00
autodediffer.py autodebug diff tool 2011-11-12 12:24:58 -08:00
bindings_generator.py deprecate bindings generator 2014-04-24 19:38:17 -07:00
bisect_pair.py fuzzing tweaks 2015-01-05 13:56:56 -08:00
bisect_pair_lines.py add line bisector tool 2014-05-19 11:14:43 -07:00
cache.py unify messages on building things in the cache 2015-07-20 12:29:24 -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
distill_asm.py add distill_asm.py option to leave only the function 2015-04-30 16:25:29 -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
emterpretify.py Merge branch 'incoming' into musl-syscall 2015-07-08 13:57:24 -07: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
ffdb.py Improve previous fix to take into account different error numbers. 2014-07-16 15:56:11 +02:00
file2json.py file2json stuff 2011-10-19 16:14:23 -07:00
file_packager.py file_packager: make fileData* variables local 2015-06-16 15:04:20 -07:00
find_bigfuncs.py ignore empty functions in tools/find_bigfuncs 2014-07-24 15:44:29 -07:00
find_bigis.py fix find_bigis.py tool 2014-01-28 12:16:17 -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 ignore dangerous env vars when bootstrapping struct_info 2015-06-18 11:24:52 -07:00
js-optimizer.js Merge branch 'incoming' into musl-syscall 2015-07-14 15:33:28 -07:00
js_optimizer.py [optimizer] Use the correct emscripten_temp location. 2015-08-13 15:41:34 +07:00
jsrun.py Fix JS engine detection to not incorrectly detect nodejs as d8 when d8 occurs in the path 2015-03-03 17:25:05 -05:00
line_endings.py Add a new tool that examines the given text file for line endings, and returns whether they are consistent. Adjust the test suite to test that each test file that is being run has proper line endings. This uncovers issue #2133 to show in the test suite. 2014-07-28 23:12:38 +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 Refactor tools/shared.py to not create a emscripten_temp_xxxxx directory immediately on import, but only when asked. Fixes #706. 2015-02-20 15:25:08 +02:00
merge_asm.py add tools to split and merge asm modules from the surrounding code 2013-08-01 20:32:10 -07:00
merge_pair.py tolerate missing functions in merge_pair.py 2015-01-28 14:07:59 -08: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 fix llvm nativizer tool for fastcomp 2014-02-21 14:44:32 -08:00
parse_unaligned.py tool to parse unaligned output 2014-02-05 11:52:45 -05:00
profile_stripper.py more work on hackish function removal using profiling 2014-03-07 14:25:25 -08:00
profile_used.py more work on hackish function removal using profiling 2014-03-07 14:25:25 -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
response_file.py Fix test_asm_pgo on Windows by using response files. The test failed by exceeding Windows command line length limitations, giving an error "WindowsError: [Error 87] The parameter is incorrect". Also extend the logging given by EM_BUILD_VERBOSE=3 to print out the compiler invokations. 2013-11-09 20:58:48 +02: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 Add a note to .emscripten config file on how to configure native optimizer location. 2014-12-19 10:57:16 -05:00
shared.py send multiple inputs to opt, deferring linking 2015-08-14 17:06:30 -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
stubify_ll.py silly little llvm debug tool 2014-02-11 17:03:23 -08:00
system_libs.py remove misleading comment 2015-08-12 16:17:57 -07:00
tempfiles.py autoclean temp files, and add a get_dir method 2015-08-14 16:37:00 -07:00
traverse.py improve test traversal tool 2014-04-10 12:38:04 -07:00
update_libc_symbols.sh do not build dns code in musl, on the web we need to handle that very differently 2015-06-05 13:15:59 -07:00
validate_asmjs.py Fix validate_asmjs.py to print a better error message when spidermonkey shell is not found. 2014-12-05 11:47:08 -08:00
webidl_binder.py store webidl temporary strings in an optimized memory structure, avoiding stack overflows 2015-07-14 14:44:43 -07:00