aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-22Use clang when building native lzmaEhsan Akhgari
2012-05-22create directories to work around llvm-nm silent failures if it can't generat...Alon Zakai
2012-05-22use unique temp dir in linking, and handle directories relative to build dirAlon Zakai
2012-05-21ignore non-bitcode files when linkingAlon Zakai
2012-05-21handle (ignore) archives of non-bitcodeAlon Zakai
2012-05-21add all needed parts of archivesAlon Zakai
2012-05-21track symbols during linking in order to emulate gcc ld behavior of archivesAlon Zakai
2012-05-20handle absolute paths in .a filesAlon Zakai
2012-05-19stop using llvm-ld which is removed in llvm 3.1Alon Zakai
2012-05-18WARN_ON_UNDEFINED_SYMBOLSAlon Zakai
2012-05-18support emcc -v with no further argumentsAlon Zakai
2012-05-18sdl backtickAlon Zakai
2012-05-18ignore module asm, in some cases it is ok to do so, but warnAlon Zakai
2012-05-17do not registerize with switches presentAlon Zakai
2012-05-16Merge pull request #427 from juj/vs2010Alon Zakai
2012-05-16ignore GL_FOG_ENDAlon Zakai
2012-05-16ignore GL_FOG_STARTAlon Zakai
2012-05-16fix js optimizer bug with not emitting a ';' that lead to joined instructionsAlon Zakai
2012-05-16fix registerize bug with freeing variables from the wrong loopsAlon Zakai
2012-05-16fix invalid characterAlon Zakai
2012-05-16Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2012-05-16Merge pull request #429 from ehsan/currentMatrixAlon Zakai
2012-05-16Fix the incorrect initial value of GL.immediate.currentMatrixEhsan Akhgari
2012-05-16bugfix in registerizeAlon Zakai
2012-05-16properly lock variables to loops in registerizeAlon Zakai
2012-05-15simple optimization to allow more registerization inside loopsAlon Zakai
2012-05-15refactor registerizeAlon Zakai
2012-05-15track number of assigns/modifications in registerizeAlon Zakai
2012-05-15Merge pull request #428 from ehsan/fixesAlon Zakai
2012-05-15browser gc testAlon Zakai
2012-05-15Stub glAlphaFuncEhsan Akhgari
2012-05-15Fix IMG_Load to work with absolute pathsEhsan Akhgari
2012-05-15Make FS_LOG work againEhsan Akhgari
2012-05-15Make glHint accept two argumentsEhsan Akhgari
2012-05-15Implement glOrthofEhsan Akhgari
2012-05-15skip test_gc in s_x_xAlon Zakai
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15gc tests for object scanning and atomicsAlon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15further gc work, basic api writtenAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-15Added Jukka Jylänki to AUTHORS.Jukka Jylänki
2012-05-15Added Visual Studio 2010 solution and project files for the applications in t...Jukka Jylänki
2012-05-15move test_emconfig to otherAlon Zakai
2012-05-15Merge pull request #426 from ehsan/em-configAlon Zakai
2012-05-14Add the em-config toolEhsan Akhgari
2012-05-14emscripten_get_nowAlon Zakai
2012-05-14warn on loss of webgl contextAlon Zakai
2012-05-14allow nonexistent phis in another location + add testAlon Zakai
2012-05-14allow nonexistend phi labels, llvm generates unneeded ones sometimesAlon Zakai