aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-16fix registerize bug with freeing variables from the wrong loopsAlon Zakai
2012-05-16fix invalid characterAlon Zakai
2012-05-16Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-05-16Merge pull request #429 from ehsan/currentMatrixAlon Zakai
Fix the incorrect initial value of GL.immediate.currentMatrix
2012-05-16Fix the incorrect initial value of GL.immediate.currentMatrixEhsan Akhgari
2012-05-16bugfix in registerizeAlon Zakai
2012-05-16properly lock variables to loops in registerizeAlon Zakai
2012-05-15simple optimization to allow more registerization inside loopsAlon Zakai
2012-05-15refactor registerizeAlon Zakai
2012-05-15track number of assigns/modifications in registerizeAlon Zakai
2012-05-15Merge pull request #428 from ehsan/fixesAlon Zakai
A bunch of random fixes
2012-05-15browser gc testAlon Zakai
2012-05-15Stub glAlphaFuncEhsan Akhgari
It's not implemented for now...
2012-05-15Fix IMG_Load to work with absolute pathsEhsan Akhgari
2012-05-15Make FS_LOG work againEhsan Akhgari
Use Module.print, since the print function doesn't seem to be accessible any more for some reason. Without this, enabling FS_LOG causes the browser's print UI to be invoked, which is pretty bad!
2012-05-15Make glHint accept two argumentsEhsan Akhgari
2012-05-15Implement glOrthofEhsan Akhgari
2012-05-15skip test_gc in s_x_xAlon Zakai
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15gc tests for object scanning and atomicsAlon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15further gc work, basic api writtenAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-15move test_emconfig to otherAlon Zakai
2012-05-15Merge pull request #426 from ehsan/em-configAlon Zakai
Add the em-config tool
2012-05-14Add the em-config toolEhsan Akhgari
This tool is useful to use in shell scripts, etc in order to access variables defined in the ~/.emscripten file without depending on the details on how to read and parse it.
2012-05-14emscripten_get_nowAlon Zakai
2012-05-14warn on loss of webgl contextAlon Zakai
2012-05-14allow nonexistent phis in another location + add testAlon Zakai
2012-05-14allow nonexistend phi labels, llvm generates unneeded ones sometimesAlon Zakai
2012-05-14more glEnable/Disable emulation ignoresAlon Zakai
2012-05-14more glColor implementationsAlon Zakai
2012-05-14handle cancel in window.promptAlon Zakai
2012-05-14do not fail on -fcatch-undefined-behaviorAlon Zakai
2012-05-14restore previous element array buffer, not 0, if we replaced it during flushAlon Zakai
2012-05-13fix active client attribute counting and add testAlon Zakai
2012-05-13unbind element array buffer if we bound oneAlon Zakai
2012-05-13fix order in gl_ModelViewProjectionMatrix and add working cube_explosion testAlon Zakai
2012-05-13misc tweaks and add wip cube_explosion testAlon Zakai
2012-05-12clear status in html even if doRun exits through an exceptionAlon Zakai
2012-05-12show Running... when calling run()Alon Zakai
2012-05-12nicer html messages during load/startupAlon Zakai
2012-05-12print saved vars in registerizeAlon Zakai
2012-05-12handle multiple var defs of the same var in registerizeAlon Zakai
2012-05-12speed up O1 by removing unnecessary eliminator passAlon Zakai
2012-05-12simply compiler by always pushing back phisAlon Zakai
2012-05-11fix registerize bugsAlon Zakai
2012-05-11registerize: define all vars once up frontAlon Zakai
2012-05-11Merge pull request #422 from ehsan/immediate_depsAlon Zakai
Make GLImmediate depend on Browser
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai