Age | Commit message (Expand) | Author |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-27 | When I64_MODE==1, split each global constant int64 at compile time. | Benjamin M. Schwartz |
2011-11-27 | move printing of type info to right position | Alon Zakai |
2011-11-27 | tiny fix for needAnalysis being a dictionary | Alon Zakai |
2011-11-27 | do not save function JS in memory, print it out and forget it to save memory ... | Alon Zakai |
2011-11-27 | fix for i64 mode 1 conversion of double to i64 | Alon Zakai |
2011-11-27 | refactor finalCombiner | Alon Zakai |
2011-11-27 | fix test_emscripten_api | Alon Zakai |
2011-11-26 | fixes for 64-bit values in globals in i64 mode 1 | Alon Zakai |
2011-11-26 | optimize overflow correction for 32 bits | Alon Zakai |
2011-11-26 | inline calculations for sign/unsigning of >32 bits | Alon Zakai |
2011-11-26 | optimize resigning of <32 bit ints | Alon Zakai |
2011-11-26 | clean up signing code | Alon Zakai |
2011-11-26 | comment on byval | Alon Zakai |
2011-11-25 | fix for passing structs by value, and warning for unfixable case of passing s... | Alon Zakai |
2011-11-25 | fix varargs calls in function pointers | Alon Zakai |
2011-11-24 | optimize tempInt and tempBigInt's with makeInlineCalculation | Alon Zakai |
2011-11-24 | rewrite makeRounding to fix a bug | Alon Zakai |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a pr... | Alon Zakai |
2011-11-23 | optimize relooper optimizer | Alon Zakai |
2011-11-22 | remove buggy condition stealing optimization, that is no longer useful anyhow | Alon Zakai |
2011-11-22 | fix bugs in (unused) setSub | Alon Zakai |
2011-11-22 | experimental label removal diff | Alon Zakai |
2011-11-21 | some unused code possibilities regarding switch | Alon Zakai |
2011-11-21 | fix i64 comparison bug, and various test fixes | Alon Zakai |
2011-11-21 | llvm_uadd_with_overflow_i32 | Alon Zakai |
2011-11-21 | properly handle branches to phi from invokes in assigns | Alon Zakai |
2011-11-20 | js optimizer fix, and remove assigns to undefined in library | Alon Zakai |
2011-11-19 | partial work to remove assigns of undefined in js optimizer | Alon Zakai |
2011-11-19 | fix for phis from invoke | Alon Zakai |
2011-11-18 | support reaching phi from invoke, and a workaround with vars in phi sets for ... | Alon Zakai |
2011-11-18 | cleverer dependency resolving in phis | Alon Zakai |
2011-11-18 | minor optimization for phi | Alon Zakai |
2011-11-18 | support switches to phi | Alon Zakai |
2011-11-18 | phi progress, almost all unoptimized tests pass | Alon Zakai |
2011-11-18 | add new var intertype for hollowed-out phis | Alon Zakai |
2011-11-18 | further refactoring of phi, and work towards optimized phi | Alon Zakai |
2011-11-18 | refactor phi code for unoptimized case | Alon Zakai |
2011-11-18 | rename OPTIMIZE to MICRO_OPTS | Alon Zakai |
2011-11-17 | proper support for sext of i64s in i64 mode 1 | Alon Zakai |
2011-11-17 | Merge branch 'master' of github.com:kripken/emscripten | Alon Zakai |
2011-11-17 | refactor PGO code | Alon Zakai |
2011-11-16 | do not fail on malloc(0) | Alon Zakai |
2011-11-16 | tell closure compiler not to inline very large functions. use closure in all ... | Alon Zakai |
2011-11-16 | Merge branch 'master' of github.com:kripken/emscripten | Alon Zakai |
2011-11-16 | initial support for unaligned reads/writes in t2 | Alon Zakai |
2011-11-15 | metadata fix for llvm 3.0 rc | Alon Zakai |
2011-11-15 | comment on optimizing | Alon Zakai |
2011-11-15 | comment about post-optimizations | Alon Zakai |
2011-11-13 | library comment | Alon Zakai |