aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-24auto-generate library stubs that abort for missing library functions, and imp...Alon Zakai
2013-04-23remove UNRESOLVED_AS_DEAD since it doesn't workAlon Zakai
2013-04-22show clear error message instead of 987 when too many setjmp callsAlon Zakai
2013-04-19support for Runtime.addFunction in asm.jsAlon Zakai
2013-04-18setjmp support for asm.jsAlon Zakai
2013-04-11infrastructure for supporting exceptions in asm.js, by going through invoke_*...Alon Zakai
2013-04-11clarify INVOKE_RUNAlon Zakai
2013-04-09make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c...Alon Zakai
2013-04-05test various chunk sizes for memory allocationAlon Zakai
2013-03-30rephrase commentAlon Zakai
2013-03-28Updated comment for DEAD_FUNCTIONS.Michael Bishop
2013-03-20remove CATCH_EXIT_CODE and make it the default behaviorAlon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-18add option to turn all unresolved references into dead functions (i.e., no co...Alon Zakai
2013-03-17add OPENAL_DEBUG to settings.jsAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-15add option to disable utf support, and test that in asm2gAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-08deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1Alon Zakai
2013-03-04Delete the compiled relooper.js (but allow specification of an arbitrary relo...Chad Austin
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-27cleanupsAlon Zakai
2013-02-27FORCE_GL_EMULATION optionAlon Zakai
2013-02-26Add CHECK_HEAP_ALIGN to perform runtime alignment checksVladimir Vukicevic
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
2013-02-23turn on precise i32 multiplication by defaultAlon Zakai
2013-02-22always use Math.imul, with fast polyfill. will be useful for faster 64-bit mathAlon Zakai
2013-02-22GL_UNSAFE_OPTS optionAlon Zakai
2013-02-22turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...Alon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17memory corruption checkerAlon Zakai
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have p...Alon Zakai
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the w...Alon Zakai
2013-02-08make gl temp buffer size adjustableAlon Zakai
2013-02-04Merge pull request #832 from waywardmonkeys/typo-fixesAlon Zakai
2013-02-04EXPLICIT_ZEXT optionAlon Zakai
2013-02-04Fix typos.Bruce Mitchener
2013-01-28improve asm safe heap support and add ASM_HEAP_LOGAlon Zakai
2013-01-25benchmark code gen optionAlon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov
2013-01-10auto-export some special functions if they are dependencies of a JS library e...Alon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai