aboutsummaryrefslogtreecommitdiff
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-06fix cmake typoAlon Zakai
2012-02-06Merge pull request #221 from ehsan/gles2_wipAlon Zakai
Some random OpenGL ES 2.0 work
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-06Use the more Pythonic syntax for substring matchesEhsan Akhgari
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-05update test_stat and test_statvfsAlon Zakai
2012-02-05adjust test_gep_overflowAlon 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-05show warning if using emscripten.py directlyAlon Zakai
2012-02-05fix potential bug with possibly not generating proper line numbers for ↵Alon Zakai
legalizer-generated lines
2012-02-04remove warning on relooper slowness - it is reasonably fast at this pointAlon Zakai
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-03stop gles test from rendering after a while, to not eat up CPU until it is ↵Alon Zakai
manually stopped
2012-02-03output pretty printed from closure, since we do whitespace compression later ↵Alon Zakai
separately anyhow; pretty printed makes debugging easiser
2012-02-03prevent warning from bindings generator output compilationAlon Zakai
2012-02-03Merge pull request #214 from ehsan/suffixesAlon Zakai
Add the so and dll suffixes as bitcode suffixes as well
2012-02-03Add the so and dll suffixes as bitcode suffixes as wellEhsan Akhgari
2012-02-03simplify dfe prevention in bindings generatorAlon Zakai
2012-02-03enable full optimizations with bindings generatorAlon Zakai
2012-02-03Merge pull request #212 from ehsan/cmake_support_2Alon Zakai
Support CMake in emconfigure
2012-02-02Support CMake in emconfigureEhsan Akhgari
This adds a CMAKE_TOOLCHAIN_FILE argument to CMake based build systems so that they don't attempt to find headers, libraries and packages which Emscripten does not support
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 xlocale.h headerAlon Zakai
2012-02-02fix negative i64 comparisonsAlon Zakai
2012-02-02accept empty bitcode files as valid bitcode filesAlon Zakai
2012-02-02fix for handling of suffixes in emccAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-02-02add .a and .dylib as suffixes assumed to be bitcodeAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01make it clear that some emcc messages are warningsAlon Zakai
2012-02-01use ta2 in benchmark suiteAlon 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 test_poppler and test_iostreamllvm-optsAlon Zakai
2012-02-01update remindersAlon Zakai
2012-02-01use floats in fasta benchmark (which in ta1 we were essentially doing anyhow)Alon Zakai
2012-02-01fix fasta bug that shows up in clangAlon Zakai