aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-25improve testcaseAlon Zakai
2014-03-25add testcase for use of call outputs to absolute targetsAlon Zakai
2014-03-24--emit-symbol-map optionAlon Zakai
2014-03-241.14.01.14.0Alon Zakai
2014-03-24Merge branch 'patch-1' of github.com:dandv/emscripten into incomingAlon Zakai
Conflicts: README.markdown
2014-03-24Merge branch 'patch-2' of github.com:dandv/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-24Adding @dandvDan Dascalescu
2014-03-24Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructorAlon Zakai
Remove empty std::type_info destructor.
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-20Explain what LLVM is for new usersDan Dascalescu
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
Update test runner help text.
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2241 from Noxalus/incomingAlon Zakai
Complete the list of properly supported keys
2014-03-18Complete the list of properly supported keysNoxalus
Sort the key code and scan code maps by key and add many missing keys.
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
Add local broker for webrtc p2p test. Fixes #1974.
2014-03-18Update test runner help text.Bruce Mitchener
There is no more o1 test target.
2014-03-18Remove empty std::type_info destructor.Bruce Mitchener
This is provided by libcxxabi and there are actually 3 different destructors, not just this one, so let things pick up libcxxabi correctly.
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 ↵Alon Zakai
simplified ifs
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 ↵Alan K
`npm install` as part of test.
2014-03-17Updated gitignoreAlan K
2014-03-17Fixed accidental submoduleAlan K
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
Provide compile time and run time options for WebSocket URL and subproto...
2014-03-17Merge pull request #2234 from Noxalus/incomingAlon Zakai
Fix numepad 0 key and add few other keys
2014-03-17Merge pull request #2228 from Daft-Freak/patch-1Alon Zakai
Add stub for raise
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
The scan code of the numepad 0 key is 98, not 88 since that correspond to the scan code of KP_ENTER. I took the opportunity to add the missing numepad keys like KP_PLUS, KP_MULTIPLY, etc... Some other keys like caps lock weren't properly detected either.
2014-03-17Add option valid-abspath to add absolute path, which should be considered valid.Andreas Bergmeier
2014-03-17Split clang options passed to clang, to be more concise and less messy. ↵Andreas Bergmeier
Start splitting C and C++ options.
2014-03-16Add local broker for webrtc p2p test. Fixes #1974.Alan K
2014-03-16Merge pull request #2229 from Daft-Freak/patch-2juj
Add eglWaitGL