aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
2013-11-21fastcomp debug stuffAlon Zakai
2013-11-21move some output behind DEBUGAlon Zakai
2013-11-20use implementedFunctions from js libraries as well; hello world passes using ...Alon Zakai
2013-11-20receive implementedFunctions from fastcompAlon Zakai
2013-11-20memory initializer in fastcompAlon Zakai
2013-11-20hack up support for 'glue' phase in js compiler, to just generate glue for ba...Alon Zakai
2013-11-20parse fastcomp output into partsAlon Zakai
2013-11-19hackish emscript_fast toolchain integrationsAlon Zakai
2013-11-19add emscript_fast overview and remove jcache from itAlon Zakai
2013-11-19fork emscript_fastAlon Zakai
2013-11-14fix bug with linking bullet without any metadata whatsoever; fixes other.test...Alon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-25emit tempFloat globalAlon Zakai
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-11write out funcs and free their memory before starting up the funcs processorsAlon Zakai
2013-10-11ignore ; Module line, which can confuse jcache as it contains the current tem...Alon Zakai
2013-10-10do not split up ll into individual lines in pythonAlon Zakai
2013-10-09fix commented indexing debug statementAlon Zakai
2013-10-02Optimize alignment rounding.Dan Gohman
2013-10-02make function pointer aliasing configurableAlon Zakai
2013-10-01make function table emitting nicerAlon Zakai
2013-10-01optimize indexize/blockaddrsize in emscripten.pyAlon Zakai
2013-10-01optimize asm function table emittingAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-27debugging stuffAlon Zakai
2013-09-26fix debug printoutAlon Zakai
2013-09-26Use the logging framework instead of print, to be consistent and as the loggi...Jukka Jylänki
2013-09-25add option to run funcs stage in the browserAlon Zakai
2013-09-25remove duplicate temp file cleanupAlon Zakai
2013-09-23simplify chunk size determination in emscripten.pyAlon Zakai
2013-09-16Integrate the new tool into emscriptenngld
2013-09-10EMCC_STDERR_FILE option, to log stderr in js compiler to a fileAlon Zakai
2013-09-09mark side modules as not valid asm.js, for now; #1577Alon Zakai
2013-09-08track if there is inline js, and if so do not mark as valid asm.jsAlon Zakai
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03assert guards against cross-module stack leaksAlon Zakai
2013-09-03remove obsolete header parsing codeAlon Zakai
2013-09-03fix asm validation of side modulesAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03use function table offset for F_BASE_* in shared modulesAlon Zakai
2013-09-03do not override Runtime methods with asm methods in side modulesAlon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03track maximum function index when using dlopen supportAlon Zakai
2013-08-21remove some function indentation in asm.js blockAlon Zakai
2013-08-16pick up function indexing that only happens in preAlon Zakai