.. |
eliminator
|
do not track eliminable variables from one switch statement to another, if they have any dependencies; fixes #2003
|
2014-01-15 21:06:50 -08: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
|
2013-10-15 14:38:40 -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
|
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
|
move import in cache.py to avoid module interdependencies; fallout from 0f5135e436 breaking test_llvm_nativizer
|
2013-12-02 20:12:40 -05: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
|
fix file packager
|
2013-12-20 20:30:03 -08: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
|
enable a form of safe heap in asm, using js optimizer pass to ensure full coverage and support for fastcomp
|
2014-01-16 11:27:39 -08:00 |
js_optimizer.py
|
Split name-minification into a separate pass from registerization.
|
2014-01-16 01:02:43 +11:00 |
jsrun.py
|
hackish emscript_fast toolchain integrations
|
2013-11-19 18:19:48 -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
|
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
|
fix for nativize tool
|
2014-01-11 18:07:06 -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 default setting line for running crunch tool, primarily from CRUNCH env var, and secondarily from PATH.
|
2013-11-17 22:06:05 +02:00 |
shared.py
|
re-merge split blocks in multiples
|
2014-01-15 17:49:23 -08:00 |
split.py
|
Adjust split.py tool logic for generating output filenames to not generate the full absolute path names to the splitted filenames. This fixes a Windows problem where invalid path concatenations like 'somethingC:/projects/emscripten/hello_world.js' would be generated, and shortens the path structure to not contain redundant directory names. Fixes test browser.test_split_in_source_filenames on Windows.
|
2013-11-17 22:05:13 +02: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
|
Optimize away masks on stores to HEAP8 and HEAP16.
|
2013-12-19 15:28:27 -08:00 |
test-js-optimizer-asm-pre.js
|
Optimize away masks on stores to HEAP8 and HEAP16.
|
2013-12-19 15:28:27 -08: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-shiftsAggressive-output.js
|
fix aggressiveVariableElimination bug and add testing
|
2014-01-14 20:54:14 -08:00 |
test-js-optimizer-shiftsAggressive.js
|
fix aggressiveVariableElimination bug and add testing
|
2014-01-14 20:54:14 -08: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 |