aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-30support bitcasts of doubles to i64s in i64 mode 1Alon Zakai
2012-01-30handle 32-bit bitcasts int <-> float properlyAlon Zakai
2012-01-29legalization for and, or, xorAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28fix arbitrary int parsing bugAlon Zakai
2012-01-28improve legalizer test and fix remaining pieces; test now passesAlon Zakai
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 'master' into glgearsEhsan Akhgari
2012-01-28Only define TypedArray_copy when typed arrays are enabledEhsan Akhgari
2012-01-28legalize shlAlon Zakai
2012-01-28refactor lshr legalizationAlon 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-27refactor i64 constant parsing to handle integers of arbitrary sizeAlon Zakai
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 'glgears' of github.com:ehsan/emscripten into glgearsEhsan Akhgari
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-27initial setup for work on the legalizerAlon Zakai
2012-01-26ntohl etc.Alon 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-25Use constants instead of symbolic names for eventsEhsan Akhgari
2012-01-25Use the keydown eventEhsan Akhgari
2012-01-25fix some spacing stuffAlon Zakai
2012-01-25Work around a bug in ChromiumEhsan Akhgari
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-25Add tests for div() and sincos(), and also implement and test sincosfEhsan Akhgari
2012-01-25Adopt the black canvas background for SDL WebGL canvas as wellEhsan Akhgari
2012-01-25Fix the mouse coordinates with the Closure compilerEhsan Akhgari
2012-01-25Fix the keyboard handling with the Closure compilerEhsan Akhgari
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2012-01-24do not check for corrections in makeSignOp if we are ignoring correctionsAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-24Make the requestAnimationFrame checks compatible with ClosureEhsan Akhgari
2012-01-24Fix the closure compilationEhsan Akhgari
2012-01-24Make the background of the canvas blackEhsan Akhgari
2012-01-24Correct some argumentsEhsan Akhgari
2012-01-24Switch over everything to TypedArray_copyEhsan Akhgari
2012-01-24Switch over glBufferData to use TypedArray_copyEhsan Akhgari
2012-01-24Add a copy helper for typed arraysEhsan Akhgari
2012-01-24Pass the correct values to the reshape functionEhsan Akhgari
2012-01-23fix tempDouble aliasesAlon Zakai