aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2012-11-27fix vtable null termination with indexed globalsAlon Zakai
2012-11-27do not globalIndex externalsAlon Zakai
2012-11-27correct indexed globals in structured constantsAlon Zakai
2012-11-27fix assignment to indexed globalAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-27fix NUM_NAMED_GLOBALS bug with global postsets and add test coverageAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...Alon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-13headless optionAlon Zakai
2012-11-12handle byval varargs; fixes #705Alon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-09cleanupAlon Zakai
2012-11-09fix bug with line cleanupAlon Zakai
2012-11-09remove unneeded lines in outputAlon Zakai
2012-11-09fix switch relooping with multiple identical targetsAlon Zakai
2012-11-09support invoke in new relooper; fix branch code generation; generate emulated...Alon Zakai
2012-11-08ignore resumeAlon Zakai
2012-11-08handle switch with new relooperAlon Zakai
2012-11-08ignore unreachableAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08render phis in new relooperAlon Zakai
2012-11-08start to send proper data to relooperAlon Zakai
2012-11-08initial hackingAlon Zakai
2012-11-06remove now-unneeded currFunctionsAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix printing of GENERATED_FUNCTIONSAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-19emit unreachable throws only in ASSERTIONS modeAlon Zakai
2012-10-17improve runtimelink handling of function aliasesAlon Zakai
2012-10-11make runtimelink work in the browserAlon Zakai
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
2012-09-25Define and document SHELL_FILE in settings.jsChad Austin
2012-09-25Fix a crash when invoking emcc without a shell file.Chad Austin
2012-09-25Add a SHELL_FILE option to emscripten for more flexibility.Chad Austin
2012-07-04remove unneeded byte padding in global allocations of individual number typesAlon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-05-28throw on writes to absolute memory addresses; fixes #451Alon Zakai
2012-05-18WARN_ON_UNDEFINED_SYMBOLSAlon Zakai
2012-05-12simply compiler by always pushing back phisAlon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-04-21do not add empty lines for library dependencies already handledAlon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...Alon Zakai
2012-04-20make library and gl debug configurable at runtime, and share the pretty print...Alon Zakai
2012-04-11include glMatrix when glBegin is usedAlon Zakai
2012-04-02print return values in LIBRARY_DEBUG modeAlon Zakai