aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-15fix separate table function pointer initial valueAlon Zakai
2013-05-15forward gl emulation sigsAlon Zakai
2013-05-15fix some gl sigsAlon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15remove obsolete commentAlon Zakai
2013-05-15add testing for aliasing function pointersAlon Zakai
2013-05-15future proof a testAlon Zakai
2013-05-15handle the case of no function tables with aliasing function pointersAlon Zakai
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-15do not index functions in postAlon Zakai
2013-05-14Merge pull request #1171 from BioKom/incomingAlon Zakai
lzma missing files arg_parser.* added
2013-05-14fix typo in paperAlon Zakai
2013-05-13use Browser mouse calculations in glfwAlon Zakai
2013-05-13use Browser mouse calculations in glutAlon Zakai
2013-05-13refactor mouse movement handling from SDL into BrowserAlon Zakai
2013-05-13don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias ↵Alon Zakai
resolving
2013-05-12make asm.js compilation check case-agnosticAlon Zakai
2013-05-12 lzma missing files arg_parser.* addedBetti Oesterholz
Seems the lzma (/third_party/lzma.js/) modul is missing the "arg_parser.h" and "arg_parser.cc" files. Added the files from: http://fossies.org/linux/misc/lzip-1.15-pre1.tar.gz
2013-05-10fix test_cases:traceAlon Zakai
2013-05-10do not eliminate if there is a switchAlon Zakai
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