aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Collapse)Author
2011-10-07handle numbers in getVarImpl (for example, storing to null will end up a 0 ↵Alon Zakai
there)
2011-09-25automatic checks for missing C definesAlon Zakai
2011-09-24improve option to disable exception catching; fixes ammo speed regressionAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
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
Conflicts: src/intertyper.js tests/runner.py
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-08Merge branch 'master' into llvm-svnAlon Zakai
2011-09-08expose branch condition to analysis; fixes ta2 bug with test_ifAlon Zakai
2011-09-07typo fixAlon Zakai
2011-09-07improve global alias processing, including sort by dependency. poppler test ↵Alon Zakai
passes
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ↵Alon Zakai
test it
2011-09-06do not indexize global aliasesAlon Zakai
2011-09-06handle llvm funcs in aliasesAlon Zakai
2011-09-06fix switch for the case with no labels givenAlon Zakai
2011-09-04fix bug with stub functions and implemented library functionsAlon Zakai
2011-09-04stubs for lifecycle intrinsics, and do not generate calls to stubsAlon Zakai
2011-09-02LIBRARY_DEBUG optionAlon Zakai
2011-08-31fixes for insertvalueAlon Zakai
2011-08-31initial work to support resume, landingpad and insertvalueAlon 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 ↵max99x
functions.
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
Added a note about shared lib static allocations.
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 ↵Alon Zakai
function indexing by type, and not recognizing the identifier. fixes issue 38
2011-06-29backout previous broken commitAlon Zakai
2011-06-29indexize external functions (for shared libraries, primarily), +some code ↵Alon Zakai
cleanup around that. fixed issues 38
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-26cleanup: do indexizeFunctions inside finalizeLLVMParameterAlon Zakai