aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-09Implement std::uncaught_exception() in jsEhsan Akhgari
2012-02-08re-enable now working test_istreamAlon Zakai
2012-02-08Merge pull request #226 from FishingCactus/istream2Alon Zakai
Missing files for c++ locale
2012-02-08Merge pull request #227 from ehsan/cmake_fixesAlon Zakai
Fix the cmake handling
2012-02-08Fix the cmake handlingEhsan Akhgari
This enables us to use our own ar and ranlib for CMake based projects. It also lets us use the CFLAGS environment variable in CMake based projects if needed. It also fixes a bug introduced by using sys.argv instead of args.
2012-02-08legalize (unfolded) phiAlon Zakai
2012-02-08improve legalize testcase with a phiAlon Zakai
2012-02-08Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-02-08refactor legalizer code, and handle stores of <32 bits but not i8 or i16, ↵Alon Zakai
properly
2012-02-08Missing filesjulien.hamaide
Fix to keep library.js unchanged
2012-02-07disable test_istream until it is fixedAlon Zakai
2012-02-07fix for unaligned stores of non-nativized doublesAlon Zakai
2012-02-07add files benchmarkAlon Zakai
2012-02-07Merge pull request #222 from FishingCactus/istream2Alon Zakai
Fix libcxx locale (now use emscripten mask table )
2012-02-07Fix libcxx locale (now use emscripten mask table )julien.hamaide
2012-02-06work around some oddness in how entry blocks appear unlabeled (and other ↵Alon Zakai
blocks can be mentioned without appearing) in .ll files
2012-02-06add function exits to autodebuggerAlon Zakai
2012-02-06optimizer autodebugger indenter for memory useAlon Zakai
2012-02-06limit eliminator to variables with a single use, to avoid exponential growth ↵Alon Zakai
of replacements
2012-02-06optimize memory alignment calculationsAlon Zakai
2012-02-06update test_closure_compilerAlon Zakai
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