aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2011-12-01code cleanup, do not do heavy operations in parameters to print or assertAlon Zakai
2011-12-01misc minor but important memory fixesAlon Zakai
2011-11-30disable unneeded (and slow) JSifying of typesAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-29refactor unparsedFunctions a tiny bitAlon Zakai
2011-11-29more memory debugging tools and minor optimizationsAlon Zakai
2011-11-28support for nested objects in library objects, including functionsAlon Zakai
2011-11-28memory debugging code, and some minor optimizations from itAlon Zakai
2011-11-27When I64_MODE==1, split each global constant int64 at compile time.Benjamin M. Schwartz
2011-11-27move printing of type info to right positionAlon Zakai
2011-11-27do not save function JS in memory, print it out and forget it to save memory ...Alon Zakai
2011-11-27refactor finalCombinerAlon Zakai
2011-11-26fixes for 64-bit values in globals in i64 mode 1Alon Zakai
2011-11-26comment on byvalAlon Zakai
2011-11-25fix for passing structs by value, and warning for unfixable case of passing s...Alon Zakai
2011-11-25fix varargs calls in function pointersAlon Zakai
2011-11-23replace compiler tricks for one-time loop removal and label removal with a pr...Alon Zakai
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