aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Collapse)Author
2011-06-26optimize inclusion of default library itemsAlon Zakai
2011-06-26fix breakage by indexing ret valuesAlon Zakai
2011-06-26Minor polish:max99x
* Fixed loose "in" check for library functions in jsifier.js. * Made __globalConstructor__ a var in preamble_sharedlib.js.
2011-06-26Prevented shared libs from overwriting __globalConstructor__.max99x
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-26Fixed function indexing issues between parent and child;max99x
Child no longer includes library, using the parent's instead.
2011-06-25allow exporting library functionsAlon Zakai
2011-06-25Style cleanup for the previous commit.max99x
2011-06-25Added basic support for dynamic module loading.max99x
2011-06-25Added support for exporting (non-function) global variables.max99x
2011-06-24remove unneeded assertion. fixes issue 28Alon Zakai
2011-06-24fix and optimize library aliases by making them refer instead of copyAlon Zakai
2011-06-12revert c24c10ea77e612937f1d3e36b5909ada62587b76Alon Zakai
2011-06-12do not write unnecessary final if in multiple blocksAlon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-24remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix ↵Alon Zakai
issue 14
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-05-14additional sdl and browser stuffAlon Zakai
2011-05-12refactor library_sdlAlon Zakai
2011-04-26properly handle calls to varargs functions without additional argsAlon Zakai
2011-04-22work towards QUANTUM_SIZE=1 (unused)Alon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-04-18refactor parsing of globalsAlon Zakai
2011-04-17finalize parameters in getGetElementPtrIndexesAlon Zakai
2011-04-13refactor library-needing code out of jsifierAlon Zakai
2011-03-21poppler-related tweaksAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-21do not un/reSign constantsAlon Zakai
2011-03-19support for llvm 2.9Alon Zakai
2011-03-15stop using lots of memory to manage strings at the end of compilationAlon Zakai
2011-03-13misc compiler tweaksAlon Zakai
2011-03-12optimize memory usage in jsifierAlon Zakai
2011-03-05correct signs in equality comparisonsAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-27commentsAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-21remove slow identinicerAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-13debugging fixesAlon Zakai
2011-02-12line number debugging infoAlon Zakai
2011-02-11add parens in mathopsAlon Zakai
2011-02-10check whether a postset is needed with global non-array variablesAlon Zakai
2011-02-06strengthen SAFE_HEAP checks for copied valuesAlon Zakai
2011-02-05mathop fixes +testAlon Zakai
2011-02-04unsign in zext to prevent a sign errorAlon Zakai