.. |
eliminator/node_modules
|
…
|
|
node_modules/source-map
|
…
|
|
optimizer
|
Merge branch 'aphs-optimize-optimizer-4' of https://github.com/aidanhs/emscripten into incoming
|
2015-09-18 15:16:42 -07:00 |
ports
|
Merge pull request #3686 from Daft-Freak/test_keypress_default
|
2015-08-18 14:17:21 -07:00 |
scons/site_scons/site_tools/emscripten
|
…
|
|
source-maps
|
…
|
|
__init__.py
|
…
|
|
asm_module.py
|
support const in import_sig, so f0 can be recognized
|
2015-08-24 17:53:34 -07:00 |
autodebugger.py
|
update autodebugger for musl
|
2015-06-02 14:52:42 -07:00 |
autodebugger_c.py
|
…
|
|
autodebugger_indenter.py
|
…
|
|
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
|
…
|
|
bindings_generator.py
|
…
|
|
bisect_pair.py
|
…
|
|
bisect_pair_lines.py
|
…
|
|
cache.py
|
unify messages on building things in the cache
|
2015-07-20 12:29:24 -07:00 |
clean_webconsole.py
|
…
|
|
client_mods.py
|
refactor client code mods code
|
2015-09-21 14:53:38 -07:00 |
crunch-worker.js
|
…
|
|
diff_autodebugger.py
|
…
|
|
distill_asm.py
|
add distill_asm.py option to leave only the function
|
2015-04-30 16:25:29 -07:00 |
emconfiguren.py
|
…
|
|
emmaken.py
|
…
|
|
emmakenxx.py
|
…
|
|
emterpretify.py
|
suggest use of EMTERPRETIFY_FILE when emterpreter bitcode is large
|
2015-09-10 14:08:17 -07:00 |
exec_llvm.py
|
…
|
|
ffdb.py
|
…
|
|
file2json.py
|
…
|
|
file_packager.py
|
remove the deprecated --compression option
|
2015-09-20 15:54:04 -07:00 |
find_bigfuncs.py
|
…
|
|
find_bigis.py
|
…
|
|
find_bigvars.py
|
…
|
|
fix_closure.py
|
…
|
|
gen_struct_info.py
|
ignore dangerous env vars when bootstrapping struct_info
|
2015-06-18 11:24:52 -07:00 |
js-optimizer.js
|
Merge pull request #3733 from aidanhs/aphs-fix-switch-elimination
|
2015-09-18 13:48:46 -07:00 |
js_optimizer.py
|
When js optimizer fails, print out the return code it failed with.
|
2015-08-26 15:42:28 +03: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
|
…
|
|
ll-strip.py
|
…
|
|
lz4-compress.js
|
optimize lz4 compression
|
2015-09-10 18:02:28 -07:00 |
make_file.py
|
…
|
|
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
|
…
|
|
merge_pair.py
|
tolerate missing functions in merge_pair.py
|
2015-01-28 14:07:59 -08:00 |
namespacer.py
|
…
|
|
nativize_llvm.py
|
Fix tools/nativize_llvm.py to return nonzero exit code on failure, and add test_llvm_nativizer to test and abort on nonzero condition.
|
2015-09-15 18:34:47 +03:00 |
parse_unaligned.py
|
…
|
|
profile_stripper.py
|
…
|
|
profile_used.py
|
…
|
|
reproduceriter.js
|
…
|
|
reproduceriter.py
|
…
|
|
response_file.py
|
…
|
|
scan_js.py
|
…
|
|
scan_ll.py
|
…
|
|
separate_asm.py
|
add separate_asm tool
|
2015-08-25 11:10:35 -07:00 |
settings_template_readonly.py
|
…
|
|
shared.py
|
fix closure compiler check
|
2015-09-20 17:44:03 -07:00 |
stubify_ll.py
|
…
|
|
system_libs.py
|
remove misleading comment
|
2015-08-12 16:17:57 -07:00 |
tempfiles.py
|
In tools/tempfiles.py try_delete(), have chmod() add the write bit, and not take other bits away.
|
2015-09-05 00:48:24 +03:00 |
traverse.py
|
…
|
|
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
|
Improve error messages that refer to ~/.emscripten to print the actual used location of ~/.emscripten instead (the EM_CONFIG variable) in order to not lead the user to editing the wrong file. Also add debug logging about where Emscripten config is being read from.
|
2015-09-16 01:30:40 +03:00 |
webidl_binder.py
|
store webidl temporary strings in an optimized memory structure, avoiding stack overflows
|
2015-07-14 14:44:43 -07:00 |