Age | Commit message (Expand) | Author |
2012-03-05 | handle signedness properly in 64-bit div, mul, rem | Alon Zakai |
2012-03-05 | fix i64 comparisons | Alon Zakai |
2012-02-29 | fix i64 invoke args, and parsing of very large i64 (and other illegal) constants | Alon Zakai |
2012-02-29 | prevent 3965src etc. from leaking to global scope | Alon Zakai |
2012-02-27 | legalize switch i64 | Alon Zakai |
2012-02-26 | remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there | Alon Zakai |
2012-02-25 | fix paramTypes | Alon Zakai |
2012-02-25 | refactor out paramX in mathops | Alon Zakai |
2012-02-23 | do not break on \r\n on windows | Alon Zakai |
2012-02-21 | Merge pull request #265 from adetaylor/polymorphic-exception-handling | Alon Zakai |
2012-02-20 | handle bitcasts of doubles to i64s and vice versa properly | Alon Zakai |
2012-02-20 | Polymorphic exception handling. | Adrian Taylor |
2012-02-16 | fix bug with legalized i64 rounded addition | Alon Zakai |
2012-02-14 | parse negative iBig numbers | Alon Zakai |
2012-02-14 | fix typo in uge comparison | Alon Zakai |
2012-02-11 | we only legalize in ta2 | Alon Zakai |
2012-02-11 | fix runtime (nonconstant) bitshifts | Alon Zakai |
2012-02-11 | legalize function params | Alon Zakai |
2012-02-11 | initial work on legalizing i64s | Alon Zakai |
2012-02-11 | completely general unfolder | Alon Zakai |
2012-02-08 | improve legalize testcase with a phi | Alon Zakai |
2012-02-08 | refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro... | Alon Zakai |
2012-02-07 | fix for unaligned stores of non-nativized doubles | Alon Zakai |
2012-02-06 | optimize runtime-knowable appearances of Math.pow | Alon Zakai |
2012-02-06 | accept all mathops in inline llvm function calls | Alon Zakai |
2012-02-06 | Or called within a store | julien.hamaide |
2012-02-04 | refactor out the 'assign' intertype, simplifying and optimizing the compiler | Alon Zakai |
2012-02-02 | optimize makeGet/SetValue to do 16-bit reads/writes when possible | Alon Zakai |
2012-02-02 | fix negative i64 comparisons | Alon Zakai |
2012-02-01 | use ',' to separate in makeSetValues inside function calls | Alon Zakai |
2012-02-01 | re-enable support for non-fixed i64 bitshifts | Alon Zakai |
2012-01-31 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-30 | support bitcasts of doubles to i64s in i64 mode 1 | Alon Zakai |
2012-01-30 | handle 32-bit bitcasts int <-> float properly | Alon Zakai |
2012-01-29 | Fix string global name when use as a function parameter | julien.hamaide |
2012-01-28 | fix arbitrary int parsing bug | Alon Zakai |
2012-01-28 | legalize lshr | Alon Zakai |
2012-01-27 | support legalizing stores with tails of non-32 (but legal) size | Alon Zakai |
2012-01-27 | refactor i64 constant parsing to handle integers of arbitrary size | Alon Zakai |
2012-01-25 | Merge branch 'master' into llvmopts | Alon Zakai |
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-24 | do not check for corrections in makeSignOp if we are ignoring corrections | Alon Zakai |
2012-01-24 | fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s | Alon Zakai |
2012-01-23 | unaligned loads and stores for floats and doubles | Alon Zakai |
2012-01-23 | fix unaligned reads | Alon Zakai |
2012-01-23 | fix typo | Alon Zakai |
2012-01-23 | support unaligned reads/writes in ta2; fixes test_cubescript | Alon Zakai |
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 |