aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2011-11-22remove buggy condition stealing optimization, that is no longer useful anyhowAlon Zakai
2011-11-21some unused code possibilities regarding switchAlon Zakai
2011-11-19fix for phis from invokeAlon Zakai
2011-11-18support reaching phi from invoke, and a workaround with vars in phi sets for ...Alon Zakai
2011-11-18cleverer dependency resolving in phisAlon Zakai
2011-11-18minor optimization for phiAlon Zakai
2011-11-18support switches to phiAlon Zakai
2011-11-18phi progress, almost all unoptimized tests passAlon Zakai
2011-11-18add new var intertype for hollowed-out phisAlon Zakai
2011-11-18further refactoring of phi, and work towards optimized phiAlon Zakai
2011-11-18refactor phi code for unoptimized caseAlon Zakai
2011-11-16tell closure compiler not to inline very large functions. use closure in all ...Alon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-11fix phi semantics with multiple dependent phisAlon Zakai
2011-11-10do not use i64s in llvm intrinsics that don't need itAlon Zakai
2011-11-10more i64 fixes and testsAlon Zakai
2011-11-10i64 fixes, first part of test_i64 passesAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-11-06fix bug with re-processing type and other info for each function, leading to ...Alon Zakai
2011-11-03refactor getFastValueAlon Zakai
2011-10-31fix bug with IGNORED_FUNCTIONSAlon Zakai
2011-10-31ignore ignored functions in list of generated functions (they may be overridd...Alon Zakai
2011-10-31explicitly identify emscripten-generated functions (as opposed to library one...Alon Zakai
2011-10-28IGNORE_FUNCTIONS optionAlon Zakai
2011-10-16option to not inline library functionsAlon Zakai
2011-10-16inline specific library functions for speedAlon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-07handle numbers in getVarImpl (for example, storing to null will end up a 0 th...Alon Zakai
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
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 p...Alon Zakai
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ...Alon Zakai
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