Age | Commit message (Expand) | Author |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-11 | simplify and slim down value intertype | Alon Zakai |
2011-12-10 | do unsigned 32-bit loads properly in ta1 | Alon Zakai |
2011-12-09 | fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor correc... | Alon Zakai |
2011-12-09 | fixes for isNiceIdent | Alon Zakai |
2011-12-08 | properly resolve multilevel function aliases, fixes bug with adding indexing ... | Alon Zakai |
2011-12-08 | fix for double mode 1 issue with 32-bit floats being NaNs and altering our do... | Alon Zakai |
2011-12-07 | fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1 | Alon Zakai |
2011-12-07 | fix test_pgo by not looking for a debug identifier for sign corrections in in... | Alon Zakai |
2011-12-07 | various i64 fixes, including preventing rounding of small negatives | Alon Zakai |
2011-12-07 | parseInt test is problematic, mark it as such, and fix some i64 issues with r... | Alon Zakai |
2011-12-06 | DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2... | Alon Zakai |
2011-12-03 | various minor compiler optimizations | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | fixes for recent regressions in mathop stuff, and optimization for parseNumer... | Alon Zakai |
2011-12-02 | parsing optimization in isStructType | Alon Zakai |
2011-12-02 | more strict mode fixes | Alon Zakai |
2011-12-01 | code cleanup, do not do heavy operations in parameters to print or assert | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-29 | fix makeReintegrator bug | Alon Zakai |
2011-11-28 | fix for test_closure_compiler with spidermonkey as compiler engine | Alon Zakai |
2011-11-27 | fix for i64 mode 1 conversion of double to i64 | 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-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-21 | fix i64 comparison bug, and various test fixes | Alon Zakai |
2011-11-19 | fix for phis from invoke | Alon Zakai |
2011-11-18 | cleverer dependency resolving in phis | Alon Zakai |
2011-11-18 | phi progress, almost all unoptimized tests pass | Alon Zakai |
2011-11-17 | proper support for sext of i64s in i64 mode 1 | Alon Zakai |
2011-11-17 | refactor PGO code | Alon Zakai |
2011-11-16 | initial support for unaligned reads/writes in t2 | Alon Zakai |
2011-11-13 | warnOnce | Alon Zakai |
2011-11-13 | simplify typed array code, support for .set() on typed arrays, and remove opt... | Alon Zakai |
2011-11-11 | fix i64 extension bug not being done | Alon Zakai |
2011-11-11 | roundy math ops (add etc.) in i64=1 | Alon Zakai |
2011-11-10 | fix for i64 subtract in parsei64 | Alon Zakai |
2011-11-10 | fix for test_parseInt | Alon Zakai |
2011-11-10 | fix for GEP indexes being i64 | Alon Zakai |
2011-11-10 | i64 fix for printing the very largest values | Alon Zakai |
2011-11-10 | cleanup and fixes for i64 | Alon Zakai |
2011-11-10 | i64 fixes and tests | Alon Zakai |
2011-11-10 | fixes; i64 passes | Alon Zakai |