aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-06optimize runtime-knowable appearances of Math.powAlon Zakai
2012-02-06accept all mathops in inline llvm function callsAlon Zakai
2012-02-06Merge branch 'master' into incomingAlon Zakai
2012-02-06Merge pull request #220 from FishingCactus/or_in_storeAlon Zakai
Or called within a store
2012-02-06Merge pull request #219 from ehsan/mandatory_typed_arrays_2Alon Zakai
Disable WebGL if typed arrays are not being used.
2012-02-06Implement the OpenGL ES 2.0 framebuffer functionsEhsan Akhgari
2012-02-06Implement some simple OpenGL ES 2.0 callsEhsan Akhgari
2012-02-06Generate the body of some of the simple functions automaticallyEhsan Akhgari
2012-02-06Or called within a storejulien.hamaide
2012-02-06Disable WebGL if typed arrays are not being used.Ehsan Akhgari
This fixes issue #195
2012-02-05fix bug with sscanf on negative floatsAlon Zakai
2012-02-05do ATINIT and ATEXIT in orderAlon Zakai
2012-02-05add preRun and postRun hooks in Module, and tweak FS initializationAlon Zakai
2012-02-05auto-call FS.init only if not already initializedAlon Zakai
2012-02-05fix potential bug with possibly not generating proper line numbers for ↵Alon Zakai
legalizer-generated lines
2012-02-04assert on FS.init being only called onceAlon Zakai
2012-02-04refactor out the 'assign' intertype, simplifying and optimizing the compilerAlon Zakai
2012-02-02optimize makeGet/SetValue to do 16-bit reads/writes when possibleAlon Zakai
2012-02-02stubs for _l localized versions of strtol* functionsAlon Zakai
2012-02-02fix negative i64 comparisonsAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01use ',' to separate in makeSetValues inside function callsAlon Zakai
2012-02-01re-enable support for non-fixed i64 bitshiftsAlon Zakai
2012-02-01fix tempDouble bug with not including it in all casesAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-31fix rusage struct def in libraryAlon Zakai
2012-01-31remove metadata struct parsingAlon Zakai
2012-01-31do not rely on debug metadata (which can be lost in llvm unsafe opts) for ↵Alon Zakai
structure type info
2012-01-31unfolding in legalizer for load and storeAlon Zakai
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-30Merge pull request #197 from ehsan/sdl_initsubsystemAlon Zakai
Stub implementation for SDL_InitSubSystem
2012-01-30Stub implementation for SDL_InitSubSystemEhsan Akhgari
This fixes issue #196.
2012-01-29legalization for and, or, xorAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-29Fix string global name when use as a function parameterjulien.hamaide
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