aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-23testcase for issue #2244Alon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2241 from Noxalus/incomingAlon Zakai
2014-03-18Complete the list of properly supported keysNoxalus
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
2014-03-18Update test runner help text.Bruce Mitchener
2014-03-17add ifs benchmarkAlon Zakai
2014-03-17flip a non-existent else block in simplifyIfs, if adding such a block can helpAlon Zakai
2014-03-17flip in simplifyElses if it can helpAlon Zakai
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17make simplifyIfs a settings optionAlon Zakai
2014-03-17fix else fusing when label has multiple assigns or checksAlon Zakai
2014-03-17comment on outlining downsidesAlon Zakai
2014-03-17fuse elses to remove unnecessary label settings and checks, after we simplifi...Alon Zakai
2014-03-17don't commaify if it doesn't helpAlon Zakai
2014-03-17simplify nested ifs with identical elsesAlon Zakai
2014-03-17uncommaify between ifs that can potentially be simplifiedAlon Zakai
2014-03-17remove unnecessary code from simplifyIfsAlon Zakai
2014-03-17add another if testcase in relooperAlon Zakai
2014-03-17add test_simplify_ifsAlon Zakai
2014-03-17filter out empty blocks in simplifyIfsAlon Zakai
2014-03-17simplifyIfs js optimizer passAlon Zakai
2014-03-17Cleaned up required files (some things aren't needed for this test); Run `npm...Alan K
2014-03-17Updated gitignoreAlan K
2014-03-17Fixed accidental submoduleAlan K
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
2014-03-17Merge pull request #2234 from Noxalus/incomingAlon Zakai
2014-03-17Merge pull request #2228 from Daft-Freak/patch-1Alon Zakai
2014-03-17Set errno and return -1Charlie Birks
2014-03-17fix relooper testAlon Zakai
2014-03-17Return error in raiseCharlie Birks
2014-03-17Fix numepad 0 key and add few other keysNoxalus
2014-03-16Add local broker for webrtc p2p test. Fixes #1974.Alan K
2014-03-16Merge pull request #2229 from Daft-Freak/patch-2juj
2014-03-16Fix unregistering of event handlers (all params of removeEventListener must *...Jukka Jylänki
2014-03-15don't needlessly add empty nodes in asm normalization/denormalizationAlon Zakai
2014-03-15remove empty subnodes after aggressive variable eliminationAlon Zakai
2014-03-15remove empty subnodes after vacuumAlon Zakai
2014-03-15remove empty subnodes after eliminateAlon Zakai
2014-03-15fix commented-out relooper codeAlon Zakai
2014-03-15Add eglWaitGLCharlie Birks
2014-03-15Add stub for raiseCharlie Birks
2014-03-14add -profiling optionAlon Zakai
2014-03-14test for bad triple warningAlon Zakai
2014-03-14add a Nested branch type in relooper, to represent a path we must make sure i...1.13.2Alon Zakai
2014-03-14Merge pull request #2224 from juj/osx_mouseAlon Zakai