aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-28when legalizing into an i64 mode 1, add artificial params to keep the input ↵Alon Zakai
variables alive
2012-01-28preparations for legalizing zextAlon Zakai
2012-01-28legalize truncAlon Zakai
2012-01-28Merge branch 'incoming' into glgearsEhsan Akhgari
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-28Only define TypedArray_copy when typed arrays are enabledEhsan Akhgari
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-28legalize shlAlon Zakai
2012-01-28refactor lshr legalizationAlon Zakai
2012-01-28improve legalizer testAlon Zakai
2012-01-28legalize lshrAlon Zakai
2012-01-27preparation for legalizing mathopsAlon Zakai
2012-01-27legalizer commentAlon Zakai
2012-01-27legalization for loadAlon Zakai
2012-01-27support legalizing stores with tails of non-32 (but legal) sizeAlon Zakai
2012-01-27first working part of legalizing storesAlon Zakai
2012-01-27Disable the animation in the test to make it more robustEhsan Akhgari
2012-01-27Make the test automated!Ehsan Akhgari
2012-01-27refactor i64 constant parsing to handle integers of arbitrary sizeAlon Zakai
2012-01-27Add a human assisted test for the OpenGL ES implementationEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Add a TODO message to add EMSCRIPTEN_ENVIRONMENT laterEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Merge pull request #189 from ehsan/webbrowser_macAlon Zakai
Pass the absolute file name to the web browser
2012-01-27Add support for using a shell file except than the built-in oneEhsan Akhgari
This adds a --shell-file compiler option which allows users to use a custom shell file.
2012-01-27Merge branch 'glgears' of github.com:ehsan/emscripten into glgearsEhsan Akhgari
2012-01-27Merge branch 'webbrowser_mac' into glgearsEhsan Akhgari
2012-01-27test fixesAlon Zakai
2012-01-27Pass the absolute file name to the web browserEhsan Akhgari
This fixes the failure to launch files in a web browser on Mac.
2012-01-27add testcase for legalizerAlon Zakai
2012-01-27option for _ta2 in test_cases which is only run in ta2Alon Zakai
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-27remove autodebugger test concrete outputs, they differ on different machinesAlon Zakai
2012-01-27Merge pull request #187 from ehsan/handle_broken_lliAlon Zakai
Make the test runner handle broken lli's correctly
2012-01-27Remove the unneeded assertionsEhsan Akhgari
2012-01-27Fix the copy-paste messEhsan Akhgari
2012-01-27Use explicit output for test_autodebugEhsan Akhgari
2012-01-27Don't run lli at all, and run llvm-nm if needed instead of itEhsan Akhgari
2012-01-27Make the test runner handle broken lli's correctlyEhsan Akhgari
lli on platforms such as Linux64 or Mac is broken, so it's best not to rely on it for running our tests on those platforms.
2012-01-27initial setup for work on the legalizerAlon Zakai
2012-01-27reminderAlon Zakai
2012-01-26ntohl etc.Alon Zakai
2012-01-26find_bigis toolAlon Zakai
2012-01-26fix 2 phi bugs with multiple phis and self-refing phisAlon Zakai
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25do not mark floats as unsigned (which then affects how we do ↵Alon Zakai
SAFE_HEAP_LOADS, and takes unnecessary processing time during compilation). fixes test_the_bullet
2012-01-25do not include libraries when autodebuggingAlon Zakai
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25improve nativize_llvmAlon Zakai
2012-01-25use llvm-link in emar instead of llvm-ldAlon Zakai