aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2011-08-24Prevented quoting of library object properties (Closure Compiler compatibility).max99x
2011-08-15allow generateStructInfo to work at runtime with structMetadataAlon Zakai
2011-08-14DISABLE_EXCEPTIONS optionAlon Zakai
2011-08-09simplify unreachable js annotationAlon Zakai
2011-08-06Replaced "new Date.getTime()" with "Date.now()";max99x
2011-08-05Made global allocations non-static in shared libraries.max99x
2011-07-22Fixed INCLUDE_FULL_LIBRARY including __deps and __postset fields.max99x
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-07-15option to provide type info at run timeAlon Zakai
2011-07-07fixes for strict modeAlon Zakai
2011-07-04support for llvm aliasesAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper fun...Alon Zakai
2011-06-29backout previous broken commitAlon Zakai
2011-06-29indexize external functions (for shared libraries, primarily), +some code cle...Alon Zakai
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-26cleanup: do indexizeFunctions inside finalizeLLVMParameterAlon Zakai
2011-06-26optimize inclusion of default library itemsAlon Zakai
2011-06-26fix breakage by indexing ret valuesAlon Zakai
2011-06-26Minor polish:max99x
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
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 iss...Alon Zakai
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