.. |
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
|
…
|
|
scons/site_scons/site_tools/emscripten
|
…
|
|
source-maps
|
Fix source map generation on Windows. Fixes #1333.
|
2013-08-17 22:01:48 +03:00 |
__init__.py
|
…
|
|
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
|
…
|
|
autodebugger_indenter.py
|
…
|
|
autodebugger_js.py
|
…
|
|
autodediffer.py
|
…
|
|
bindings_generator.py
|
…
|
|
bisect_pair.py
|
…
|
|
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
|
…
|
|
crunch-worker.js
|
…
|
|
diff_autodebugger.py
|
…
|
|
emconfiguren.py
|
…
|
|
emmaken.py
|
…
|
|
emmakenxx.py
|
…
|
|
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
|
…
|
|
file_packager.py
|
rename filePackageURL to filePackagePrefixURL
|
2014-01-23 17:58:46 -08:00 |
find_bigfuncs.py
|
sort in find_bigfuncs.py
|
2013-10-10 19:35:41 -04:00 |
find_bigis.py
|
…
|
|
find_bigvars.py
|
tool to find functions with lots of vars
|
2013-08-12 10:14:17 -07:00 |
fix_closure.py
|
…
|
|
gen_struct_info.py
|
Fix some comments and bump EMSCRIPTEN_VERSION
|
2013-09-25 17:44:57 +02:00 |
ie7_fix.py
|
…
|
|
js-optimizer.js
|
Add TODO about more permissive label handling in registerizeHarder
|
2014-01-23 22:37:37 +11:00 |
js_optimizer.py
|
do more parallel work in js optimizer
|
2014-01-25 17:06:34 -08:00 |
jsrun.py
|
hackish emscript_fast toolchain integrations
|
2013-11-19 18:19:48 -08:00 |
ll-strip.py
|
…
|
|
make_file.py
|
…
|
|
make_minigzip.py
|
…
|
|
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
|
…
|
|
nativize_llvm.py
|
fix for nativize tool
|
2014-01-11 18:07:06 -08:00 |
reproduceriter.js
|
…
|
|
reproduceriter.py
|
…
|
|
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
|
…
|
|
scan_ll.py
|
…
|
|
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
|
Bump version to 1.9.5 to cause relooper to rebuild after previous change.
|
2014-01-25 03:45:14 +02: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
|
…
|
|
test-js-optimizer-asm-last.js
|
…
|
|
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
|
…
|
|
test-js-optimizer-asm-outline3-output.js
|
…
|
|
test-js-optimizer-asm-outline3.js
|
…
|
|
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-harder-output.js
|
Simplify handling of switch statements in registerizeHarder.
|
2014-01-23 22:37:31 +11:00 |
test-js-optimizer-asm-regs-harder.js
|
Add dedicated testcases for registerizeHarder pass.
|
2014-01-23 22:32:40 +11:00 |
test-js-optimizer-asm-regs-min-output.js
|
Fix a param-handling bug in normalizeAsm
|
2014-01-20 21:50:09 +11:00 |
test-js-optimizer-asm-regs-min.js
|
Fix a param-handling bug in normalizeAsm
|
2014-01-20 21:50:09 +11:00 |
test-js-optimizer-asm-regs-output.js
|
…
|
|
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
|
…
|
|
test-js-optimizer-asm-relocate.js
|
…
|
|
test-js-optimizer-output.js
|
…
|
|
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
|
…
|
|
test-js-optimizer-t2.js
|
…
|
|
test-js-optimizer-t2c-output.js
|
…
|
|
test-js-optimizer-t2c.js
|
…
|
|
test-js-optimizer-t3-output.js
|
…
|
|
test-js-optimizer-t3.js
|
…
|
|
test-js-optimizer.js
|
…
|
|
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 |