aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable and fix more tests for fastcompAlon Zakai
2014-01-20updates and fixes for test_casesAlon Zakai
2014-01-20fix up final setjmp tests for fastcompAlon Zakai
2014-01-20enable test_longjmp_stacked in fastcompAlon Zakai
2014-01-20enable more setjmp tests in fastcompAlon Zakai
2014-01-20fix longjmp call by pointer in fastcomp, and enable test_longjmp2Alon Zakai
2014-01-20enable first setjmp test in fastcompAlon Zakai
2014-01-20Fix a param-handling bug in normalizeAsmRyan Kelly
2014-01-20Remove unused _Unwind_* functions.Bruce Mitchener
2014-01-19remove obsolete assertionAlon Zakai
2014-01-19better error message for asm.js not supporting growable heap yetAlon Zakai
2014-01-18improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032Alon Zakai
2014-01-18Merge pull request #2030 from waywardmonkeys/updates4Alon Zakai
2014-01-18handle #if !X in preprocessorAlon Zakai
2014-01-18Merge pull request #2031 from juj/fix_glemu_enabledisableAlon Zakai
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
2014-01-18Fix GL emulation cleanup to properly update the state it changes.Jukka Jylänki
2014-01-18Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ...Jukka Jylänki
2014-01-18Implement catopen/catgets/catclose to help libcxx tests pass.Bruce Mitchener
2014-01-18No need for 64 bit aliases for theseBruce Mitchener
2014-01-18Make exception tests named more consistently.Bruce Mitchener
2014-01-18catched -> caughtBruce Mitchener
2014-01-18Remove unused aliases.Bruce Mitchener
2014-01-17fix asm1.test_cubescriptAlon Zakai
2014-01-17fix test_source_mapAlon Zakai
2014-01-17fix flakey lua benchmarkAlon Zakai
2014-01-17make debug checks in asm2g more lenient, so they pass on fastcompAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17handle unsigned reads in safe heapAlon Zakai
2014-01-17remove stale commentAlon Zakai
2014-01-17don't remove whitespace in emcc, not worth the timeAlon Zakai
2014-01-17clean up emcc timing loggingAlon Zakai
2014-01-17add missing ;sAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17use double for float arguments to safe heapAlon Zakai
2014-01-17disable test_fnmatch in s_x_xAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai
2014-01-17remove current memory initialization chunking via .concat(..)Alon Zakai
2014-01-17Fix GL_FFP_ONLY path to enable/disable vertex attribute arrays as a response ...Jukka Jylänki
2014-01-16make asm2g use SAFE_HEAP in fastcompAlon Zakai
2014-01-16Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten into...Alon Zakai
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16fix strnlen input of size, which should be unsignedAlon Zakai
2014-01-16add __h_errno; fixes #2013Alon Zakai
2014-01-16don't override Module.print and printErr if the user specified themAlon Zakai
2014-01-16strengthen test_alloca to check alignmentAlon Zakai
2014-01-16Merge branch 'patch-1' of github.com:sindresorhus/emscripten into incomingAlon Zakai
2014-01-16It's 2014Sindre Sorhus
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai