aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-27Merge pull request #1331 from int3/incomingAlon Zakai
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 sourc...Alon Zakai
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 hits...Alon Zakai
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
2013-06-27Remove unused macro.Jez Ng
2013-06-27Add a 'contains' helper function.Jez Ng
2013-06-26fix bug when optimizing renamed input files in emccAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26emit sanity file even in forced sanity checks, when it actually failedAlon Zakai
2013-06-26optimize libc and other libraries with -O2Alon Zakai
2013-06-26update testsAlon Zakai
2013-06-26Remove old code.Jez Ng
2013-06-261.5.21.5.2Alon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-26fix test_debugAlon Zakai
2013-06-26remove incorrect commentAlon Zakai
2013-06-26fix crash in asmLoopOptimizerAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-26Reuse nodes where possible.Jez Ng
2013-06-26We can just compare for strings here.Jez Ng
2013-06-26Strict compare all the things!Jez Ng
2013-06-26Move line numbers to the AST node itself.Jez Ng