aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-05-09Merge pull request #1158 from juj/ignore_tests_by_wildcardAlon Zakai
2013-05-09fix test_sscanf_other_whitespace for s_x_xAlon Zakai
2013-05-09Merge pull request #1154 from hyperlogic/incomingAlon Zakai
2013-05-09Merge pull request #1159 from juj/no_nacl_tripleAlon Zakai
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. Emscripten...Jukka Jylänki
2013-05-09Add support for skipping all modes of a single test with 'python tests/runner...Jukka Jylänki
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 elim...Alon Zakai
2013-05-07avoid unnecessary bitcasts from double to i64, if the double was loaded and o...Alon Zakai
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
2013-05-07add whets testcaseAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-06fix sdl inclusionAlon Zakai
2013-05-06auto-include malloc/free when SDL is used; fixes #1139Alon Zakai
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
2013-05-06make sure function table size for empty tables is the right power of twoAlon Zakai
2013-05-06remove tests/cases/gepoverflow since it is too finicky with absolute pointersAlon Zakai
2013-05-06fix memory initializer detectionAlon Zakai
2013-05-05generate empty function tables of proper sizeAlon Zakai
2013-05-05update commentsAlon Zakai
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-05update test_staticsAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-05-04emit aborting stubs for DEAD_FUNCTIONSAlon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-04Remove generated file (should not be part of the repository)Sylvestre Ledru
2013-05-03assert on no fp80s etc. in non-x86 targetAlon Zakai
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
2013-05-03fix asm.js coercionAlon Zakai
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...Alon Zakai
2013-05-03use sys.executableAlon Zakai
2013-05-03Provide the right declarations for the scripts to be executed correctlySylvestre Ledru
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-03use -fno-threadsafe-statics, issue #1128Alon Zakai
2013-05-03adjust js pass logging level to debugAlon Zakai
2013-05-03update testsAlon Zakai