aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-09Merge pull request #239 from ehsan/ogre_upstream_2Alon Zakai
Header additions for ogre
2012-02-09Add EGL headersEhsan Akhgari
2012-02-09Add gl2ext.hEhsan Akhgari
2012-02-09Merge pull request #238 from ehsan/uncaught_exceptionAlon Zakai
Implement std::uncaught_exception()
2012-02-09Test for std::uncaught_exceptionEhsan Akhgari
2012-02-09Implement std::uncaught_exception() in jsEhsan Akhgari
2012-02-09Merge pull request #228 from ehsan/use_ar_upstreamAlon Zakai
Use emar for creating static libraries and ld for linking
2012-02-09Fix the usage of temp_file in one locationEhsan Akhgari
2012-02-09Cache the result of is_arEhsan Akhgari
2012-02-08Merge pull request #231 from ehsan/test_emcc_fixesAlon Zakai
Fix test_emcc
2012-02-08Fix test_emccEhsan 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-08Add a test for handling of multiply defined symbolsEhsan Akhgari
2012-02-08Specify freetype after popplerEhsan Akhgari
This will make its symbols be picked up by the linker
2012-02-08Fix test_the_bulletEhsan Akhgari
We need to be careful about the order of libraries which we pass in
2012-02-08Fix test_openjpegEhsan Akhgari
2012-02-08Fix test_popplerEhsan Akhgari
2012-02-08Preserve the extension of shared libraries as wellEhsan Akhgari
2012-02-08Improve get_library() to create real library filesEhsan Akhgari
Also, enable caching of the libraries generated in tests in the new get_library implementation.
2012-02-08Use ld for linking multiple files passed to emccEhsan Akhgari
2012-02-08Use llvm-ar instead of llvm-link in emarEhsan Akhgari
This makes the semantics of emar to be the same as the semantics of system ar.
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