aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2011-09-15Fixed support for library-defined globals of non-struct types.max99x
2011-09-14Comment fix.max99x
2011-09-14Cleaned up library-defined global var jsifier.max99x
2011-09-13Preventing genuine JS errors from being caught by C++ handlers.max99x
2011-09-13Merge remote-tracking branch 'upstream/master'max99x
2011-09-13Allowed library to define global variables that override undefined externals.max99x
2011-09-13Allowed library functions to request JS-style varargs.max99x
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ...Alon Zakai
2011-08-28FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fixAlon Zakai
2011-08-27intertyper tweaksAlon Zakai
2011-08-26Switched from "var x = function x() {}" to plain "function x() {}" for lib fu...max99x
2011-08-25Style fixes in response to code review. No change in functionality.max99x
2011-08-25Prevented library stubs from overwriting LL declarations in the JSifier.max99x
2011-08-25JSifier and Intertyper changes to support external varargs functions.max99x
2011-08-25Fixed usage of parent global vars inside shared libs.max99x
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