Age | Commit message (Expand) | Author |
2012-01-25 | fix some spacing stuff | Alon Zakai |
2012-01-25 | String constants are store in a table to limit variable count | julien.hamaide |
2012-01-10 | compress pointer type names in constant globals, if not using SAFE_HEAP | Alon Zakai |
2012-01-09 | fix crash bug in processing a mathop with a param2 without an ident | Alon Zakai |
2012-01-09 | tweak unrolling parameters and add copy benchmark that uses ta2 | Alon Zakai |
2012-01-09 | notice alignment in byval params | Alon Zakai |
2012-01-09 | optimize memcpy/memset in ta0/1 | Alon Zakai |
2012-01-08 | fix safe heap usage in memcpy for ta0 | Alon Zakai |
2012-01-08 | optimize ta2 memset/memcpy loops | Alon Zakai |
2012-01-08 | fix ta1 breakage | Alon Zakai |
2012-01-08 | fix breakage in ta0 and ta1 | Alon Zakai |
2012-01-08 | fix bugs with aligned memcpy/memset with an unaligned number of bytes operate... | Alon Zakai |
2012-01-08 | support alignment in memset and memcpy in ta2 | Alon Zakai |
2012-01-07 | postfix temp vars in makeCopyValues for ta2 | Alon Zakai |
2012-01-07 | fix safe heap bug with memmove | Alon Zakai |
2011-12-31 | handle truncation inside ptrtoint when needed, and fix some potential bugs (a... | Alon Zakai |
2011-12-31 | support ptrtoint into i64 in i64 mode 1 | Alon Zakai |
2011-12-30 | makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue | Alon Zakai |
2011-12-26 | add missing srem for i64 mode 1 | Alon Zakai |
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 |