aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-10only recurse on decreasing uses on locals, and clear out names to avoid ↵Alon Zakai
confusion later
2013-05-10recursively remove variables with no uses in eliminatorAlon Zakai
2013-05-10Merge pull request #1165 from inolen/library_gl_patchesAlon Zakai
library_gl misc fixes
2013-05-10Added OES_element_index_uint and OES_standard_derivatives detection, ↵Anthony Pesch
glDetachShader support and misc. function signature fixes
2013-05-10make sure removeAndAdd works properlyAlon Zakai
2013-05-10make sure interpLines works properlyAlon Zakai
2013-05-10shadow away i64<-->double casts in more casesAlon Zakai
2013-05-10show all dangerous pointer casts only in VERBOSE=1Alon Zakai
2013-05-10add FORCE_ALIGNED_MEMORY=1 to -O3Alon Zakai
2013-05-09test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bulletAlon Zakai
2013-05-09do not attempt aligned reads/writes on illegal valuesAlon Zakai
2013-05-09fix 0x0 in formatString; fixes #1164Alon Zakai
2013-05-09update asm compilation checksAlon Zakai
2013-05-09FORCE_ALIGNED_MEMORY optionAlon Zakai
2013-05-09better error on shared libs being deprecatedAlon Zakai
2013-05-09standardize all benchmarks to use the same commandline argument for timingAlon Zakai
2013-05-09standardize params to nbody_javaAlon Zakai
2013-05-09fix box2d compilation with emscriptenAlon Zakai
2013-05-09misc sdl fixes to pull #1146Alon Zakai
2013-05-09Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵Alon Zakai
mgerhardy-incoming
2013-05-09changed getLength to cacheLengthJohn Allwine
2013-05-09added my name to authorsJohn Allwine
2013-05-09changed createLazyFile to only issue xhr requests when the file is accessed ↵John Allwine
(fixes issue #1127)
2013-05-09Merge pull request #1158 from juj/ignore_tests_by_wildcardAlon Zakai
Add support for skipping all modes of a single test...
2013-05-09fix test_sscanf_other_whitespace for s_x_xAlon Zakai
2013-05-09Merge pull request #1154 from hyperlogic/incomingAlon Zakai
Issue #1134: scanf does not treat CR, FF, VT as whitespace
2013-05-09Merge pull request #1159 from juj/no_nacl_tripleAlon Zakai
Remove the __native_client__ system define when using NaCl triple.
2013-05-09Also remove #define __ELF__ when building using NaCl triple.Jukka Jylänki
2013-05-09Remove __pnacl__ #define as well.Jukka Jylänki
2013-05-09Remove the __native_client__ system define when using NaCl triple. ↵Jukka Jylänki
Emscripten does not implement Google Native Client/Pepper APIs.
2013-05-09Add support for skipping all modes of a single test with 'python ↵Jukka Jylänki
tests/runner.py skip:ALL.test_freetype', instead of having to specify all the modes for the test to be skipped by hand.
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08include netinet/in.h in netdb.h, like linux does; fixes #1153Alon Zakai
2013-05-08add nbody-java benchmarkAlon Zakai
2013-05-08add nbody-java codeAlon Zakai
2013-05-08fix FI_* of Math.*Alon Zakai
2013-05-08improve mathfuncptr testAlon Zakai
2013-05-08fix function table wrapping of Math.*Alon Zakai
2013-05-07recognize the double-to-i64 bitcast pattern as having no side effects in ↵Alon Zakai
eliminator
2013-05-07avoid unnecessary bitcasts from double to i64, if the double was loaded and ↵Alon Zakai
only used as an i64
2013-05-07fix test runner is_le32Alon Zakai
2013-05-07fix mishandling of inference of global var typesAlon Zakai
2013-05-07infer untyped variables in js-optimizer.js by origin variable's type if they ↵Alon Zakai
are just a copy
2013-05-07add whets testcaseAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
* added myself to the AUTHORS file
2013-05-07* more SDL2 stuffMartin Gerhardy
2013-05-07* some SDL2 stuffMartin Gerhardy
2013-05-06fix sdl inclusionAlon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai