Commits
User selector
Commit History
Commits on Feb 5, 2021
Use LLVM's legacy pass manager for now (#13426)
Show description for 8862ad5authored
Commits on Feb 3, 2021
Don't disable all parallelism when EMCC_DEBUG is set (#13404)
Show description for 2bdbaf3authored
Commits on Jan 28, 2021
Don't export all symbols in RELOCATABLE mode. (#13366)
Show description for 06825ecauthoredRemove complexity in caching of llvm-nm results. NFC (#13360)
Show description for 96ffe11authored
Commits on Jan 27, 2021
Override get_num_cores when in EMCC_DEBUG mode (#13331)
Show description for 110a856authored
Commits on Jan 8, 2021
Combine check_call and print_compiler_stack. NFC. (#13203)
Show description for 2458fe3authored
Commits on Jan 6, 2021
Remove remnants of threadInfoStruct JS variable (#13121)
Show description for 4cdb029authored
Commits on Jan 2, 2021
Run llvm-objcopy via check-call (#13159)
Show description for 8b3466fauthored
Commits on Nov 20, 2020
Split library_pthread_wasm.c into its two logical parts. NFC. (#12836)
Show description for 4212020authored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Nov 17, 2020
Commits on Nov 10, 2020
Quiet wasm-opt when no output specified (#12754)
Show description for 8091b98authored
Commits on Nov 9, 2020
Split config file handling out of shared.py. NFC. (#12699)
Show description for 13535caauthored
Commits on Nov 3, 2020
- authored
Revert "Remove some of the magic from emcmake (#12595)" (#12686)
Show description for 6670d38authored
Commits on Nov 2, 2020
Factor out CFLAG calculations in emcc.py. NFC. (#12677)
Show description for 4354fa2authoredHandle different input and output files in emscripten.py. NFC. (#12651)
Show description for 6ae926cauthored
Commits on Oct 30, 2020
Allow linking with -lSDL2_mixer to work properly (#12633)
Show description for 7858fccauthored
Commits on Oct 28, 2020
Remove python2 support. NFC. (#12610)
Show description for 7c2d093authoredFix Closure compiler to work on Windows when java is not installed. (#12622)
Show description for 4608194authored
Commits on Oct 27, 2020
- authored
Remove some of the magic from emcmake (#12595)
Show description for 72364b6authored
Commits on Oct 23, 2020
Fix other.test_separate_dwarf_with_filename on windows (#12592)
Show description for 5f082afauthored
Commits on Oct 22, 2020
Emit a relative path in -gseparate-dwarf (#12549)
Show description for 071ba77authored
Commits on Oct 13, 2020
Commits on Oct 11, 2020
Don't run binaryen postprocessing for Emscripten EH/SjLj (#12399)
Show description for e179b57authored
Commits on Oct 7, 2020
Implement SAFE_HEAP using acorn, and use it on user JS (#12450)
Show description for bec573bauthored
Commits on Oct 5, 2020
Improve SUPPORT_LONGJMP=0 (#12394)
Show description for a2d4949authoredRemove all unused js optimizer passes (#12414)
Show description for f4cf8bbauthored
Commits on Sep 28, 2020
Bump ES version to 2020 (#12343)
Show description for 1e455efauthored
Commits on Sep 23, 2020
Export table from wasm module by default (#12296)
Show description for ead3f8dauthored
Commits on Sep 16, 2020
Remove unused arguments in python code (#12237)
Show description for ea97b59authored
Commits on Sep 14, 2020
Do not run binaryen opts in -O1 (#12178)
Show description for cdb0f4dauthoredRun wasm-emscripten-finalize only when needed, and add ERROR_ON_WASM_CHANGES_AFTER_LINK option (#12173)
Show description for c334944authoredMinor cleanups to python linking code. NFC (#12201)
Show description for 3f53117authored