aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-24rewrite makeRounding to fix a bugAlon Zakai
2011-11-23replace compiler tricks for one-time loop removal and label removal with a ↵Alon Zakai
proper pass in the js optimizer
2011-11-23optimize relooper optimizerAlon Zakai
2011-11-22remove buggy condition stealing optimization, that is no longer useful anyhowAlon Zakai
2011-11-22fix bugs in (unused) setSubAlon Zakai
2011-11-22experimental label removal diffAlon Zakai
2011-11-21some unused code possibilities regarding switchAlon Zakai
2011-11-21fix i64 comparison bug, and various test fixesAlon Zakai
2011-11-21llvm_uadd_with_overflow_i32Alon Zakai
2011-11-21properly handle branches to phi from invokes in assignsAlon Zakai
2011-11-20js optimizer fix, and remove assigns to undefined in libraryAlon Zakai
2011-11-19partial work to remove assigns of undefined in js optimizerAlon 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-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-17proper support for sext of i64s in i64 mode 1Alon 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-16tell closure compiler not to inline very large functions. use closure in all ↵Alon Zakai
benchmarks
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-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-12commentAlon Zakai
2011-11-11fix phi semantics with multiple dependent phisAlon Zakai
2011-11-11fix i64 extension bug not being doneAlon Zakai
2011-11-11roundy math ops (add etc.) in i64=1Alon Zakai
2011-11-11fix remaining ta2 i64=1 testsAlon Zakai
2011-11-11additional llvm intrinsics we need to de-i64-ifyAlon Zakai
2011-11-10do not use i64s in llvm intrinsics that don't need itAlon Zakai
2011-11-10fix for i64 subtract in parsei64Alon Zakai
2011-11-10fix for test_parseIntAlon Zakai
2011-11-10fix for GEP indexes being i64Alon Zakai
2011-11-10i64 fix for printing the very largest valuesAlon Zakai
2011-11-10cleanup and fixes for i64Alon Zakai
2011-11-10more i64 fixes and testsAlon Zakai