aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-19use js optimizer in benchmarksAlon Zakai
2011-11-19js optimizer fix for replacing toplevel thingsAlon Zakai
2011-11-19fix for js optimizer not noticing globals are modifiedAlon Zakai
2011-11-19initial work on JS optimizerAlon Zakai
2011-11-19test runner fixesAlon Zakai
2011-11-19pick_llvm_opts commentAlon Zakai
2011-11-19tweak to pick_llvm_optsAlon Zakai
2011-11-19fix for phis from invokeAlon Zakai
2011-11-18support reaching phi from invoke, and a workaround with vars in phi sets for ↵Alon Zakai
closure compiler
2011-11-18cleverer dependency resolving in phisAlon Zakai
2011-11-18minor optimization for phiAlon Zakai
2011-11-18support switches to phiAlon Zakai
2011-11-18phi progress, almost all unoptimized tests passAlon Zakai
2011-11-18add new var intertype for hollowed-out phisAlon Zakai
2011-11-18mergeAlon Zakai
2011-11-18further refactoring of phi, and work towards optimized phiAlon Zakai
2011-11-18refactor phi code for unoptimized caseAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-18refactor phi code for unoptimized caseAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-17Merge pull request #121 from LCID-Fire/scons_docuAlon Zakai
Add first comments to guide to SCons setup
2011-11-17proper support for sext of i64s in i64 mode 1Alon Zakai
2011-11-17prep for unsafe optsAlon Zakai
2011-11-17refactor llvm opts codeAlon Zakai
2011-11-17Merge pull request #119 from LCID-Fire/stderr_fixAlon Zakai
Remove muting or std outputting stderr.
2011-11-17Add first comments to guide to SCons setupLCID Fire
2011-11-17use clang for native code comparisons, for more valid benchmark resultsAlon Zakai
2011-11-17Remove muting or std outputting stderr.LCID Fire
2011-11-17fix name in test runnerAlon Zakai
2011-11-17Merge branch 'master' of github.com:kripken/emscriptenAlon Zakai
2011-11-17refactor PGO codeAlon Zakai
2011-11-16do not fail on malloc(0)Alon Zakai
2011-11-16clean up benchmark codeAlon Zakai
2011-11-16cleanup benchmark codeAlon Zakai
2011-11-16tell closure compiler not to inline very large functions. use closure in all ↵Alon Zakai
benchmarks
2011-11-16use closure in fasta benchmarkAlon Zakai
2011-11-16Merge branch 'master' of github.com:kripken/emscriptenAlon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-15metadata fix for llvm 3.0 rcAlon Zakai
2011-11-15comment on optimizingAlon Zakai
2011-11-15emconfiguren script and refactor BuildingAlon Zakai
2011-11-15ignore and warn about -Ox in emmakenAlon Zakai
2011-11-15comment about post-optimizationsAlon Zakai
2011-11-13library commentAlon Zakai
2011-11-13warnOnceAlon Zakai
2011-11-13fix compiler.js bugAlon Zakai
2011-11-13notifications about compilation settingsAlon Zakai
2011-11-13simplify typed array code, support for .set() on typed arrays, and remove ↵Alon Zakai
option to fallback from typed arrays
2011-11-13use our own headers with the native compiler during configure in emmakenAlon Zakai
2011-11-13use safe heap in all ta2 tests, to check for alignment issuesAlon Zakai