aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-07Resolve symbolic links when checking for destination locations in ↵Jukka Jylänki
file_packager. Fixes browser.test_preload_file on OSX.
2014-03-07Update AUTHORSNoxalus
2014-03-07Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreenjuj
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
2014-03-07Update test_sdl_wm_togglefullscreen to continuously render to queried canvas ↵Jukka Jylänki
size.
2014-03-07Correct my email address.Andreas Bergmeier
2014-03-06some primitive profiling toolsAlon Zakai
2014-03-06only include necessary system libraries amongst each other based on explicit ↵Alon Zakai
dependencies; fixes #2191
2014-03-06remove extraneous eps since we have svgHaneef Mubarak
2014-03-06use png instead of jpeg for logosHaneef Mubarak
2014-03-06provide a bitmap for the 'powered-by' logoHaneef Mubarak
2014-03-06move 'powered by' logo to media dirHaneef Mubarak
2014-03-06add (void) to C functions in emscripten.hAlon Zakai
2014-03-06only include necessary system libraries amongst each other based on explicit ↵Alon Zakai
dependencies; fixes #2191
2014-03-06Merge pull request #2182 from juj/llvm_versionAlon Zakai
llvm_version check.
2014-03-06Merge pull request #2195 from waywardmonkeys/upstream-scons-changesAlon Zakai
Upstream scons changes
2014-03-06Merge pull request #2198 from juj/interactive_testsAlon Zakai
Interactive tests
2014-03-06mark opts in fuzz savesAlon Zakai
2014-03-06add commented out line to help debugging llvm opt abortsAlon Zakai
2014-03-06add docs and testing for mem init file being asyncAlon Zakai
2014-03-06show logging about preload/pre-main time even without a mainAlon Zakai
2014-03-06Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.Jukka Jylänki
2014-03-06Added new test suite 'interactive', which contains those browser tests that ↵Jukka Jylänki
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-06Upstream changes to scons support from IMVU.Bruce Mitchener
2014-03-06Update closure-externs.jsNoxalus
Add a gamepad support with closure.
2014-03-05Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.Dan Gohman
2014-03-05Disable emptyasm_aue, as inline asm is now diagnosed with an error.Dan Gohman
This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away.
2014-03-05remove stale dependencies in openalAlon Zakai
2014-03-05throttle glut requestAnimationFrames; fixes #2183Alon Zakai
2014-03-05disable asm validation when backend tells usAlon Zakai
2014-03-05run llvm-lit on JS codegen testsAlon Zakai
2014-03-05Merge pull request #2190 from DerKoun/incomingAlon Zakai
Fix for full screen closing immediately
2014-03-06Fixed full screen closing immediatelyDerKoun
Fixed full screen closing immediately because of canvas container not being defined.
2014-03-05Add EXT_shader_texture_lod to trivially supported extensionsVladimir Vukicevic
2014-03-05emscripten_debugger()Alon Zakai
2014-03-05some test_outline updatesAlon Zakai
2014-03-05use -m32 in fuzzerAlon Zakai
2014-03-05Allow going fullscreen in response to mousedown eventsjonas echterhoff
2014-03-05Merge commit '0ec7107' into HEADAlon Zakai
2014-03-05Merge commit '19312ae' into HEADAlon Zakai
2014-03-05If the directory tree for used LLVM compiler is not from a LLVM source ↵Jukka Jylänki
checkout and clang_version is not found, assume clang_version = llvm_version.
2014-03-04Pass OPT_LEVEL into llc's -O option.Dan Gohman
2014-03-04explain EXPORTED_FUNCTIONS betterAlon Zakai
2014-03-04Update for the new datalayout string.Dan Gohman
2014-03-04Fix an implicit declaration of atoi in sqlite's benchmark.c.Dan Gohman
2014-03-04Pass correct args for test_sdl_canvas.Bruce Mitchener
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ↵Alon Zakai
errors in improper function calls with the wrong type (but we do warn in this test)
2014-03-03forward assertions setting into backend, and test checking for invalid # of ↵Alon Zakai
args in static calls
2014-03-03enable errors on implicit functions by default; fixes #2175Alon Zakai
2014-03-03Merge pull request #2179 from sunfishcode/incomingAlon Zakai
Revert the extendedprecision.ll change in 76ad462, since this test isn't...