aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-13Handle negative zero values correctly.Bruce Mitchener
2014-01-13Missing string.h functionality.Bruce Mitchener
2014-01-13Update libcxx to current version.Bruce Mitchener
2014-01-13Update to current libcxxabi for new exception code.Bruce Mitchener
2014-01-12enable another test_cases case in fastcompAlon Zakai
2014-01-12enable test_async_exit in fastcompAlon Zakai
2014-01-12enable test_typed_exceptions in fastcompAlon Zakai
2014-01-12export named globals from fastcomp to jsAlon Zakai
2014-01-11more i64 switch testsAlon Zakai
2014-01-11fix for nativize toolAlon Zakai
2014-01-10Merge pull request #2000 from ensjo/patch-3Alon Zakai
2014-01-10enable more exceptions tests in fastcompAlon Zakai
2014-01-10enable first exceptions test for fastcompAlon Zakai
2014-01-10Update AUTHORSEmerson José Silveira da Costa
2014-01-10Merge pull request #1987 from AlexPerrot/glut_numpadAlon Zakai
2014-01-10Optimize GL emulation prepareClientAttributes. Fix issues where the slow path...Jukka Jylänki
2014-01-09prevent calling run more than once; fixes #1992Alon Zakai
2014-01-09support exceptions using fastcompAlon Zakai
2014-01-09Merge pull request #1972 from juj/gl__optsAlon Zakai
2014-01-09Merge pull request #1990 from inolen/errnooptAlon Zakai
2014-01-09utilize stack member from base Error classAnthony Pesch
2014-01-09Fix preprocessor ifdef in GL emulation library.Jukka Jylänki
2014-01-09Add var GLctx; declaration to GL init to avoid polluting global namespace. Re...Jukka Jylänki
2014-01-09Rename GLImmediate.matrix.lib to GLImmediate.matrixLib to not alias with GLIm...Jukka Jylänki
2014-01-09Simplify GL emulation matrix stack initialization. Update code after rebase.Jukka Jylänki
2014-01-09Simplify verbose object dereference hierarchy in library_gl.js by storing glo...Jukka Jylänki
2014-01-09Simplify verbose object dereference chains in GL library by consistently usin...Jukka Jylänki
2014-01-09Make caching of last bound GL_ARRAY_BUFFER in FFP emulation mode safe and alw...Jukka Jylänki
2014-01-09Optimize glBindBuffer when GL emulation modes are not used. In that case, cur...Jukka Jylänki
2014-01-09Optimize glEnableClientState by avoiding it to be called with different param...Jukka Jylänki
2014-01-09Optimize GL FFP emulation layer by omitting redundant glUseProgram for identi...Jukka Jylänki
2014-01-09Minor optimization to FFP emulation: Use integers instead of strings as key t...Jukka Jylänki
2014-01-09Fix GL emulation problems that caused particles and ground to disappear in Ba...Jukka Jylänki
2014-01-08fix relooper compiler warningsAlon Zakai
2014-01-08verify imul correctness, workaround for webkit bug 126345; closes #1991Alon Zakai
2014-01-08do minified name generation in js-optimizer.js, so that we have no more fixed...Alon Zakai
2014-01-08fix and enable other.test_simd on fastcompAlon Zakai
2014-01-08enable simd tests in fastcompAlon Zakai
2014-01-08fixing indentationAlexPerrot
2014-01-07fix test_luaAlon Zakai
2014-01-07notice simd signal from fastcompAlon Zakai
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07Merge branch 'incoming' into llvm-3.41.8.6Alon Zakai
2014-01-07handle variables that assign a value including themselves in aggressiveVariab...Alon Zakai
2014-01-07make aggressiveVariableElimination usable through a settingAlon Zakai
2014-01-07properly overflow gep arguments; fixes #1975Alon Zakai
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-07make benchmark suite more robust to settings changesAlon Zakai
2014-01-07clean up test runner outputAlon Zakai
2014-01-07Fix old link in ChangeLog.Jukka Jylänki