aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-04Check that module is an object instead of exportsJazz
2013-05-21Handle CommonJS exportsJazz
2013-05-20legalize i64 return types properlyAlon Zakai
2013-05-20correctly count the number of normal vars even when there are i64s before a v...Alon Zakai
2013-05-19export imul through closureAlon Zakai
2013-05-19lua debugging stuffAlon Zakai
2013-05-19fix and clean up benchmark suiteAlon Zakai
2013-05-19export callMain through closureAlon Zakai
2013-05-18separate lua benchmarks when savedAlon Zakai
2013-05-18make test runner library building more robust and enable library reloading in...Alon Zakai
2013-05-18reorder benchmarksAlon Zakai
2013-05-18add lua-binarytrees benchmarkAlon Zakai
2013-05-17run benchmarks longer with fewer repsAlon Zakai
2013-05-17update lua testAlon Zakai
2013-05-17enable lua benchmarkAlon Zakai
2013-05-17add lua scimarkAlon Zakai
2013-05-17prepare for lua benchmarkAlon Zakai
2013-05-17fix lua for native buildsAlon Zakai
2013-05-17make fullscreen handling closure friendlyAlon Zakai
2013-05-17fix highp to lowp in testsAlon Zakai
2013-05-17fix file packager issue with closureAlon Zakai
2013-05-17add browser testing for -O2 --closure 1Alon Zakai
2013-05-17use GL. instead of this. in generateTempBuffers in order to not confuse closureAlon Zakai
2013-05-16make some more asm things closure-friendlyAlon Zakai
2013-05-16fix dyncalls in closure+asm and use closure in benchmarksAlon Zakai
2013-05-16docsAlon Zakai
2013-05-16update testsAlon Zakai
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-05-16Merge pull request #1167 from j4m3z0r/issue645Alon Zakai
2013-05-16fix font rendering in test_sdl_canvasAlon Zakai
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-16Merge pull request #1177 from j4m3z0r/sdl-fixesAlon Zakai
2013-05-16Add myself to AUTHORSJames Gregory
2013-05-16Merge pull request #1173 from manuels/incomingAlon Zakai
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing throug...Alon Zakai
2013-05-16enable aliasing function pointers by default in -O2Alon Zakai
2013-05-15fix separate table function pointer initial valueAlon Zakai
2013-05-15forward gl emulation sigsAlon Zakai
2013-05-15fix some gl sigsAlon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15remove obsolete commentAlon Zakai
2013-05-15add testing for aliasing function pointersAlon Zakai
2013-05-15future proof a testAlon Zakai
2013-05-15handle the case of no function tables with aliasing function pointersAlon Zakai
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-15do not index functions in postAlon Zakai
2013-05-15Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-14* Switch to using offscren canvas for TTF size estimation in SDLJames Gregory
2013-05-14Merge pull request #1171 from BioKom/incomingAlon Zakai