aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-01Merge branch 'master' of github.com:josephg/emscripten into incomingAlon Zakai
2013-07-01update testsAlon Zakai
2013-07-01Added Joseph Gentle to authorsJoseph Gentle
2013-07-01Merge pull request #1338 from mnaamani/nodesocketsAlon Zakai
ipv6 related improvements
2013-06-30do not optimize while into do-while if there are continues; fixes #1337Alon Zakai
2013-06-30Merge pull request #1336 from int3/csmithAlon Zakai
Some tweaks to make CSmith easier to setup / debug.
2013-06-30Fixed emscripten_get_now in a shellJoseph Gentle
2013-06-29align sin6_family of sockaddr_in6 with other socket address structuresMokhtar Naamani
2013-06-29additional C header constants in JSMokhtar Naamani
2013-06-28do not include externals in BSSAlon Zakai
2013-06-28disable BSS when SAFE_HEAPAlon Zakai
2013-06-28Some tweaks to make CSmith easier to setup / debug.Jez Ng
2013-06-28update C header constants in JSAlon Zakai
2013-06-28fix browser tests with their own shellsAlon Zakai
2013-06-28always keep malloc alive; needed internally even if not in EXPORTED_FUNCTIONSAlon Zakai
2013-06-28improve error messageAlon Zakai
2013-06-28Merge pull request #1328 from amatus/push-upstreamAlon Zakai
Fixes for GNUnet compile.
2013-06-28Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3Alon Zakai
2013-06-28fixed comment typosAnthony Pesch
2013-06-28don't explicitly initialize uninitialized globalsAnthony Pesch
2013-06-27Remove unused code and rebump version number.Jez Ng
2013-06-27disable test_zlib in s_0_xAlon Zakai
2013-06-27fix testsAlon Zakai
2013-06-27optimizer js optimizer a littleAlon Zakai
2013-06-27Merge pull request #1332 from int3/use-distutilsAlon Zakai
Use distutils.
2013-06-27Merge pull request #1331 from int3/incomingAlon Zakai
Remove old code.
2013-06-27Bump version number.Jez Ng
2013-06-27pass -s K=V values into test runner properlyAlon Zakai
2013-06-27fix test_asm_pgoAlon Zakai
2013-06-27fix test_autodebugAlon Zakai
2013-06-27now that we serialize the settings in the test runner's call to emcc on ↵Alon Zakai
source to bitcode, we don't need COMPILER_TEST_OPTS to contain everything
2013-06-27improve sourcemapper commentAlon Zakai
2013-06-27fix argument passing to emcc on src-to-bitcode in test runnerAlon Zakai
2013-06-27fix test_stackAlon Zakai
2013-06-27fix test_indirectbrAlon Zakai
2013-06-27fix test_openjpegAlon Zakai
2013-06-27forward only -Ox to source compilation in test runnerAlon Zakai
2013-06-27reduce debug output in test runner againAlon Zakai
2013-06-27add emcc args to source compilation step in test runnerAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody ↵Alon Zakai
hits an LTO bug but benefits from -O3 on all the code
2013-06-27always use lto in embind, workaround for a pointer issueAlon Zakai
2013-06-27do not collapse & inside a FUNCTION_TABLE call, we need the maskAlon Zakai
2013-06-27--llvm-lto 2 optionAlon Zakai
2013-06-27commented-out line for benchmark debuggingAlon Zakai
2013-06-27remove old commentAlon Zakai
2013-06-27Use distutils where possible.Jez Ng
2013-06-27Make DefaultTarget a local variable.Jez Ng
2013-06-27A little preprocessor trick.Jez Ng
Fake method lookups, in a way.
2013-06-27Remove unused macro.Jez Ng
2013-06-27Add a 'contains' helper function.Jez Ng