aboutsummaryrefslogtreecommitdiff
path: root/src/utility.js
AgeCommit message (Expand)Author
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
2010-11-27simplify dump(), avoid memory issuesAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-10-23optimize out unneeded item[0]alon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global func...alon@honor
2010-10-18minor fixes and cleanupsalon@honor
2010-10-09optimize away 1's and 0's in getelementptr; 1% speedupalon@honor
2010-10-02add missing branch detection of default in switch. all reloop but sauer, dlma...alon@honor
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ...alon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@honor
2010-09-21fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob...alon@honor
2010-09-20refactor into filesalon@honor
2010-09-15rewrite enzymatic, compilation is x2.5 fasteralon@honor
2010-09-05optimize FunctionReconstructoralon@honor