aboutsummaryrefslogtreecommitdiff
path: root/src/utility.js
AgeCommit message (Expand)Author
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-11-13tidy up case of first letter in error/warningAlon Zakai
2013-10-25detect NaN as a numberAlon Zakai
2013-10-25do not mangle hex float constants in function callsAlon Zakai
2013-10-19commented-out compiler profiler supportAlon Zakai
2013-10-19improve internal compiler BenchmarkerAlon Zakai
2013-09-27fast-path simple gepsAlon Zakai
2013-08-05infrastructure to track the costs of outlining, and to possibly change outlin...Alon Zakai
2013-07-08begin work on outliner pass to break up large functions. part 1: aggressive v...Alon Zakai
2013-03-20abort compilation if there are unresolved in asm.js, after showing them allAlon Zakai
2013-03-12unique ids for aborts for dead functionsAlon Zakai
2013-01-22let dump() avoid funcData pitfallsAlon Zakai
2012-12-07set asm function table sizes to power of two, and add proper maskingAlon Zakai
2012-11-27fix global indexing bugsAlon Zakai
2012-11-20switch dpring to stderrAlon Zakai
2012-11-02improve js Benchmarker utilityAlon Zakai
2012-10-27eliminate into one-time do-while loopsAlon Zakai
2012-05-11print assertions to stderrAlon Zakai
2012-04-11show compiler warnings to console, not in sourceAlon Zakai
2012-02-08refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro...Alon Zakai
2012-02-06optimize memory alignment calculationsAlon Zakai
2012-02-04refactor out the 'assign' intertype, simplifying and optimizing the compilerAlon Zakai
2012-01-15add js benchmark utilityAlon Zakai
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-01unset to undo set in utility.jsAlon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-11-28support for nested objects in library objects, including functionsAlon Zakai
2011-11-25fix for passing structs by value, and warning for unfixable case of passing s...Alon Zakai
2011-11-23replace compiler tricks for one-time loop removal and label removal with a pr...Alon Zakai
2011-11-22fix bugs in (unused) setSubAlon Zakai
2011-11-19partial work to remove assigns of undefined in js optimizerAlon Zakai
2011-11-18phi progress, almost all unoptimized tests passAlon Zakai
2011-11-13warnOnceAlon Zakai
2011-11-10cleanup and fixes for i64Alon Zakai
2011-11-10i64 fixes and testsAlon Zakai
2011-11-10note for future parsing of i64 constsAlon Zakai
2011-08-26optimize generateStructTypes and flattenAlon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-02-22optimize type discoveryAlon Zakai
2011-02-20fixes for benchmarksAlon Zakai
2011-01-23minor fixes and optimizationsAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-23error message when encountering asm callsAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-07fix a few bugs related to highly-nested structsAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai